Skip to content

Commit 736d6ca

Browse files
authored
Add tracking feedback to followpath output port (#841)
* Add tracking feedback to followpath output port Signed-off-by: Maurice <mauricepurnawan@gmail.com> * Fix Signed-off-by: Maurice <mauricepurnawan@gmail.com> * Fix Signed-off-by: Maurice <mauricepurnawan@gmail.com> --------- Signed-off-by: Maurice <mauricepurnawan@gmail.com>
1 parent ec66162 commit 736d6ca

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

configuration/packages/bt-plugins/actions/FollowPath.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,22 @@ Output Ports
113113
Description
114114
Follow path error message. See ``FollowPath`` action for the enumerated set of error code definitions.
115115

116+
:tracking_feedback:
117+
118+
================================ =======
119+
Type Default
120+
-------------------------------- -------
121+
nav2_msgs::msg::TrackingFeedback N/A
122+
================================ =======
123+
124+
Description
125+
Tracking feedback message from the controller server, including cross track error, current path index, remaining path length, etc.
126+
127+
116128

117129
Example
118130
-------
119131

120132
.. code-block:: xml
121133
122-
<FollowPath path="{path}" controller_id="FollowPath" goal_checker_id="precise_goal_checker" path_handler_id="PathHandler" server_name="FollowPath" server_timeout="10" error_code_id="{follow_path_error_code}" error_msg="{follow_path_error_msg}"/>
134+
<FollowPath path="{path}" controller_id="FollowPath" goal_checker_id="precise_goal_checker" path_handler_id="PathHandler" server_name="FollowPath" server_timeout="10" error_code_id="{follow_path_error_code}" error_msg="{follow_path_error_msg}" tracking_feedback="{tracking_feedback}"/>

0 commit comments

Comments
 (0)