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 joint selection for collision avoidance #82

Merged

Conversation

gergondet
Copy link
Member

This PR adds the ability to select active joints in a collision. This works in a way similar to the JointsSelector by zero-ing the columns related to the disabled joints.

Notes:

  • the default behaviors is to use all joints
  • there's no extra allocation or operation for the default selection, only an extra (predictable) branch
  • when the collision is a self-collision, only one selector is considered (the first one)

@gergondet gergondet force-pushed the topic/CollisionJointSelection branch from 689471b to c84d810 Compare June 13, 2022 15:53
@gergondet gergondet merged commit 36a3527 into jrl-umi3218:master Jun 14, 2022
@gergondet gergondet deleted the topic/CollisionJointSelection branch June 14, 2022 00:59
gergondet added a commit to gergondet/mc_rtc that referenced this pull request Jun 14, 2022
gergondet added a commit to gergondet/mc_rtc that referenced this pull request Jun 14, 2022
gergondet added a commit that referenced this pull request Jul 7, 2022
- Fix mimic substitution issue (#57)
- Introduce joint selection for collision avoidance (#82)
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.

1 participant