Skip to content

Commit

Permalink
Adjust Navigator error code ranges (#4341)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Wake <[email protected]>
  • Loading branch information
ewak committed Feb 11, 2025
1 parent c714e5f commit addf0dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions nav2_msgs/action/NavigateThroughPoses.action
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ string behavior_tree
# Error codes
# Note: The expected priority order of the errors should match the message order
uint16 NONE=0
uint16 UNKNOWN=9910
uint16 FAILED_TO_LOAD_BEHAVIOR_TREE=9911
uint16 TF_ERROR=9912
uint16 UNKNOWN=9100
uint16 FAILED_TO_LOAD_BEHAVIOR_TREE=9101
uint16 TF_ERROR=9102

uint16 error_code
string error_msg
Expand Down
6 changes: 3 additions & 3 deletions nav2_msgs/action/NavigateToPose.action
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ string behavior_tree
# Error codes
# Note: The expected priority order of the errors should match the message order
uint16 NONE=0
uint16 UNKNOWN=9900
uint16 FAILED_TO_LOAD_BEHAVIOR_TREE=9901
uint16 TF_ERROR=9902
uint16 UNKNOWN=9000
uint16 FAILED_TO_LOAD_BEHAVIOR_TREE=9001
uint16 TF_ERROR=9002

uint16 error_code
string error_msg
Expand Down

0 comments on commit addf0dc

Please sign in to comment.