Skip to content
Snippets Groups Projects
Commit a30ced00 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

The static_tf_map transform is only used if the fake localization and the map are not used.

parent cc96bfdf
No related branches found
No related tags found
1 merge request!1Melodic migration
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -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)">
......
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