XRN_XRM_SO2.cpp
54 void Projection_SO2RN_SO2RM::project(const ompl::base::State *xBundle, ompl::base::State *xBase) const
56 const auto *xBundle_SO2 = xBundle->as<base::CompoundState>()->as<base::SO2StateSpace::StateType>(0);
57 const auto *xBundle_RN = xBundle->as<base::CompoundState>()->as<base::RealVectorStateSpace::StateType>(1);
70 void Projection_SO2RN_SO2RM::lift(const ompl::base::State *xBase, const ompl::base::State *xFiber,
74 auto *xBundle_RN = xBundle->as<base::CompoundState>()->as<base::RealVectorStateSpace::StateType>(1);
77 const auto *xBase_RM = xBase->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.