Skip to content

Commit

Permalink
Add service
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr committed Jan 11, 2024
1 parent 2cbb6fd commit 29d385c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ set(srv_files
"srv/RenameRobotStateInWarehouse.srv"
"srv/DeleteRobotStateFromWarehouse.srv"
"srv/ServoCommandType.srv"
"srv/GetGroupUrdf.srv"
)

set(action_files
Expand Down
4 changes: 4 additions & 0 deletions srv/GetGroupUrdf.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
string group_name # Name of the planning group for which an URDF is requested
---
bool success # indicate successful run of the service
string urdf_string # URDF of the requested group. Empty if request was not successful e.g. because the group does not exist

0 comments on commit 29d385c

Please sign in to comment.