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

sim.launch: disabled fake_odometry, replaced with static transform

parent 483707fb
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,9 @@ ...@@ -43,7 +43,9 @@
<remap from="/model_car/twist" <remap from="/model_car/twist"
to="/twist"/> to="/twist"/>
<remap from="/model_car/yaw" <remap from="/model_car/yaw"
to="/yaw"/>--> to="/yaw"/>
<remap from="~odom"
to="/odom"/>
</node> </node>
<node name="imu_filter" <node name="imu_filter"
...@@ -93,11 +95,11 @@ ...@@ -93,11 +95,11 @@
<group unless="$(arg fake_localization)"> <group unless="$(arg fake_localization)">
<!--
<node name="$(arg name)_static_tf_map_odom" pkg="tf" type="static_transform_publisher" <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> </node>
-->
</group> </group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<arg name="car_x" default="0.0"/> <arg name="car_x" default="0.0"/>
<arg name="car_y" default="-0.2"/> <!--CW: -0.2, CCW: 0.2 --> <arg name="car_y" default="-0.2"/> <!--CW: -0.2, CCW: 0.2 -->
<arg name="car_yaw" default="0.0"/> <!--CW: 0.0, CCW: 3.1416 --> <arg name="car_yaw" default="0.0"/> <!--CW: 0.0, CCW: 3.1416 -->
<arg name="fake_localization" default="true"/> <arg name="fake_localization" default="false"/>
<arg name="rviz" default="true"/> <arg name="rviz" default="true"/>
<arg name="rviz_file" default="$(arg name)"/> <arg name="rviz_file" default="$(arg name)"/>
......
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