ros2-docs/docs/TurtleBot 4/Turtlebot 4 ROS 2 Commands.md
2024-12-07 20:17:10 -05:00

325 B
Executable File

Turtlebot 4 ROS 2 Commands

Undock

This command undocks the Turtlebot 4 from the charging station.

ros2 action send_goal /undock irobot_create_msgs/action/Undock {}

Dock

This command docks the Turtlebot 4 from the charging station.

ros2 action send_goal /dock irobot_create_msgs/action/Dock {}