Go to the source code of this file.
Functions | |
void | run_test_so2_avrg (const double *angs, const size_t N, const double ang_correct_avr) |
TEST (SE2_SE3_avrg, SO2_average) | |
void | run_test_so3_avrg (const double *angs, const size_t N, const Eigen::Matrix3d &correct_avr) |
TEST (SE2_SE3_avrg, SO3_average) | |
void run_test_so2_avrg | ( | const double * | angs, |
const size_t | N, | ||
const double | ang_correct_avr | ||
) |
Definition at line 20 of file SO_SE_average_unittest.cpp.
References mrpt::poses::SO_average< 2 >::append(), mrpt::poses::SO_average< 2 >::get_average(), and mrpt::math::wrapToPi().
Referenced by TEST().
void run_test_so3_avrg | ( | const double * | angs, |
const size_t | N, | ||
const Eigen::Matrix3d & | correct_avr | ||
) |
Definition at line 67 of file SO_SE_average_unittest.cpp.
References mrpt::poses::SO_average< 3 >::append(), mrpt::poses::SO_average< 3 >::get_average(), mrpt::poses::CPose3D::getRotationMatrix(), and mrpt::math::sum().
Referenced by TEST().
TEST | ( | SE2_SE3_avrg | , |
SO2_average | |||
) |
Definition at line 29 of file SO_SE_average_unittest.cpp.
References M_PI, and run_test_so2_avrg().
TEST | ( | SE2_SE3_avrg | , |
SO3_average | |||
) |
Definition at line 78 of file SO_SE_average_unittest.cpp.
References mrpt::poses::CPose3D::getRotationMatrix(), M_PI, and run_test_so3_avrg().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |