... | ... | @@ -129,7 +129,7 @@ Sending commands to the robot |
|
|
The robot is ready to accept commands. The first commands you can send to the robot are for docking and undocking, in a terminal:
|
|
|
|
|
|
```bash
|
|
|
ros2 action send_goal /dock irobot_create_msgs/action/DockServo {}
|
|
|
ros2 action send_goal /dock irobot_create_msgs/action/Dock {}
|
|
|
ros2 action send_goal /undock irobot_create_msgs/action/Undock {}
|
|
|
```
|
|
|
|
... | ... | |