Skip to content

Commit

Permalink
Add services for LoadGeometryFromFile and SaveGeometryToFile serv…
Browse files Browse the repository at this point in the history
…ices (#181)
  • Loading branch information
bgill92 authored Aug 21, 2024
1 parent c713195 commit 6f79103
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ set(srv_files
"srv/GetPlannerParams.srv"
"srv/SetPlannerParams.srv"
"srv/UpdatePointcloudOctomap.srv"
"srv/SaveGeometryToFile.srv"
"srv/SaveMap.srv"
"srv/LoadGeometryFromFile.srv"
"srv/LoadMap.srv"
"srv/SaveRobotStateToWarehouse.srv"
"srv/ListRobotStatesInWarehouse.srv"
Expand Down
4 changes: 4 additions & 0 deletions srv/LoadGeometryFromFile.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This service loads CollisionObjects from a .scene file into a PlanningScene
string file_path_and_name
---
bool success
4 changes: 4 additions & 0 deletions srv/SaveGeometryToFile.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This service saves the CollisionObjects present in a PlanningScene to a .scene file
string file_path_and_name
---
bool success

0 comments on commit 6f79103

Please sign in to comment.