File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
moveit_studio_msgs/moveit_studio_agent_msgs/msg Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1- # Heartbeat timestamps of the Objective Server node
1+ # Heartbeat timestamps of the Objective Server node.
22builtin_interfaces/Time process_timestamp
33builtin_interfaces/Time ros_timestamp
44
5- # Name and status descriptor of the current objective tree
6- # See StatusTree::NodeStatus for valid objective_status values
5+ # Name and status descriptor of the current objective tree.
76string objective_name
8- string objective_status
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
15+
16+ # The status of the objective.
17+ int8 objective_status
You can’t perform that action at this time.
0 commit comments