Skip to content

Commit

Permalink
Updated fake_localization node with new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Goebel committed Feb 13, 2015
1 parent 09a844d commit 809b7a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions rbx2_tasks/launch/fake_turtlebot.launch
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@
</include>

<!-- Run fake localization compatible with AMCL output -->
<node pkg="fake_localization" type="fake_localization" name="fake_localization" output="screen" />
<node pkg="fake_localization" type="fake_localization" name="fake_localization" clear_params="true" output="screen">
<remap from="base_pose_ground_truth" to="odom" />
<param name="global_frame_id" value="map" />
<param name="base_frame_id" value="base_footprint" />
</node>

<!-- Run a static transform between /odom and /map -->
<node pkg="tf" type="static_transform_publisher" name="odom_map_broadcaster" args="0 0 0 0 0 0 /map /odom 100" />
<!--node pkg="tf" type="static_transform_publisher" name="odom_map_broadcaster" args="0 0 0 0 0 0 /map /odom 100" /-->

</launch>

0 comments on commit 809b7a0

Please sign in to comment.