-
Notifications
You must be signed in to change notification settings - Fork 966
OMPL: Add EIT* and EIRM* planners #3437
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
base: noetic-devel
Are you sure you want to change the base?
Conversation
MultiQueryPlannerAllocator::allocatePersistentPlanner<ompl::geometric::EIRMstar>(const ob::PlannerData& data) | ||
{ | ||
return new og::EIRMstar(data); | ||
}; |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
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.
There are two aspects, MultiQuery means once initialized previous runs will be considered in some way. PersistensPlanner means there are also ways to load and save PlannerData from disk.
I could just change this data->getSpaceInformation()
but I was trying to inspire you or @marlinstrub to actually contribute the feature in OMPL 😉 for feature parity with other MultiQuery planners
Sorry, something went wrong.
All reactions
-
👀 1 reaction
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.
I approve. Obviously, before merging, this requires a new release of OMPL.
Sorry, something went wrong.
All reactions
@simonschmeisser Could you please resolve the conflicts. |
All reactions
Sorry, something went wrong.
yurirocha15
rhaschke
mamoll
Successfully merging this pull request may close these issues.
This adds support for EIT* and EIRM* planners to the OMPL plugin. ompl/ompl#844
They are not yet part of a release and unfortunately OMPL does not increment its version number post release so the versioned includes are off by one and should actually check for 1.7.0
Checklist
@marlinstrub @yurirocha15 @alaflaquiere