#include <Task.h>
◆ Task()
| tpik::Task::Task |
( |
const std::string |
ID, |
|
|
int |
taskSpace, |
|
|
int |
dof |
|
) |
| |
◆ ~Task()
| virtual tpik::Task::~Task |
( |
| ) |
|
|
virtual |
◆ ConfigFromFile()
| virtual bool tpik::Task::ConfigFromFile |
( |
libconfig::Config & |
confObj | ) |
|
|
pure virtual |
◆ DoF()
| auto tpik::Task::DoF |
( |
| ) |
const -> int |
|
inline |
◆ Enabled()
| auto tpik::Task::Enabled |
( |
| ) |
const -> bool |
|
inline |
◆ ExternalActivationFunction() [1/2]
| auto tpik::Task::ExternalActivationFunction |
( |
| ) |
-> Eigen::MatrixXd& |
|
inline |
◆ ExternalActivationFunction() [2/2]
| auto tpik::Task::ExternalActivationFunction |
( |
| ) |
const -> const Eigen::MatrixXd& |
|
inline |
◆ ID()
| auto tpik::Task::ID |
( |
| ) |
const -> const std::string& |
|
inline |
◆ InternalActivationFunction()
| auto tpik::Task::InternalActivationFunction |
( |
| ) |
const -> const Eigen::MatrixXd& |
|
inline |
◆ Jacobian()
| auto tpik::Task::Jacobian |
( |
| ) |
const -> const Eigen::MatrixXd& |
|
inline |
◆ ReferenceRate()
| auto tpik::Task::ReferenceRate |
( |
| ) |
const -> const Eigen::VectorXd& |
|
inline |
◆ TaskSpace()
| auto tpik::Task::TaskSpace |
( |
| ) |
const -> int |
|
inline |
◆ Update()
| virtual void tpik::Task::Update |
( |
| ) |
|
|
virtual |
◆ UpdateInternalActivationFunction()
| virtual void tpik::Task::UpdateInternalActivationFunction |
( |
| ) |
|
|
protectedpure virtual |
◆ UpdateJacobian()
| virtual void tpik::Task::UpdateJacobian |
( |
| ) |
|
|
protectedpure virtual |
◆ UpdateReferenceRate()
| virtual void tpik::Task::UpdateReferenceRate |
( |
| ) |
|
|
protectedpure virtual |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
Task const & |
task |
|
) |
| |
|
friend |
◆ Aexternal_
| Eigen::MatrixXd tpik::Task::Aexternal_ |
|
protected |
◆ Ai_
| Eigen::MatrixXd tpik::Task::Ai_ |
|
protected |
◆ dof_
◆ enabled_
| bool tpik::Task::enabled_ |
|
protected |
◆ ID_
| std::string tpik::Task::ID_ |
|
protected |
◆ J_
| Eigen::MatrixXd tpik::Task::J_ |
|
protected |
◆ taskSpace_
| int tpik::Task::taskSpace_ |
|
protected |
◆ x_dot_bar_
| Eigen::VectorXd tpik::Task::x_dot_bar_ |
|
protected |
The documentation for this class was generated from the following file: