VectorFieldNonconservative.cpp
53 const ob::RealVectorStateSpace::StateType &x = *state->as<ob::RealVectorStateSpace::StateType>();
97 ss.setPlanner(ob::PlannerPtr(new og::VFRRT(ss.getSpaceInformation(), field, explorationSetting, lambda, update_freq)));
A shared pointer wrapper for ompl::base::StateSpace.
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:185
virtual base::Cost cost(const base::OptimizationObjectivePtr &obj) const
The sum of the costs for the sequence of segments that make up the path, computed using OptimizationO...
Definition: PathGeometric.cpp:88
A shared pointer wrapper for ompl::base::StateValidityChecker.
The simplest state validity checker: all states are valid.
Definition: StateValidityChecker.h:166
Definition: VFRRT.h:64
Create the set of classes typically needed to solve a geometric problem.
Definition: SimpleSetup.h:65
A shared pointer wrapper for ompl::base::Planner.
void interpolate(unsigned int count)
Insert a number of states in a path so that the path is made up of exactly count states. States are inserted uniformly (more states on longer segments). Changes are performed only if a path has less than count states.
Definition: PathGeometric.cpp:305
The planner found an exact solution.
Definition: PlannerStatus.h:66
A class to store the exit status of Planner::solve()
Definition: PlannerStatus.h:48
A shared pointer wrapper for ompl::base::SpaceInformation.
A state space representing Rn. The distance function is the L2 norm.
Definition: RealVectorStateSpace.h:75
The base class for space information. This contains all the information about the space planning is d...
Definition: SpaceInformation.h:83
This namespace contains sampling based planning routines shared by both planning under geometric cons...
Definition: Cost.h:44
A shared pointer wrapper for ompl::base::OptimizationObjective.
The lower and upper bounds for an Rn space.
Definition: RealVectorBounds.h:48
Definition: VFUpstreamCriterionOptimizationObjective.h:51
This namespace contains code that is specific to planning under geometric constraints.
Definition: GeneticSearch.h:48