SE2_R2.cpp
46 Projection_SE2_R2::Projection_SE2_R2(ompl::base::StateSpacePtr BundleSpace, ompl::base::StateSpacePtr BaseSpace)
52 void Projection_SE2_R2::projectFiber(const ompl::base::State *xBundle, ompl::base::State *xFiber) const
59 void Projection_SE2_R2::project(const ompl::base::State *xBundle, ompl::base::State *xBase) const
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
ompl::base::CompoundState StateType
Define the type of state allocated by this state space.
Definition: StateSpace.h:641
A shared pointer wrapper for ompl::base::StateSpace.