VectorFieldNonconservative.cpp
53 const ob::RealVectorStateSpace::StateType &x = *state->as<ob::RealVectorStateSpace::StateType>();
This namespace contains code that is specific to planning under geometric constraints.
Definition: GeneticSearch.h:79
This namespace contains sampling based planning routines shared by both planning under geometric cons...
Definition: ConstrainedSpaceInformation.h:86
Create the set of classes typically needed to solve a geometric problem.
Definition: SimpleSetup.h:126
base::Cost cost(const base::OptimizationObjectivePtr &obj) const override
The sum of the costs for the sequence of segments that make up the path, computed using OptimizationO...
Definition: PathGeometric.cpp:100
A state space representing Rn. The distance function is the L2 norm.
Definition: RealVectorStateSpace.h:137
ompl::base::State StateType
Define the type of state allocated by this space.
Definition: StateSpace.h:142
virtual void printAsMatrix(std::ostream &out) const
Print the path as a real-valued matrix where the i-th row represents the i-th state along the path....
Definition: PathGeometric.cpp:198
A class to store the exit status of Planner::solve()
Definition: PlannerStatus.h:112
void interpolate(unsigned int count)
Insert a number of states in a path so that the path is made up of exactly count states....
Definition: PathGeometric.cpp:337
The lower and upper bounds for an Rn space.
Definition: RealVectorBounds.h:111