Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Fix incorrect stage_ros node include in sim_autocross_track.launch.
Browse files Browse the repository at this point in the history
  • Loading branch information
zghera committed Feb 26, 2021
1 parent 383e2b3 commit f3bea0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kart_2dnav/launch/sim_autocross_track.launch
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<param name="/use_sim_time" value="true"/>

<!-- ************** Stage Simulator *************** -->
<node pkg="stage_ros_mod_tf" type="stage_ros_mod_tf_node" name="stage_ros_mod_tf_node" args="$(find kart_2dnav)/stage/autocross_track.world">
<node pkg="stage_ros" type="stageros" name="stageros" args="$(find kart_2dnav)/stage/autocross_track.world">
<!-- Use top/scan to match naming used for output scan topic from pointcloud_to_laserscan -->
<remap from="base_scan" to="top/scan"/>
</node>
Expand Down

0 comments on commit f3bea0f

Please sign in to comment.