Skip to content

Commit

Permalink
Add error message string to MoveItErrorCode msg (#171)
Browse files Browse the repository at this point in the history
* Add error message string to MoveItErrorCode msg

* Add error source string

* Add comments

* Update msg/MoveItErrorCodes.msg

Co-authored-by: Sebastian Jahr <sebastian.jahr@tuta.io>

* Update msg/MoveItErrorCodes.msg

Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>

---------

Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
  • Loading branch information
Abishalini and sjahr committed Nov 14, 2023
1 parent 4058600 commit 2cbb6fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions msg/MoveItErrorCodes.msg
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ int32 ABORT=-30

# kinematics errors
int32 NO_IK_SOLUTION=-31

# A message to provide additional information.
string message

# Name of the component that created the status.
# This is helpful to locate error source.
string source

0 comments on commit 2cbb6fd

Please sign in to comment.