Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds get group urdf service #174

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Adds get group urdf service #174

merged 3 commits into from
Jan 15, 2024

Conversation

sjahr
Copy link

@sjahr sjahr commented Jan 12, 2024

Required by moveit/moveit2#2649

Copy link

@marioprats marioprats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fly-by review.
Looks good, just minor questions about readability and error propagation.

srv/GetGroupUrdf.srv Outdated Show resolved Hide resolved
@@ -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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add an error_message field, to be filled in if the request fails?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! Currently, I publish the error details via the log in the move_group node but we can change that to a MoveItErrorMsg and add more information 👍

@sjahr sjahr requested a review from marioprats January 15, 2024 13:29
@sjahr sjahr merged commit 0e203aa into moveit:ros2 Jan 15, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants