-
Notifications
You must be signed in to change notification settings - Fork 553
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
Sync with MoveIt #1151
Sync with MoveIt #1151
Conversation
... to indicate transfer of ownership and simplify pointer handling
... reducing code duplication and facilitating re-use
... because the former will consider future collision entries as well.
- Serialize full current state (previously pairs with a default, but no entry were skipped) - Only initialize matrix entries that deviate from the default.
@v4hn requested splitting of collision_pairs into (re)enabled and disabled.
This method is only used there to update disabled collision entries.
These tests are known to run for a very long time in debug builds. So let's disable them in this case. If you still insist to run them, you can do so via `locked_robot_state_test --gtest_also_run_disabled_tests`
…veit#3017) Co-authored-by: andreas-botbuilt <94128674+andreas-botbuilt@users.noreply.github.com>
- Add stomp planner to MSA - Add OMPL-CHOMP planner to MSA - Remove obsolete CHOMP parameters - Update CHOMP config parameters to match code defaults - Create CHOMP config via template (instead of code) Co-authored-by: Robert Haschke <rhaschke@techfak.uni-bielefeld.de>
Implement ACM defaults as a fallback instead of an override. Based on moveit/srdfdom#97, this allows disabling collisions for specific links/objects by default and re-enabling individual pairs if necessary.
This pull request is in conflict. Could you fix it @Abishalini? |
5601a06
to
9c61ebf
Compare
3ed91c9
to
4b20a59
Compare
705da08
to
01e67c1
Compare
Codecov Report
@@ Coverage Diff @@
## main #1151 +/- ##
==========================================
- Coverage 61.41% 61.29% -0.11%
==========================================
Files 271 274 +3
Lines 24754 24749 -5
==========================================
- Hits 15200 15168 -32
- Misses 9554 9581 +27
Continue to review full report at Codecov.
|
01e67c1
to
f7c59a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, not sure what's wrong with clang-tidy
Description
Sync the following commits from MoveIt
Checklist