Skip to content
Snippets Groups Projects
Commit ccc36177 authored by Matthew Hansen's avatar Matthew Hansen Committed by Matt Hansen
Browse files

Add arguments for joint state remapping

parent 45652529
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,9 @@
<plugin name="turtlebot3_joint_state" filename="libgazebo_ros_joint_state_publisher.so">
<ros>
<!-- <namespace>/tb3</namespace> -->
<argument>-r ~/out:=joint_states</argument>
<argument>--ros-args</argument>
<argument>-r </argument>
<argument>~/out:=joint_states</argument>
</ros>
<update_rate>250</update_rate>
<joint_name>wheel_left_joint</joint_name>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment