8000 OMPL: Add EIT* and EIRM* planners by simonschmeisser · Pull Request #3437 · moveit/moveit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
wants to merge 2 commits into
base: noetic-devel
Choose a base branch
from

Conversation

simonschmeisser
Copy link
Contributor
@simonschmeisser simonschmeisser commented May 21, 2023

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

  • Required by CI: Code is auto formatted using clang-format
  • Wait for OMPL 1.7.0 release to have a proper include guard
  • Needs support for roadmap loading/saving in EIRM*
error: no matching function for call to ‘ompl::geometric::EIRMstar::EIRMstar(const ompl::base::PlannerData&)’

@marlinstrub @yurirocha15 @alaflaquiere

Comment on lines 239 to 242
MultiQueryPlannerAllocator::allocatePersistentPlanner<ompl::geometric::EIRMstar>(const ob::PlannerData& data)
{
return new og::EIRMstar(data);
};

This comment was marked as resolved.

Copy link
Contributor Author

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

@simonschmeisser simonschmeisser marked this pull request as ready for review June 9, 2023 15:56
Copy link
Contributor
@rhaschke rhaschke left a 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.

@rhaschke
Copy link
Contributor
rhaschke commented Jan 9, 2025

@simonschmeisser Could you please resolve the conflicts.

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.

3 participants
0