#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.
 
◆ CPPUNIT_TEST() [1/11]
◆ CPPUNIT_TEST() [2/11]
◆ CPPUNIT_TEST() [3/11]
◆ CPPUNIT_TEST() [4/11]
◆ CPPUNIT_TEST() [5/11]
◆ CPPUNIT_TEST() [6/11]
◆ CPPUNIT_TEST() [7/11]
◆ CPPUNIT_TEST() [8/11]
◆ CPPUNIT_TEST() [9/11]
◆ CPPUNIT_TEST() [10/11]
◆ CPPUNIT_TEST() [11/11]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
  
  | 
        
          | FramesTest::CPPUNIT_TEST_SUITE_END | ( |  | ) |  |  | private | 
 
 
◆ setUp()
      
        
          | void FramesTest::setUp | ( |  | ) |  | 
      
 
 
◆ tearDown()
      
        
          | void FramesTest::tearDown | ( |  | ) |  | 
      
 
 
◆ TestArbitraryRotation()
  
  | 
        
          | void FramesTest::TestArbitraryRotation | ( | const std::string & | msg, |  
          |  |  | const KDL::Vector & | v, |  
          |  |  | const double | angle, |  
          |  |  | const double | expectedAngle, |  
          |  |  | const KDL::Vector & | expectedVector |  
          |  | ) |  |  |  | private | 
 
 
◆ TestEuler()
      
        
          | void FramesTest::TestEuler | ( |  | ) |  | 
      
 
 
◆ TestFrame()
      
        
          | void FramesTest::TestFrame | ( |  | ) |  | 
      
 
 
◆ TestGetRotAngle()
      
        
          | void FramesTest::TestGetRotAngle | ( |  | ) |  | 
      
 
 
◆ TestJntArray()
      
        
          | void FramesTest::TestJntArray | ( |  | ) |  | 
      
 
 
◆ TestJntArrayWhenEmpty()
      
        
          | void FramesTest::TestJntArrayWhenEmpty | ( |  | ) |  | 
      
 
 
◆ TestOneRotation()
  
  | 
        
          | void FramesTest::TestOneRotation | ( | const std::string & | msg, |  
          |  |  | const KDL::Rotation & | R, |  
          |  |  | const double | expectedAngle, |  
          |  |  | const KDL::Vector & | expectedAxis |  
          |  | ) |  |  |  | private | 
 
 
◆ TestOneRotationDiff()
◆ TestQuaternion()
      
        
          | void FramesTest::TestQuaternion | ( |  | ) |  | 
      
 
 
◆ TestRangeArbitraryRotation()
  
  | 
        
          | void FramesTest::TestRangeArbitraryRotation | ( | const std::string & | msg, |  
          |  |  | const KDL::Vector & | v, |  
          |  |  | const KDL::Vector & | expectedVector |  
          |  | ) |  |  |  | private | 
 
 
◆ TestRotation()
      
        
          | void FramesTest::TestRotation | ( |  | ) |  | 
      
 
 
◆ TestRotation2()
  
  | 
        
          | void FramesTest::TestRotation2 | ( | const Vector & | v, |  
          |  |  | double | a, |  
          |  |  | double | b, |  
          |  |  | double | c |  
          |  | ) |  |  |  | private | 
 
 
◆ TestRotationDiff()
      
        
          | void FramesTest::TestRotationDiff | ( |  | ) |  | 
      
 
 
◆ TestTwist()
      
        
          | void FramesTest::TestTwist | ( |  | ) |  | 
      
 
 
◆ TestTwist2()
  
  | 
        
          | void FramesTest::TestTwist2 | ( | Twist & | t | ) |  |  | private | 
 
 
◆ TestVector()
      
        
          | void FramesTest::TestVector | ( |  | ) |  | 
      
 
 
◆ TestVector2()
  
  | 
        
          | void FramesTest::TestVector2 | ( | Vector & | v | ) |  |  | private | 
 
 
◆ TestVector2DNorm()
      
        
          | void FramesTest::TestVector2DNorm | ( |  | ) |  | 
      
 
 
◆ TestWrench()
      
        
          | void FramesTest::TestWrench | ( |  | ) |  | 
      
 
 
◆ TestWrench2()
  
  | 
        
          | void FramesTest::TestWrench2 | ( | Wrench & | w | ) |  |  | private | 
 
 
The documentation for this class was generated from the following files: