Skip to content

Commit

Permalink
Format and use MoveItErrorCode
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr committed Jan 15, 2024
1 parent 2e5ecad commit d2d9874
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions srv/GetGroupUrdf.srv
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
string group_name # Name of the planning group for which an URDF is requested
# Name of the planning group for which an URDF is requested
string group_name
---
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
# 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 d2d9874

Please sign in to comment.