#include <trajectory.h>
◆ Trajectory() [1/3]
exotica::Trajectory::Trajectory |
( |
| ) |
|
◆ Trajectory() [2/3]
exotica::Trajectory::Trajectory |
( |
const std::string & |
data | ) |
|
◆ Trajectory() [3/3]
◆ ~Trajectory()
exotica::Trajectory::~Trajectory |
( |
| ) |
|
|
inline |
◆ ConstructFromData()
◆ GetAcceleration()
KDL::Twist exotica::Trajectory::GetAcceleration |
( |
double |
t | ) |
|
◆ GetData()
Eigen::MatrixXd exotica::Trajectory::GetData |
( |
| ) |
|
◆ GetDuration()
double exotica::Trajectory::GetDuration |
( |
| ) |
|
◆ GetPosition()
KDL::Frame exotica::Trajectory::GetPosition |
( |
double |
t | ) |
|
◆ GetRadius()
double exotica::Trajectory::GetRadius |
( |
| ) |
|
◆ GetVelocity()
KDL::Twist exotica::Trajectory::GetVelocity |
( |
double |
t | ) |
|
◆ ToString()
std::string exotica::Trajectory::ToString |
( |
| ) |
|
◆ data_
Eigen::MatrixXd exotica::Trajectory::data_ |
|
protected |
◆ radius_
double exotica::Trajectory::radius_ |
|
protected |
◆ trajectory_
std::shared_ptr<KDL::Trajectory_Composite> exotica::Trajectory::trajectory_ |
|
protected |
The documentation for this class was generated from the following file: