|
MRPT
1.9.9
|
#include <gtest/gtest.h>#include <mrpt/math/CMatrixFixed.h>#include <mrpt/math/num_jacobian.h>#include <mrpt/poses/CPose2D.h>#include <mrpt/poses/CPose3D.h>#include <mrpt/poses/Lie/SE.h>#include <Eigen/Dense>Go to the source code of this file.
Classes | |
| class | SE_traits_tests< POSE_TYPE > |
| struct | SE_traits_tests< POSE_TYPE >::TParams |
| struct | SE_traits_tests< POSE_TYPE >::TParamsMat< MAT_LEN > |
Typedefs | |
| using | SE3_traits_tests = SE_traits_tests< mrpt::poses::CPose3D > |
| using | SE2_traits_tests = SE_traits_tests< mrpt::poses::CPose2D > |
Functions | |
| TEST_F (SE3_traits_tests, SE3_jacobs_DinvP1InvP2) | |
| TEST_F (SE3_traits_tests, SE3_jacobs_dAB_dAB) | |
| TEST_F (SE2_traits_tests, SE2_jacobs_DinvP1InvP2) | |
| TEST_F (SE2_traits_tests, SE2_jacobs_dAB_dAB) | |
Variables | |
| static const std::vector< mrpt::poses::CPose3D > | ptc |
Definition at line 272 of file LieTraits_unittest.cpp.
Definition at line 271 of file LieTraits_unittest.cpp.
| TEST_F | ( | SE3_traits_tests | , |
| SE3_jacobs_DinvP1InvP2 | |||
| ) |
Definition at line 274 of file LieTraits_unittest.cpp.
| TEST_F | ( | SE3_traits_tests | , |
| SE3_jacobs_dAB_dAB | |||
| ) |
Definition at line 275 of file LieTraits_unittest.cpp.
| TEST_F | ( | SE2_traits_tests | , |
| SE2_jacobs_DinvP1InvP2 | |||
| ) |
Definition at line 277 of file LieTraits_unittest.cpp.
| TEST_F | ( | SE2_traits_tests | , |
| SE2_jacobs_dAB_dAB | |||
| ) |
Definition at line 278 of file LieTraits_unittest.cpp.
|
static |
Definition at line 25 of file LieTraits_unittest.cpp.
Referenced by SE_traits_tests< POSE_TYPE >::tests_jacobs_dAB_dAB(), and SE_traits_tests< POSE_TYPE >::tests_jacobs_DinvP1InvP2().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 3a26b90fd Wed Mar 25 20:17:03 2020 +0100 at miƩ mar 25 23:05:41 CET 2020 |