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

allow multiple eefs per planning group #1347

Merged
merged 2 commits into from
Feb 18, 2019
Merged

Conversation

rhaschke
Copy link
Contributor

Due to an early escape from the loop (after the first found eef for a group), MoveIt!
wasn't aware of other eef names (with possibly a different parent_link) associated to a group.

Due to an early escape from the loop (after the first found eef for a group), MoveIt!
wasn't aware of other eef names (with possibly a different parent_link) associated to a group.
* \brief Get a vector of end effector tips included in a particular joint model group as defined by the SRDF end
* effector semantic
* \brief Get the unique set of end effector tips included in a particular joint model group
* as defined by the SRDF end effector semantic
Copy link
Contributor

Choose a reason for hiding this comment

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

Wording suggestion - since "SRDF" already has "semantic" in it, you can remove the "effector semantic" part at the end of this sentence. Alternatively you could say "by SRDF end_effector elements"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for this suggestion. Please consider to use github's suggestion mechanism in future. The facilitates integrating these changes.

* \brief Get a vector of end effector tips included in a particular joint model group as defined by the SRDF end
* effector semantic
* \brief Get the unique set of end effector tips included in a particular joint model group
* as defined by the SRDF end effector semantic
Copy link
Contributor

Choose a reason for hiding this comment

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

Same wording suggestion as above.

moveit_core/robot_model/src/joint_model_group.cpp Outdated Show resolved Hide resolved
... changing the API from std::vector to std::set
@rhaschke rhaschke merged commit 324c5d7 into melodic-devel Feb 18, 2019
@rhaschke rhaschke deleted the allow-multiple-eefs branch February 20, 2019 07:39
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

2 participants