Migrate STOMP from ros-planning/stomp_moveit#2158
Merged
henningkayser merged 14 commits intomoveit:mainfrom May 11, 2023
Merged
Migrate STOMP from ros-planning/stomp_moveit#2158henningkayser merged 14 commits intomoveit:mainfrom
henningkayser merged 14 commits intomoveit:mainfrom
Conversation
ab61096 to
e47d720
Compare
Co-authored-by: Matej Vargovcik <vargovcik@robotechvision.com>
5e7656a to
5d782ee
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #2158 +/- ##
==========================================
- Coverage 50.50% 50.49% -0.00%
==========================================
Files 387 387
Lines 31816 31785 -31
==========================================
- Hits 16065 16047 -18
+ Misses 15751 15738 -13 ☔ View full report in Codecov by Sentry. |
sjahr
reviewed
May 10, 2023
Contributor
sjahr
left a comment
There was a problem hiding this comment.
Nice work! Lots of documentation requests and some questions.
sjahr
reviewed
May 10, 2023
Contributor
sjahr
left a comment
There was a problem hiding this comment.
Nice work! Lots of documentation requests and some questions.
sjahr
reviewed
May 10, 2023
Contributor
sjahr
left a comment
There was a problem hiding this comment.
Nice work! Lots of documentation requests and some questions.
Use getPlanningSceneMonitorNonConst()
Co-authored-by: Robert Haschke <rhaschke@techfak.uni-bielefeld.de> Co-authored-by: Henning Kayser <henningkayser@picknik.ai>
Similar to the current collision check function, constraints are checked per waypoint and scored with a constant penalty if constraints are not met. The costs are then smoothed with the same gaussian as used for collision costs.
* Move package into moveit_planners subdirectory * Rename stomp_moveit package to moveit_planners_stomp * List moveit_planners_stomp as package dependency
48410b4 to
f280dee
Compare
Member
Author
|
@sjahr I think I pretty much addressed all of your comments. Re-review? |
sjahr
approved these changes
May 11, 2023
Contributor
sjahr
left a comment
There was a problem hiding this comment.
Tested it with moveit_cpp and it works 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This migrates the STOMP planner and adapter plugins from https://github.com/ros-planning/stomp_moveit into moveit_planners. https://github.com/ros-planning/stomp_moveit will be archived after merging.
I've taken some time to squash the commit history into meaningful development steps and I would like to preserve it (don't squash). If you think that it's still too verbose, please make suggestions for how to shorten it even more.