#include <framestest.hpp>
|
| CPPUNIT_TEST (TestVector) |
|
| CPPUNIT_TEST (TestVector2DNorm) |
|
| CPPUNIT_TEST (TestTwist) |
|
| CPPUNIT_TEST (TestWrench) |
|
| CPPUNIT_TEST (TestRotation) |
|
| CPPUNIT_TEST (TestQuaternion) |
|
| CPPUNIT_TEST (TestFrame) |
|
| CPPUNIT_TEST (TestJntArray) |
|
| CPPUNIT_TEST (TestRotationDiff) |
|
| CPPUNIT_TEST (TestEuler) |
|
| CPPUNIT_TEST (TestGetRotAngle) |
|
| 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 | TestOneRotationDiff (const std::string &msg, const KDL::Rotation &R_a_b1, const KDL::Rotation &R_a_b2, const KDL::Vector &expectedDiff) |
|
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) |
|
Definition at line 10 of file framestest.hpp.
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::TestGetRotAngle |
( |
| ) |
|
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::TestVector2DNorm |
( |
| ) |
|
void FramesTest::TestWrench |
( |
| ) |
|
void FramesTest::TestWrench2 |
( |
Wrench & |
w | ) |
|
|
private |
The documentation for this class was generated from the following files: