Skip to content

Commit

Permalink
Add joint states publish rate to joint state publisher (#58)
Browse files Browse the repository at this point in the history
* Added a launch file and modified the documentation so it's easier to run the MoveIt Python example

* Added the parameter for joint state publish rate
  • Loading branch information
alexvannobel authored Nov 25, 2019
1 parent 1f1c29b commit 0380141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kortex_driver/launch/kortex_driver.launch
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

<!-- Start joint and robot state publisher -->
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher">
<param name="rate" value="$(arg cyclic_data_publish_rate)" />
<rosparam param="source_list">[base_feedback/joint_state]</rosparam>
</node>
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
Expand Down

0 comments on commit 0380141

Please sign in to comment.