Skip to content

Commit

Permalink
Merge branch 'network-of-paths' of github.com:clearpathrobotics/clear…
Browse files Browse the repository at this point in the history
…path_msgs into network-of-paths
  • Loading branch information
civerachb-cpr committed Feb 6, 2024
2 parents 418c4e1 + 932a986 commit b5d2de5
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 b5d2de5

Please sign in to comment.