#include <cubic-interpolation-se3.hh>
|
virtual void | doStart (const double &duration) |
|
MatrixHomogeneous & | computeSout (MatrixHomogeneous &sout, const int &inTime) |
|
dynamicgraph::sot::tools::CubicInterpolationSE3::~CubicInterpolationSE3 |
( |
| ) |
|
|
virtual |
dynamicgraph::sot::tools::CubicInterpolationSE3::CubicInterpolationSE3 |
( |
const std::string & |
name | ) |
|
sot::MatrixHomogeneous & dynamicgraph::sot::tools::CubicInterpolationSE3::computeSout |
( |
MatrixHomogeneous & |
sout, |
|
|
const int & |
inTime |
|
) |
| |
|
protected |
References duration_, goalSIN_, initSIN_, p0_, p1_, p2_, p3_, position_, samplingPeriod_, soutdot_, soutdotSOUT_, startTime_, and state_.
Referenced by CubicInterpolationSE3().
void dynamicgraph::sot::tools::CubicInterpolationSE3::doStart |
( |
const double & |
duration | ) |
|
|
protectedvirtual |
References duration_, goalSIN_, initSIN_, p0_, p1_, p2_, p3_, samplingPeriod_, soutSOUT_, startTime_, and state_.
Referenced by start().
std::string dynamicgraph::sot::tools::CubicInterpolationSE3::getDocString |
( |
| ) |
const |
|
virtual |
void dynamicgraph::sot::tools::CubicInterpolationSE3::reset |
( |
| ) |
|
void dynamicgraph::sot::tools::CubicInterpolationSE3::setSamplingPeriod |
( |
const double & |
period | ) |
|
void dynamicgraph::sot::tools::CubicInterpolationSE3::start |
( |
const double & |
duration | ) |
|
double dynamicgraph::sot::tools::CubicInterpolationSE3::duration_ |
|
protected |
dynamicgraph::SignalPtr< MatrixHomogeneous, int > dynamicgraph::sot::tools::CubicInterpolationSE3::goalSIN_ |
|
protected |
dynamicgraph::SignalPtr< MatrixHomogeneous, int > dynamicgraph::sot::tools::CubicInterpolationSE3::initSIN_ |
|
protected |
Vector dynamicgraph::sot::tools::CubicInterpolationSE3::p0_ |
|
protected |
Vector dynamicgraph::sot::tools::CubicInterpolationSE3::p1_ |
|
protected |
Vector dynamicgraph::sot::tools::CubicInterpolationSE3::p2_ |
|
protected |
Vector dynamicgraph::sot::tools::CubicInterpolationSE3::p3_ |
|
protected |
Vector dynamicgraph::sot::tools::CubicInterpolationSE3::position_ |
|
protected |
double dynamicgraph::sot::tools::CubicInterpolationSE3::samplingPeriod_ |
|
protected |
Vector dynamicgraph::sot::tools::CubicInterpolationSE3::soutdot_ |
|
protected |
dynamicgraph::Signal< Vector, int > dynamicgraph::sot::tools::CubicInterpolationSE3::soutdotSOUT_ |
|
protected |
dynamicgraph::Signal< MatrixHomogeneous, int > dynamicgraph::sot::tools::CubicInterpolationSE3::soutSOUT_ |
|
protected |
int dynamicgraph::sot::tools::CubicInterpolationSE3::startTime_ |
|
protected |
unsigned dynamicgraph::sot::tools::CubicInterpolationSE3::state_ |
|
protected |