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

A few forward ports from MoveIt1 #2920

Merged
merged 6 commits into from
Aug 2, 2024
Merged

A few forward ports from MoveIt1 #2920

merged 6 commits into from
Aug 2, 2024

Conversation

rhaschke
Copy link
Contributor

@rhaschke rhaschke commented Jul 19, 2024

Fixes #2911 (OMPL part)

rhaschke and others added 3 commits July 19, 2024 13:22
* Prevent segfault when getParentLinkModel() is NULL
* Simpliy code
* Add unit test operating the panda gripper

---------

Co-authored-by: Captain Yoshi <[email protected]>
As the CHOMP planner only considers active joints, it needs to use setJointGroupActivePositions()
instead of setJointGroupPositions().
Don't recreate the FCL object when moving shapes, but just update its transforms.
@rhaschke
Copy link
Contributor Author

The rolling build fails due to a new deprecation, which should be handled by a separate commit.

Copy link
Contributor

@sjahr sjahr left a comment

Choose a reason for hiding this comment

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

Thanks!

@sjahr sjahr merged commit cd59367 into moveit:main Aug 2, 2024
8 of 11 checks passed
@rhaschke rhaschke deleted the forward-ports branch August 5, 2024 11:46
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.

Segmentation fault when starting motion planning for gripper using OMPL/CHOMP
4 participants