#include <angle-estimator.h>

Static Public Attributes | |
| static const std::string | CLASS_NAME |
Private Attributes | |
| bool | fromSensor_ |
Additional Inherited Members | |
Public Types inherited from dynamicgraph::Entity | |
| typedef std::map< const std::string, command::Command * > | CommandMap_t |
| typedef std::map< std::string, SignalBase< int > * > | SignalMap |
Protected Member Functions inherited from dynamicgraph::Entity | |
| void | addCommand (const std::string &name, command::Command *command) |
| void | entityDeregistration () |
| void | entityRegistration () |
| void | signalDeregistration (const std::string &name) |
| void | signalRegistration (const SignalArray< int > &signals) |
Protected Attributes inherited from dynamicgraph::Entity | |
| CommandMap_t | commandMap |
| Logger | logger_ |
| std::string | name |
| SignalMap | signalMap |
Definition at line 51 of file angle-estimator.h.
| AngleEstimator::AngleEstimator | ( | const std::string & | name | ) |
Definition at line 23 of file angle-estimator.cpp.
|
virtual |
Definition at line 137 of file angle-estimator.cpp.
| dynamicgraph::Vector & AngleEstimator::compute_qdotSOUT | ( | dynamicgraph::Vector & | res, |
| const sigtime_t & | time | ||
| ) |
Definition at line 362 of file angle-estimator.cpp.
| dynamicgraph::Vector & AngleEstimator::compute_xff_dotSOUT | ( | dynamicgraph::Vector & | res, |
| const sigtime_t & | time | ||
| ) |
Definition at line 340 of file angle-estimator.cpp.
| dynamicgraph::Vector & AngleEstimator::computeAngles | ( | dynamicgraph::Vector & | res, |
| const sigtime_t & | time | ||
| ) |
Definition at line 147 of file angle-estimator.cpp.
| MatrixRotation & AngleEstimator::computeDriftFromAngles | ( | MatrixRotation & | res, |
| const sigtime_t & | time | ||
| ) |
Definition at line 242 of file angle-estimator.cpp.
| MatrixRotation & AngleEstimator::computeFlexibilityFromAngles | ( | MatrixRotation & | res, |
| const sigtime_t & | time | ||
| ) |
Definition at line 212 of file angle-estimator.cpp.
| MatrixRotation & AngleEstimator::computeSensorWorldRotation | ( | MatrixRotation & | res, |
| const sigtime_t & | time | ||
| ) |
Definition at line 268 of file angle-estimator.cpp.
| dynamicgraph::Vector & AngleEstimator::computeWaistWorldPoseRPY | ( | dynamicgraph::Vector & | res, |
| const sigtime_t & | time | ||
| ) |
Definition at line 321 of file angle-estimator.cpp.
| MatrixHomogeneous & AngleEstimator::computeWaistWorldPosition | ( | MatrixHomogeneous & | res, |
| const sigtime_t & | time | ||
| ) |
Definition at line 297 of file angle-estimator.cpp.
| MatrixRotation & AngleEstimator::computeWaistWorldRotation | ( | MatrixRotation & | res, |
| const sigtime_t & | time | ||
| ) |
Definition at line 281 of file angle-estimator.cpp.
|
inline |
Definition at line 111 of file angle-estimator.h.
|
inline |
Definition at line 110 of file angle-estimator.h.
|
inlinevirtual |
Reimplemented from dynamicgraph::Entity.
Definition at line 54 of file angle-estimator.h.
| dg::SignalTimeDependent<dynamicgraph::Vector, sigtime_t> dynamicgraph::sot::AngleEstimator::anglesSOUT |
Definition at line 70 of file angle-estimator.h.
|
static |
Definition at line 53 of file angle-estimator.h.
| dg::SignalPtr<MatrixHomogeneous, sigtime_t> dynamicgraph::sot::AngleEstimator::contactEmbeddedPositionSIN |
Definition at line 68 of file angle-estimator.h.
| dg::SignalPtr<MatrixHomogeneous, sigtime_t> dynamicgraph::sot::AngleEstimator::contactWorldPositionSIN |
Definition at line 66 of file angle-estimator.h.
| dg::SignalTimeDependent<MatrixRotation, sigtime_t> dynamicgraph::sot::AngleEstimator::driftSOUT |
Definition at line 74 of file angle-estimator.h.
| dg::SignalTimeDependent<MatrixRotation, sigtime_t> dynamicgraph::sot::AngleEstimator::flexibilitySOUT |
Definition at line 72 of file angle-estimator.h.
|
private |
Definition at line 114 of file angle-estimator.h.
| dg::SignalPtr<dynamicgraph::Matrix, sigtime_t> dynamicgraph::sot::AngleEstimator::jacobianSIN |
Definition at line 84 of file angle-estimator.h.
| dg::SignalPtr<dynamicgraph::Vector, sigtime_t> dynamicgraph::sot::AngleEstimator::qdotSIN |
Definition at line 85 of file angle-estimator.h.
| dg::SignalTimeDependent<dynamicgraph::Vector, sigtime_t> dynamicgraph::sot::AngleEstimator::qdotSOUT |
Definition at line 87 of file angle-estimator.h.
| dg::SignalPtr<MatrixHomogeneous, sigtime_t> dynamicgraph::sot::AngleEstimator::sensorEmbeddedPositionSIN |
Definition at line 64 of file angle-estimator.h.
| dg::SignalPtr<MatrixRotation, sigtime_t> dynamicgraph::sot::AngleEstimator::sensorWorldRotationSIN |
Definition at line 62 of file angle-estimator.h.
| dg::SignalTimeDependent<MatrixRotation, sigtime_t> dynamicgraph::sot::AngleEstimator::sensorWorldRotationSOUT |
Definition at line 76 of file angle-estimator.h.
| dg::SignalTimeDependent<dynamicgraph::Vector, sigtime_t> dynamicgraph::sot::AngleEstimator::waistWorldPoseRPYSOUT |
Definition at line 82 of file angle-estimator.h.
| dg::SignalTimeDependent<MatrixHomogeneous, sigtime_t> dynamicgraph::sot::AngleEstimator::waistWorldPositionSOUT |
Definition at line 80 of file angle-estimator.h.
| dg::SignalTimeDependent<MatrixRotation, sigtime_t> dynamicgraph::sot::AngleEstimator::waistWorldRotationSOUT |
Definition at line 78 of file angle-estimator.h.
| dg::SignalTimeDependent<dynamicgraph::Vector, sigtime_t> dynamicgraph::sot::AngleEstimator::xff_dotSOUT |
Definition at line 86 of file angle-estimator.h.