Skip to content

Commit

Permalink
Add services for creating, accessing & deleting network of paths maps
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Jan 12, 2024
1 parent e69e2ec commit 9b5f103
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ add_service_files(
DeleteMultiple.srv
ExportData.srv
GetAllMissions.srv
GetAllNetworkMaps.srv
GetAllTasks.srv
GetAllWaypoints.srv
GetEverything.srv
GetMission.srv
GetNetworkMap.srv
GetTask.srv
GetWaypoint.srv
ImportData.srv
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
string name

string start_point_id
string end_point_id

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
clearpath_navigation_msgs/NetworkMap[] maps
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
clearpath_navigation_msgs/NetworkMap map

0 comments on commit 9b5f103

Please sign in to comment.