SE3RigidBodyPlanning.h
30 SE3RigidBodyPlanning() : AppBase<AppType::GEOMETRIC>(std::make_shared<base::SE3StateSpace>(), Motion_3D)
44 base::ScopedState<> getFullStateFromGeometricComponent(const base::ScopedState<> &state) const override
61 const base::State* getGeometricComponentStateInternal(const base::State* state, unsigned int /*index*/) const override
Definition: AppBase.h:46
const base::StateSpacePtr & getStateSpace() const
Get the current instance of the state space.
Definition: SimpleSetup.h:92
Wrapper for ompl::app::RigidBodyPlanning that plans for rigid bodies in SE3.
Definition: SE3RigidBodyPlanning.h:27