Class Path

Inheritance Relationships

Derived Types

Class Documentation

class Path

Subclassed by steering::CC_Dubins_Path, steering::HC_CC_RS_Path

Public Functions

Path(const Configuration &_start, const Configuration &_end, double _kappa, double _sigma, double _length)

Constructor.

Public Members

Configuration start

Start and end configuration.

Configuration end
double kappa

Max. curvature (unsigned), max. sharpness (unsigned)

double sigma
double length

Path length.