Skip to content

Commit cc0a5c8

Browse files
henningkayserbgill92
authored andcommitted
Add ObjectiveServerStatus message
Used for objective server heartbeat and objective status broadcasting.
1 parent 80dee6b commit cc0a5c8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

moveit_studio_msgs/moveit_studio_agent_msgs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ set(msg_files
2323
"msg/Json.msg"
2424
"msg/LicenseInfo.msg"
2525
"msg/Log.msg"
26+
"msg/ObjectiveServerStatus.msg"
2627
"msg/PlanningGroup.msg"
2728
"msg/RobotJointState.msg"
2829
"msg/Waypoint.msg"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Heartbeat of the Objective Server node
2+
builtin_interfaces/Time timestamp
3+
4+
# Name and status descriptor of the current objective tree
5+
# See StatusTree::NodeStatus for valid objective_status values
6+
string objective_name
7+
string objective_status

0 commit comments

Comments
 (0)