FramesTest Class Reference
#include <framestest.hpp>
List of all members.
Public Member Functions |
| void | setUp () |
| void | tearDown () |
| void | TestEuler () |
| void | TestFrame () |
| void | TestJntArray () |
| void | TestJntArrayWhenEmpty () |
| void | TestQuaternion () |
| void | TestRotation () |
| void | TestRotationDiff () |
| void | TestTwist () |
| void | TestVector () |
| void | TestWrench () |
Private Member Functions |
| | CPPUNIT_TEST (TestEuler) |
| | CPPUNIT_TEST (TestRotationDiff) |
| | CPPUNIT_TEST (TestJntArray) |
| | CPPUNIT_TEST (TestFrame) |
| | CPPUNIT_TEST (TestQuaternion) |
| | CPPUNIT_TEST (TestRotation) |
| | CPPUNIT_TEST (TestWrench) |
| | CPPUNIT_TEST (TestTwist) |
| | CPPUNIT_TEST (TestVector) |
| | CPPUNIT_TEST_SUITE (FramesTest) |
| | CPPUNIT_TEST_SUITE_END () |
| void | TestArbitraryRotation (const std::string &msg, const KDL::Vector &v, const double angle, const double expectedAngle, const KDL::Vector &expectedVector) |
| void | TestOneRotation (const std::string &msg, const KDL::Rotation &R, const double expectedAngle, const KDL::Vector &expectedAxis) |
| void | TestRangeArbitraryRotation (const std::string &msg, const KDL::Vector &v, const KDL::Vector &expectedVector) |
| void | TestRotation2 (const Vector &v, double a, double b, double c) |
| void | TestTwist2 (Twist &t) |
| void | TestVector2 (Vector &v) |
| void | TestWrench2 (Wrench &w) |
Detailed Description
Definition at line 10 of file framestest.hpp.
Member Function Documentation
| FramesTest::CPPUNIT_TEST |
( |
TestEuler |
|
) |
[private] |
| FramesTest::CPPUNIT_TEST |
( |
TestRotationDiff |
|
) |
[private] |
| FramesTest::CPPUNIT_TEST |
( |
TestJntArray |
|
) |
[private] |
| FramesTest::CPPUNIT_TEST |
( |
TestFrame |
|
) |
[private] |
| FramesTest::CPPUNIT_TEST |
( |
TestQuaternion |
|
) |
[private] |
| FramesTest::CPPUNIT_TEST |
( |
TestRotation |
|
) |
[private] |
| FramesTest::CPPUNIT_TEST |
( |
TestWrench |
|
) |
[private] |
| FramesTest::CPPUNIT_TEST |
( |
TestTwist |
|
) |
[private] |
| FramesTest::CPPUNIT_TEST |
( |
TestVector |
|
) |
[private] |
| FramesTest::CPPUNIT_TEST_SUITE |
( |
FramesTest |
|
) |
[private] |
| FramesTest::CPPUNIT_TEST_SUITE_END |
( |
|
) |
[private] |
| void FramesTest::setUp |
( |
|
) |
|
| void FramesTest::tearDown |
( |
|
) |
|
| void FramesTest::TestArbitraryRotation |
( |
const std::string & |
msg, |
|
|
const KDL::Vector & |
v, |
|
|
const double |
angle, |
|
|
const double |
expectedAngle, |
|
|
const KDL::Vector & |
expectedVector | |
|
) |
| | [private] |
| void FramesTest::TestEuler |
( |
|
) |
|
| void FramesTest::TestFrame |
( |
|
) |
|
| void FramesTest::TestJntArray |
( |
|
) |
|
| void FramesTest::TestJntArrayWhenEmpty |
( |
|
) |
|
| void FramesTest::TestOneRotation |
( |
const std::string & |
msg, |
|
|
const KDL::Rotation & |
R, |
|
|
const double |
expectedAngle, |
|
|
const KDL::Vector & |
expectedAxis | |
|
) |
| | [private] |
| void FramesTest::TestQuaternion |
( |
|
) |
|
| void FramesTest::TestRangeArbitraryRotation |
( |
const std::string & |
msg, |
|
|
const KDL::Vector & |
v, |
|
|
const KDL::Vector & |
expectedVector | |
|
) |
| | [private] |
| void FramesTest::TestRotation |
( |
|
) |
|
| void FramesTest::TestRotation2 |
( |
const Vector & |
v, |
|
|
double |
a, |
|
|
double |
b, |
|
|
double |
c | |
|
) |
| | [private] |
| void FramesTest::TestRotationDiff |
( |
|
) |
|
| void FramesTest::TestTwist |
( |
|
) |
|
| void FramesTest::TestTwist2 |
( |
Twist & |
t |
) |
[private] |
| void FramesTest::TestVector |
( |
|
) |
|
| void FramesTest::TestVector2 |
( |
Vector & |
v |
) |
[private] |
| void FramesTest::TestWrench |
( |
|
) |
|
| void FramesTest::TestWrench2 |
( |
Wrench & |
w |
) |
[private] |
The documentation for this class was generated from the following files: