Skip to content

Commit 441dd84

Browse files
authored
Add a halted status to the ObjectiveServerStatus msg (#78)
1 parent 08d81d0 commit 441dd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moveit_studio_msgs/moveit_studio_agent_msgs/msg/ObjectiveServerStatus.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ builtin_interfaces/Time ros_timestamp
66
string objective_name
77

88
# Possible objective_status values.
9-
# This corresponds with StatusTree::NodeStatus in the objective server.
109
int8 OBJECTIVE_STATUS_UNKNOWN = 0
1110
int8 OBJECTIVE_STATUS_IDLE = 1
1211
int8 OBJECTIVE_STATUS_RUNNING = 2
1312
int8 OBJECTIVE_STATUS_SUCCESS = 3
1413
int8 OBJECTIVE_STATUS_FAILURE = 4
14+
int8 OBJECTIVE_STATUS_CANCELED = 5
1515

1616
# The status of the objective.
1717
int8 objective_status

0 commit comments

Comments
 (0)