We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faaab17 commit 7080ff9Copy full SHA for 7080ff9
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
+geometry_msgs/PointStamped[] waypoints
3
+
4
+---
5
+# Result
6
+bool success
7
8
9
+# Feedback
10
+vortex_msgs/HybridpathReference feedback
0 commit comments