Bench-MR
A Motion Planning Benchmark for Wheeled Mobile Robots
Namespaces | Functions
kinematic_single_track.hpp File Reference
#include <ompl/base/spaces/SE2StateSpace.h>
#include <ompl/control/ODESolver.h>
#include <ompl/control/SpaceInformation.h>
#include <ompl/control/spaces/RealVectorControlSpace.h>
Include dependency graph for kinematic_single_track.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  kinematicSingleTrack
 

Functions

void kinematicSingleTrack::kinematicSingleTrackODE (const oc::ODESolver::StateType &q, const oc::Control *control, oc::ODESolver::StateType &qdot)
 
void kinematicSingleTrack::kinematicSingleTrackPostIntegration (const ob::State *state, const oc::Control *, const double, ob::State *result)
 
void kinematicSingleTrack::propagate (const oc::SpaceInformation *si, const ob::State *state, const oc::Control *control, const double duration, ob::State *result)