Skip to content
Snippets Groups Projects

Melodic migration

Merged Fernando Herrero requested to merge melodic_migration into master
1 file
+ 9
7
Compare changes
  • Side-by-side
  • Inline
+ 9
7
@@ -80,13 +80,15 @@
@@ -80,13 +80,15 @@
</group>
</group>
</group>
</group>
<group unless="$(arg use_map)">
<group unless="$(arg use_fake_loc)">
<node pkg="tf"
<group unless="$(arg use_map)">
type="static_transform_publisher"
<node pkg="tf"
name="static_tf_map"
type="static_transform_publisher"
ns="$(arg ns)"
name="static_tf_map"
args=" 0 0 0 0 0 0 $(arg map_frame_id) $(arg odom_frame_id) 100">
ns="$(arg ns)"
</node>
args=" 0 0 0 0 0 0 $(arg map_frame_id) $(arg odom_frame_id) 100">
 
</node>
 
</group>
</group>
</group>
<group if="$(arg use_fake_loc)">
<group if="$(arg use_fake_loc)">
Loading