Skip to content

Commit e2c7e54

Browse files
authored
feat: action definition for hybridpath guidance (#21)
* feat: add hybridpath action * feat: add header to Waypoints msg
1 parent faaab17 commit e2c7e54

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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+
vortex_msgs/Waypoints waypoints
3+
4+
---
5+
# Result
6+
bool success
7+
8+
---
9+
# Feedback
10+
vortex_msgs/HybridpathReference feedback

msg/Waypoints.msg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# Array of points
2-
1+
std_msgs/Header header
32
geometry_msgs/Point[] waypoints

0 commit comments

Comments
 (0)