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 80dee6b commit 58e1645Copy full SHA for 58e1645
moveit_studio_msgs/moveit_studio_agent_msgs/CMakeLists.txt
@@ -23,6 +23,7 @@ set(msg_files
23
"msg/Json.msg"
24
"msg/LicenseInfo.msg"
25
"msg/Log.msg"
26
+ "msg/ObjectiveServerStatus.msg"
27
"msg/PlanningGroup.msg"
28
"msg/RobotJointState.msg"
29
"msg/Waypoint.msg"
moveit_studio_msgs/moveit_studio_agent_msgs/msg/ObjectiveServerStatus.msg
@@ -0,0 +1,8 @@
1
+# Heartbeat timestamps of the Objective Server node
2
+builtin_interfaces/Time process_timestamp
3
+builtin_interfaces/Time ros_timestamp
4
+
5
+# Name and status descriptor of the current objective tree
6
+# See StatusTree::NodeStatus for valid objective_status values
7
+string objective_name
8
+string objective_status
0 commit comments