Skip to content

Commit

Permalink
Merge pull request ROBOTIS-GIT#681 from aaronchongth/noetic-devel
Browse files Browse the repository at this point in the history
Adding slash to prefixes to accomodate ROBOTIS-GIT#139 at robot_state_publisher
  • Loading branch information
ROBOTIS-Will authored Dec 1, 2020
2 parents 7872ba9 + b8bb922 commit b31a5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtlebot3_bringup/launch/turtlebot3_remote.launch
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

<node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher">
<param name="publish_frequency" type="double" value="50.0" />
<param name="tf_prefix" value="$(arg multi_robot_name)"/>
<param name="tf_prefix" value="$(arg multi_robot_name)/"/>
</node>
</launch>

0 comments on commit b31a5ed

Please sign in to comment.