File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
moveit_studio_msgs/moveit_studio_agent_msgs/msg Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ builtin_interfaces/Time ros_timestamp
66string objective_name
77
88# Possible objective_status values.
9- int8 OBJECTIVE_STATUS_UNKNOWN = 0
10- int8 OBJECTIVE_STATUS_IDLE = 1
11- int8 OBJECTIVE_STATUS_RUNNING = 2
12- int8 OBJECTIVE_STATUS_SUCCESS = 3
13- int8 OBJECTIVE_STATUS_FAILURE = 4
14- int8 OBJECTIVE_STATUS_CANCELLED = 5
9+ string OBJECTIVE_STATUS_UNKNOWN = Unknown
10+ string OBJECTIVE_STATUS_IDLE = Idle
11+ string OBJECTIVE_STATUS_RUNNING = Running
12+ string OBJECTIVE_STATUS_SUCCESS = Success
13+ string OBJECTIVE_STATUS_FAILURE = Failure
14+ string OBJECTIVE_STATUS_CANCELLED = Cancelled
1515
1616# The status of the objective.
17- int8 objective_status
17+ string objective_status
You can’t perform that action at this time.
0 commit comments