2024-12-08 01:17:10 +00:00
|
|
|
# Turtlebot 4 ROS 2 Commands
|
2024-11-25 19:19:31 +00:00
|
|
|
## 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 {}
|
|
|
|
```
|