XRN_X_SE3.cpp
46 Projection_SE3RN_SE3::Projection_SE3RN_SE3(ompl::base::StateSpacePtr BundleSpace, ompl::base::StateSpacePtr BaseSpace)
52 void Projection_SE3RN_SE3::project(const ompl::base::State *xBundle, ompl::base::State *xBase) const
54 const auto *xBundle_SE3 = xBundle->as<base::CompoundState>()->as<base::SE3StateSpace::StateType>(0);
72 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
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.