Skip to content

Commit

Permalink
Add a note on updating command timestamp (moveit#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZe authored Jul 1, 2020
1 parent 05925c9 commit 2ebb32e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/arm_jogging/arm_jogging_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Launch the jog node. This example uses commands from a `SpaceNavigator <https://

If you do not have a SpaceNav 3D mouse, you can publish example jogging commands from the command line with: ::

rostopic pub -r 100 /jog_server/delta_jog_cmds geometry_msgs/TwistStamped "header: auto
rostopic pub -r 100 -s /jog_server/delta_jog_cmds geometry_msgs/TwistStamped "header: auto
twist:
linear:
x: 0.0
Expand All @@ -72,6 +72,8 @@ If you do not have a SpaceNav 3D mouse, you can publish example jogging commands
y: 0.0
z: 0.0"

The `-r 100` sends new commands at a 100 Hz rate. The combination of `-s` and `auto` updates the timestamp automatically.

Settings
--------
User-configurable settings of the jog node are well-documented in ``jog_arm/config/ur_simulated_config.yaml``.
Expand Down

0 comments on commit 2ebb32e

Please sign in to comment.