Skip to content

Commit

Permalink
feat: action definition for hybridpath guidance (#21)
Browse files Browse the repository at this point in the history
* feat: add hybridpath action

* feat: add header to Waypoints msg
  • Loading branch information
Andeshog authored Feb 18, 2025
1 parent faaab17 commit e2c7e54
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ set(action_files
"action/ReferenceFilterWaypoint.action"
"action/VtfGuidance.action"
"action/LOSGuidance.action"
"action/HybridpathGuidance.action"
)

# Generate ROS 2 message interfaces
Expand Down
10 changes: 10 additions & 0 deletions action/HybridpathGuidance.action
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Goal
vortex_msgs/Waypoints waypoints

---
# Result
bool success

---
# Feedback
vortex_msgs/HybridpathReference feedback
3 changes: 1 addition & 2 deletions msg/Waypoints.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Array of points

std_msgs/Header header
geometry_msgs/Point[] waypoints

0 comments on commit e2c7e54

Please sign in to comment.