Skip to content

Commit

Permalink
Fixing typo in compute path through poses error codes
Browse files Browse the repository at this point in the history
Signed-off-by: Mannucci, Anna (Bosch (CR)) <[email protected]>
  • Loading branch information
Mannucci, Anna (Bosch (CR)) authored and Mannucci, Anna (Bosch (CR)) committed Sep 7, 2023
1 parent cf2ab03 commit 3ef0c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nav2_msgs/action/ComputePathThroughPoses.action
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ bool use_start # If false, use current robot pose as path start, if true, use st
uint16 NONE=0
uint16 UNKNOWN=300
uint16 INVALID_PLANNER=301
uint16 TF_ERROR=3002
uint16 TF_ERROR=302
uint16 START_OUTSIDE_MAP=303
uint16 GOAL_OUTSIDE_MAP=304
uint16 START_OCCUPIED=305
uint16 GOAL_OCCUPIED=306
uint16 TIMEOUT=3007
uint16 TIMEOUT=307
uint16 NO_VALID_PATH=308
uint16 NO_VIAPOINTS_GIVEN=309

Expand Down

0 comments on commit 3ef0c73

Please sign in to comment.