#include "ompl/base/StateSpace.h"#include "ompl/base/spaces/RealVectorBounds.h"#include <vector>#include <string>#include <map>

Go to the source code of this file.
Classes | |
| class | ompl::base::RealVectorStateSampler |
| State sampler for the Rn state space. More... | |
| class | ompl::base::RealVectorStateSpace |
| A state space representing Rn. The distance function is the L2 norm. More... | |
| class | ompl::base::RealVectorStateSpace::StateType |
| The definition of a state in Rn More... | |
Namespaces | |
| namespace | ompl |
Main namespace. Contains everything in this library. | |
| namespace | ompl::base |
This namespace contains sampling based planning routines shared by both planning under geometric constraints (geometric) and planning under differential constraints (dynamic). | |