Skip to content

Commit 76f5b86

Browse files
authored
Add GOAL_ABORTED_DUE_TO_STITCHING enum result to indicate the goal was aborted due to stitching (#91)
Signed-off-by: Paul Gesel <[email protected]>
1 parent 069d153 commit 76f5b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

moveit_studio_msgs/moveit_pro_controllers_msgs/action/FollowJointTrajectoryWithAdmittance.action

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ int32 PATH_TOLERANCE_VIOLATED = -4
3636
int32 GOAL_TOLERANCE_VIOLATED = -5
3737
int32 ADMITTANCE_ERROR = -6
3838
int32 FORCE_TORQUE_THRESHOLD_EXCEEDED = -7
39+
int32 GOAL_ABORTED_DUE_TO_STITCHING = -8
3940

4041
# Human readable description of the error code. Contains complementary
4142
# information that is especially useful when execution fails.

0 commit comments

Comments
 (0)