We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faaab17 commit e2c7e54Copy full SHA for e2c7e54
CMakeLists.txt
@@ -41,6 +41,7 @@ set(action_files
41
"action/ReferenceFilterWaypoint.action"
42
"action/VtfGuidance.action"
43
"action/LOSGuidance.action"
44
+ "action/HybridpathGuidance.action"
45
)
46
47
# Generate ROS 2 message interfaces
action/HybridpathGuidance.action
@@ -0,0 +1,10 @@
1
+# Goal
2
+vortex_msgs/Waypoints waypoints
3
+
4
+---
5
+# Result
6
+bool success
7
8
9
+# Feedback
10
+vortex_msgs/HybridpathReference feedback
msg/Waypoints.msg
@@ -1,3 +1,2 @@
-# Array of points
-
+std_msgs/Header header
geometry_msgs/Point[] waypoints
0 commit comments