-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add services for creating, accessing & deleting network of paths maps
- Loading branch information
1 parent
e69e2ec
commit 9b5f103
Showing
4 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
clearpath_outdoornav_msgs/clearpath_mission_manager_msgs/msg/NetworkEdgeReq.msg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
string name | ||
|
||
string start_point_id | ||
string end_point_id | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
clearpath_outdoornav_msgs/clearpath_mission_manager_msgs/srv/GetAllNetworkMaps.srv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
clearpath_navigation_msgs/NetworkMap[] maps |
2 changes: 2 additions & 0 deletions
2
clearpath_outdoornav_msgs/clearpath_mission_manager_msgs/srv/GetNetworkMap.srv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
clearpath_navigation_msgs/NetworkMap map |