ros2-docs/docs/TurtleBot 4/Turtlebot 4 Action Commands.md
2024-11-25 14:19:31 -05:00

11 lines
296 B
Markdown
Executable File

## Undock
This command undocks the Turtlebot 4 from the charging station.
```bash
ros2 action send_goal /undock irobot_create_msgs/action/Undock {}
```
## Dock
This command docks the Turtlebot 4 from the charging station.
```bash
ros2 action send_goal /dock irobot_create_msgs/action/Dock {}
```