Skip to content
Snippets Groups Projects
Commit 450d388d authored by Fernando Herrero's avatar Fernando Herrero
Browse files

sim.launch: disabled fake_odometry, replaced with static transform

parent 1ec01adc
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,9 @@
<remap from="/model_car/twist"
to="/twist"/>
<remap from="/model_car/yaw"
to="/yaw"/>-->
to="/yaw"/>
<remap from="~odom"
to="/odom"/>
</node>
<node name="imu_filter"
......@@ -93,11 +95,11 @@
<group unless="$(arg fake_localization)">
<!--
<node name="$(arg name)_static_tf_map_odom" pkg="tf" type="static_transform_publisher"
args="$(arg x) $(arg y) 0.04 $(arg yaw) 0 0 $(arg map_frame) $(arg odom_frame) 100">
args="0 0 0.04 0 0 0 $(arg map_frame) $(arg odom_frame) 100">
</node>
-->
</group>
......
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