Skip to content
Snippets Groups Projects
Commit bfabf5d3 authored by Maxandre  Ogeret's avatar Maxandre Ogeret
Browse files

Merge branch 'kent-master-patch-59776' into 'master'

namespace changes for each of the lidars

See merge request !1
parents 2b9c3eff 0cfb160e
No related branches found
No related tags found
1 merge request!1namespace changes for each of the lidars
<launch>
<!-- LIDAR -->
<group>
<remap from="/velodyne_points" to="/points_raw_center" />
<remap from="/velodyne_points" to="/lidar_center/points_raw" />
<remap from="/velodyne_packets" to="/velodyne_packets_center" />
<remap from="/scan" to="/scan_center" />
......@@ -14,7 +14,7 @@
<!-- LIDAR Front -->
<group>
<remap from="/velodyne_points" to="/points_raw_front" />
<remap from="/velodyne_points" to="lidar_front/points_raw" />
<remap from="/velodyne_packets" to="/velodyne_packets_front" />
<remap from="/scan" to="/scan_front" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment