Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Describe use of turtle_teleop_key
  • Loading branch information
nhjschulz authored Sep 23, 2024
1 parent 82b3562 commit 44fa811
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,10 @@ Supported launcher arguments:
|launch_xrce|launch_xrce:=false| Enable/disable launch of the XRCE agent process.|
|xrce_agent|xrce_agent:='/usr/local/bin/MicroXRCEAgent udp4 -p 1883'|Define command line for XRCE agent.|
|log_redirect|log_redirect:=false| Enable/Disable output redirection of Webots controllers to Webots console.|

## Controlling the Robot

The robot listens to Twist messages similar to the ROS2 TurtleSim demo. The ```turtle_teleop_key``` tool can be used
to control it using the keyboard. Use the following command form a second terminal window for controlling the robot:

ros2 run turtle_teleop_key --ros-args --remap turtle1/cmd_vel:=/cmd_vel

0 comments on commit 44fa811

Please sign in to comment.