Trajectory_Segment combines a VelocityProfile and a Path into a trajectory.
More...
#include <src/trajectory_segment.hpp>
Trajectory_Segment combines a VelocityProfile and a Path into a trajectory.
◆ Trajectory_Segment() [1/2]
| KDL::Trajectory_Segment::Trajectory_Segment |
( |
Path * | _geom, |
|
|
VelocityProfile * | _motprof, |
|
|
bool | _aggregate = true ) |
This constructor assumes that geom and <_motprof> are initialised correctly.
References aggregate, geom, and motprof.
Referenced by Clone().
◆ Trajectory_Segment() [2/2]
| KDL::Trajectory_Segment::Trajectory_Segment |
( |
Path * | _geom, |
|
|
VelocityProfile * | _motprof, |
|
|
double | duration, |
|
|
bool | _aggregate = true ) |
This constructor assumes that geom is initialised and <_motprof> needs to be set according to duration.
References aggregate, geom, and motprof.
◆ ~Trajectory_Segment()
| KDL::Trajectory_Segment::~Trajectory_Segment |
( |
| ) |
|
|
virtual |
◆ Acc()
| Twist KDL::Trajectory_Segment::Acc |
( |
double | time | ) |
const |
|
virtual |
◆ Clone()
| virtual Trajectory * KDL::Trajectory_Segment::Clone |
( |
| ) |
const |
|
inlinevirtual |
◆ Duration()
| double KDL::Trajectory_Segment::Duration |
( |
| ) |
const |
|
virtual |
◆ GetPath()
| Path * KDL::Trajectory_Segment::GetPath |
( |
| ) |
|
|
virtual |
◆ GetProfile()
◆ Pos()
| Frame KDL::Trajectory_Segment::Pos |
( |
double | time | ) |
const |
|
virtual |
◆ Read()
| Trajectory * KDL::Trajectory::Read |
( |
std::istream & | is | ) |
|
|
staticinherited |
◆ Vel()
| Twist KDL::Trajectory_Segment::Vel |
( |
double | time | ) |
const |
|
virtual |
◆ Write()
| void KDL::Trajectory_Segment::Write |
( |
std::ostream & | os | ) |
const |
|
virtual |
◆ aggregate
| bool KDL::Trajectory_Segment::aggregate |
|
private |
◆ geom
| Path* KDL::Trajectory_Segment::geom |
|
private |
◆ motprof
The documentation for this class was generated from the following files: