-
Notifications
You must be signed in to change notification settings - Fork 150
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
Update API: JumpThreshold -> CartesianPrecision #611
Conversation
This allows to modify properties in place, e.g. cartesian_solver.precision.translational = 0.01
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #611 +/- ##
==========================================
- Coverage 58.82% 57.63% -1.19%
==========================================
Files 91 132 +41
Lines 8623 10687 +2064
Branches 0 962 +962
==========================================
+ Hits 5072 6158 +1086
- Misses 3551 4482 +931
- Partials 0 47 +47 ☔ View full report in Codecov by Sentry. |
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.
Looks good except for my few comments.
Do you really want to keep this lying here until a new moveit release?
I know we went for supporting released and master branch of moveit in the past, but I'm not sure I see the need for it.
Of course we should hold a new release tag until moveit is released as well.
Thanks for addressing the feedback. 👍
What's your plan for this? I would merge here if not for your statement above. |
I prefer to have a MoveIt release. Otherwise we enforce people to build from source. |
This reverts commit 99ccc11.
This reverts commit 99ccc11.
This reverts commit 99ccc11.
This reverts commit 99ccc11.
This reverts commit 99ccc11.
This reverts commit 99ccc11.
This reverts commit 99ccc11.
This reverts commit 99ccc11.
This should be merged only after the next MoveIt release.