You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/moving-the-robot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The velocity control API is the simplest way to move the Create® 3 robot.
16
16
It's recommended for beginners and to simply try out the robot.
17
17
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.
18
18
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.
20
20
For example, to move the robot straight forward using the ROS 2 command line:
0 commit comments