Skip to content

Commit

Permalink
Adds get group urdf service (#174)
Browse files Browse the repository at this point in the history
* Add service

* Format

* Format and use MoveItErrorCode
  • Loading branch information
sjahr committed Jan 15, 2024
1 parent 2ec1aa2 commit 0e203aa
Show file tree
Hide file tree
Showing 2 changed files with 8 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
7 changes: 7 additions & 0 deletions srv/GetGroupUrdf.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Name of the planning group for which an URDF is requested
string group_name
---
# Whether an error occurred
MoveItErrorCodes error_code
# URDF of the requested group. Empty if request was not successful e.g. because the group does not exist
string urdf_string

0 comments on commit 0e203aa

Please sign in to comment.