Public Types | |
typedef dg::sot::internal::LG_t< representation >::type | LieGroup_t |
Public Member Functions | |
void | _setFrame () |
virtual void | checkFeedForward () |
virtual void | checkJacobian () |
FeatureAbstract & | featureAbstract () |
void | printInputs () |
void | printOutputs () |
void | recompute () |
void | setInputs () |
void | setJointFrame () |
void | setRandomFrame () |
TestFeaturePose (bool relative, const std::string &name) | |
Public Member Functions inherited from FeatureTestBase | |
void | checkTaskOutput () |
virtual void | checkValue () |
void | computeExpectedTaskOutput (const Vector &error, const Vector &errorDrift) |
template<typename LG_t > | |
void | computeExpectedTaskOutput (const Vector &s, const Vector &sdes, const Vector &sDesDot, const LG_t &lg) |
FeatureTestBase (unsigned dim, const std::string &name) | |
virtual void | init () |
void | setGain (double gain) |
template<typename SignalType , typename ValueType > | |
void | setSignal (SignalType &sig, const ValueType &v) |
Public Attributes | |
pinocchio::Data | data_ |
pinocchio::FrameIndex | fa_ |
pinocchio::FrameIndex | fb_ |
FeaturePose< representation > | feature_ |
pinocchio::JointIndex | ja_ |
pinocchio::JointIndex | jb_ |
pinocchio::Model | model_ |
bool | relative_ |
Public Attributes inherited from FeatureTestBase | |
dynamicgraph::Vector | expectedTaskOutput_ |
Task | task_ |
int | time_ |
Definition at line 310 of file test_feature_generic.cpp.
typedef dg::sot::internal::LG_t<representation>::type TestFeaturePose< representation >::LieGroup_t |
Definition at line 312 of file test_feature_generic.cpp.
|
inline |
Definition at line 320 of file test_feature_generic.cpp.
|
inline |
Definition at line 351 of file test_feature_generic.cpp.
|
inlinevirtual |
Definition at line 531 of file test_feature_generic.cpp.
|
inlinevirtual |
Definition at line 452 of file test_feature_generic.cpp.
|
inlinevirtual |
Implements FeatureTestBase.
Definition at line 372 of file test_feature_generic.cpp.
|
inlinevirtual |
Reimplemented from FeatureTestBase.
Definition at line 409 of file test_feature_generic.cpp.
|
inlinevirtual |
Reimplemented from FeatureTestBase.
Definition at line 437 of file test_feature_generic.cpp.
|
inlinevirtual |
Reimplemented from FeatureTestBase.
Definition at line 416 of file test_feature_generic.cpp.
|
inlinevirtual |
Implements FeatureTestBase.
Definition at line 374 of file test_feature_generic.cpp.
|
inline |
Definition at line 360 of file test_feature_generic.cpp.
|
inline |
Definition at line 366 of file test_feature_generic.cpp.
pinocchio::Data TestFeaturePose< representation >::data_ |
Definition at line 316 of file test_feature_generic.cpp.
pinocchio::FrameIndex TestFeaturePose< representation >::fa_ |
Definition at line 318 of file test_feature_generic.cpp.
pinocchio::FrameIndex TestFeaturePose< representation >::fb_ |
Definition at line 318 of file test_feature_generic.cpp.
FeaturePose<representation> TestFeaturePose< representation >::feature_ |
Definition at line 313 of file test_feature_generic.cpp.
pinocchio::JointIndex TestFeaturePose< representation >::ja_ |
Definition at line 317 of file test_feature_generic.cpp.
pinocchio::JointIndex TestFeaturePose< representation >::jb_ |
Definition at line 317 of file test_feature_generic.cpp.
pinocchio::Model TestFeaturePose< representation >::model_ |
Definition at line 315 of file test_feature_generic.cpp.
bool TestFeaturePose< representation >::relative_ |
Definition at line 314 of file test_feature_generic.cpp.