XRN_X.cpp
45 Projection_XRN_X::Projection_XRN_X(ompl::base::StateSpacePtr BundleSpace, ompl::base::StateSpacePtr BaseSpace)
50 void Projection_XRN_X::projectFiber(const ompl::base::State *xBundle, ompl::base::State *xFiber) const
52 const auto *xBundle_RN = xBundle->as<base::CompoundState>()->as<base::RealVectorStateSpace::StateType>(1);
This namespace contains datastructures and planners to exploit multilevel abstractions,...
Definition: MultiLevelPlanarManipulatorDemo.cpp:67
ompl::base::State StateType
Define the type of state allocated by this space.
Definition: StateSpace.h:142
A shared pointer wrapper for ompl::base::StateSpace.