Skip to content

Commit

Permalink
Add: Add error_code fields to autonomy actions
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Phillips <stphillips@clearpathrobotics.com>
  • Loading branch information
stephen-cpr committed Oct 16, 2024
1 parent 4f67903 commit 6a9d554
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ uint8 code

bool success
string message
uint16 NONE=0
uint16 error_code
string error_msg

---
# feedback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ uint8 code
bool success
string message
clearpath_navigation_msgs/NetworkGoalState[] goal_states

uint16 NONE=0
uint16 error_code
string error_msg
---
# feedback
string message
Expand Down

0 comments on commit 6a9d554

Please sign in to comment.