We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d81d0 commit 441dd84Copy full SHA for 441dd84
moveit_studio_msgs/moveit_studio_agent_msgs/msg/ObjectiveServerStatus.msg
@@ -6,12 +6,12 @@ builtin_interfaces/Time ros_timestamp
6
string objective_name
7
8
# Possible objective_status values.
9
-# This corresponds with StatusTree::NodeStatus in the objective server.
10
int8 OBJECTIVE_STATUS_UNKNOWN = 0
11
int8 OBJECTIVE_STATUS_IDLE = 1
12
int8 OBJECTIVE_STATUS_RUNNING = 2
13
int8 OBJECTIVE_STATUS_SUCCESS = 3
14
int8 OBJECTIVE_STATUS_FAILURE = 4
+int8 OBJECTIVE_STATUS_CANCELED = 5
15
16
# The status of the objective.
17
int8 objective_status
0 commit comments