Skip to content

Commit a57b3e4

Browse files
committed
add link to twist message
Signed-off-by: Alberto Soragna <[email protected]>
1 parent d9f32ae commit a57b3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/moving-the-robot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The velocity control API is the simplest way to move the Create® 3 robot.
1616
It's recommended for beginners and to simply try out the robot.
1717
Being the lowest-level motion API exposed by the robot, this is also recommended to the more advanced users who want to implement their own autonomous navigation applications.
1818

19-
The robot is controlled by publishing `geometry_msgs::msg::Twist` messages to the `/cmd_vel` topic.
19+
The robot is controlled by publishing [geometry_msgs/msg/Twist](https://github.com/ros2/common_interfaces/blob/rolling/geometry_msgs/msg/Twist.msg) messages to the `/cmd_vel` topic.
2020
For example, to move the robot straight forward using the ROS 2 command line:
2121

2222
```bash

0 commit comments

Comments
 (0)