Skip to content

Commit 9b3ca78

Browse files
Update tutorials/docs/navigation2_dynamic_point_following.rst
Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
1 parent b82740a commit 9b3ca78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/docs/navigation2_dynamic_point_following.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Following server is a specialized server in Nav2 designed to handle dynamic
1717
The ``FollowObject`` action can be called using two different input methods:
1818

1919
- **pose_topic**: Topic to publish the pose of the object to follow. When using this method, the server subscribes to the specified topic of type ``geometry_msgs::msg::PoseStamped`` containing the pose of the object to follow.
20-
- **tracked_frame**: Target frame to follow. When using this method, the server directly follows the specified frame name using the transform tree.
20+
- **tracked_frame**: Target TF frame to follow. When using this method, the server directly follows the specified frame name using the transform tree.
2121

2222
The Following server uses the same controller as the Docking server, leveraging the ``SmoothControlLaw`` to generate velocity commands for smoothly following the target object. This ensures consistent and predictable motion behavior across Nav2's specialized servers.
2323

0 commit comments

Comments
 (0)