Skip to content

Commit

Permalink
feat: add waypoints msg and vtf action (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhanc authored Feb 5, 2025
1 parent 4c646df commit 397cc13
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ set(msg_files
"msg/LOSGuidance.msg"
"msg/ReferenceFilter.msg"
"msg/DVLDepth.msg"
"msg/Waypoints.msg"
)

set(srv_files
Expand All @@ -38,6 +39,7 @@ set(action_files
"action/LocateDock.action"
"action/NavigateWaypoints.action"
"action/ReferenceFilterWaypoint.action"
"action/VtfGuidance.action"
)

# Generate ROS 2 message interfaces
Expand Down
8 changes: 8 additions & 0 deletions action/VtfGuidance.action
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Goal
vortex_msgs/Waypoints goal
---
# Result
bool success
---
# Feedback
vortex_msgs/ReferenceFilter feedback
3 changes: 3 additions & 0 deletions msg/Waypoints.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Array of points

geometry_msgs/Point[] waypoints

0 comments on commit 397cc13

Please sign in to comment.