Skip to content

Commit 7080ff9

Browse files
committed
feat: add hybridpath action
1 parent faaab17 commit 7080ff9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ set(action_files
4141
"action/ReferenceFilterWaypoint.action"
4242
"action/VtfGuidance.action"
4343
"action/LOSGuidance.action"
44+
"action/HybridpathGuidance.action"
4445
)
4546

4647
# Generate ROS 2 message interfaces

action/HybridpathGuidance.action

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)