Skip to content

Commit 26cbee6

Browse files
Added waypoint manager action definition (#26)
* Added waypoint manager action definition * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci ---------
1 parent bb1e185 commit 26cbee6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ set(action_files
4343
"action/LOSGuidance.action"
4444
"action/FilteredPose.action"
4545
"action/HybridpathGuidance.action"
46+
"action/WaypointManager.action"
4647
)
4748

4849
# Generate ROS 2 message interfaces

action/WaypointManager.action

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Goal
2+
geometry_msgs/PoseStamped[] waypoints
3+
string target_server
4+
float64 switching_threshold
5+
---
6+
# Result
7+
bool success
8+
uint32 completed_waypoints
9+
---
10+
# Feedback
11+
geometry_msgs/Pose current_pose
12+
uint32 current_waypoint_index
13+
float64 distance_to_waypoint

0 commit comments

Comments
 (0)