Skip to content
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

wip support AtlasStateSpace #2

Open
wants to merge 2 commits into
base: ompl-constrained-linear-system
Choose a base branch
from

Conversation

gautz
Copy link
Owner

@gautz gautz commented Jun 25, 2021

Description

to check if the approach makes sense

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

spec_.constrained_state_space_->as<ob::TangentBundleStateSpace>()->anchorChart(ompl_start_state.get());
ROS_INFO_NAMED("model_based_planning_context",
"trying to anchor goal states for constrained tangent bundle state space.");
// spec_.constrained_state_space_->as<ob::TangentBundleStateSpace>()->anchorChart(goal.get());
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need the goal as a joint state here to be able to anchorChart().
Or maybe anchorChart should be called somewhere else in the interface?

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.

1 participant