Skip to content

Commit

Permalink
Add: Action for new ExecuteNetworkGoTo API
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Phillips <[email protected]>
  • Loading branch information
stephen-cpr committed Feb 6, 2024
1 parent 33d3a5e commit 932a986
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ add_action_files(
action
FILES
ExecuteMissionByUuid.action
ExecuteNetworkGoTo.action
GetWaypointPath.action
Mission.action
SmoothPath.action
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Action definition for sending a mission to the Clearpath OutdoorNav software

# goal
clearpath_navigation_msgs/Waypoint waypoint

---
# result
bool success

---
# feedback
string state

0 comments on commit 932a986

Please sign in to comment.