Skip to content

Commit

Permalink
docs for compute path through poses updates (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Wallace <josho.wallace.com>
  • Loading branch information
jwallace42 authored Oct 31, 2022
1 parent 42da2cb commit acf37c2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@ Output Ports
Description
Path created by action server. Takes in a blackboard variable, e.g. "{path}".

:compute_path_through_poses_error_code:

============== =======
Type Default
-------------- -------
int16 N/A
============== =======

Description
Compute path through poses error code. See ``ComputePathThroughPoses`` action message for the enumerated set of error codes.

Example
-------

Expand Down
4 changes: 4 additions & 0 deletions migration/Humble.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Feedback for Navigation Failures

The following errors codes are supported (with more to come as necessary): Unknown, TF Error, Start or Goal Outside of Map, Start or Goal Occupied, Timeout, or No Valid Path Found.

`PR #3248 <https://github.com/ros-planning/navigation2/pull/3248>`_ updates the compute path through poses action to report planning failures. These exceptions get reported back to the planner server which in turn places a error code on the Behavior Tree Navigator's blackboard for use in contextual error handling in the autonomy application.

The following errors codes are supported (with more to come as necessary): Unknown, TF Error, Start or Goal Outside of Map, Start or Goal Occupied, Timeout, No Valid Path Found and No Waypoints given.

Costmap Filters
***************

Expand Down

0 comments on commit acf37c2

Please sign in to comment.