#include "ompl/base/Planner.h"#include "ompl/control/SpaceInformation.h"#include "ompl/base/ProblemDefinition.h"#include "ompl/control/PathControl.h"#include "ompl/geometric/PathGeometric.h"#include "ompl/util/Console.h"#include "ompl/util/Exception.h"

Go to the source code of this file.
Classes | |
| class | ompl::control::SimpleSetup |
| Create the set of classes typically needed to solve a control problem. More... | |
Namespaces | |
| namespace | ompl |
Main namespace. Contains everything in this library. | |
| namespace | ompl::control |
This namespace contains sampling based planning routines used by planning under differential constraints. | |
Functions | |
| base::PlannerPtr | ompl::control::getDefaultPlanner (const base::GoalPtr &goal) |
| Given a goal specification, decide on a planner for that goal. | |