#include <time_optimal_trajectory_generation.h>
◆ PathSegment()
trajectory_processing::PathSegment::PathSegment |
( |
double |
length = 0.0 | ) |
|
|
inline |
◆ ~PathSegment()
virtual trajectory_processing::PathSegment::~PathSegment |
( |
| ) |
|
|
inlinevirtual |
◆ clone()
virtual PathSegment* trajectory_processing::PathSegment::clone |
( |
| ) |
const |
|
pure virtual |
◆ getConfig()
virtual Eigen::VectorXd trajectory_processing::PathSegment::getConfig |
( |
double |
s | ) |
const |
|
pure virtual |
◆ getCurvature()
virtual Eigen::VectorXd trajectory_processing::PathSegment::getCurvature |
( |
double |
s | ) |
const |
|
pure virtual |
◆ getLength()
double trajectory_processing::PathSegment::getLength |
( |
| ) |
const |
|
inline |
◆ getSwitchingPoints()
virtual std::list<double> trajectory_processing::PathSegment::getSwitchingPoints |
( |
| ) |
const |
|
pure virtual |
◆ getTangent()
virtual Eigen::VectorXd trajectory_processing::PathSegment::getTangent |
( |
double |
s | ) |
const |
|
pure virtual |
◆ length_
double trajectory_processing::PathSegment::length_ |
|
protected |
◆ position_
double trajectory_processing::PathSegment::position_ |
The documentation for this class was generated from the following file: