Definition at line 24 of file CPose3DQuat_unittest.cpp.
Protected Member Functions | |
virtual void | SetUp () |
virtual void | TearDown () |
void | test_compose (double x1, double y1, double z1, double yaw1, double pitch1, double roll1, double x2, double y2, double z2, double yaw2, double pitch2, double roll2) |
void | test_composePoint (double x1, double y1, double z1, double yaw1, double pitch1, double roll1, double x, double y, double z) |
void | test_composePointJacob (double x1, double y1, double z1, double yaw1, double pitch1, double roll1, double x, double y, double z) |
void | test_invComposePoint (double x1, double y1, double z1, double yaw1, double pitch1, double roll1, double x, double y, double z) |
void | test_invComposePointJacob (double x1, double y1, double z1, double yaw1, double pitch1, double roll1, double x, double y, double z) |
void | test_fromYPRAndBack (double x1, double y1, double z1, double yaw1, double pitch1, double roll1) |
void | test_unaryInverse (double x1, double y1, double z1, double yaw1, double pitch1, double roll1) |
void | test_copy (double x1, double y1, double z1, double yaw1, double pitch1, double roll1) |
void | test_composeAndInvComposePoint (double x1, double y1, double z1, double yaw1, double pitch1, double roll1, double x, double y, double z) |
void | test_composePoint_vs_CPose3D (double x1, double y1, double z1, double yaw1, double pitch1, double roll1, double x, double y, double z) |
void | test_invComposePoint_vs_CPose3D (double x1, double y1, double z1, double yaw1, double pitch1, double roll1, double x, double y, double z) |
void | test_sphericalCoords (double x1, double y1, double z1, double yaw1, double pitch1, double roll1, double x, double y, double z) |
void | test_normalizeJacob (double yaw1, double pitch1, double roll1) |
Static Protected Member Functions | |
static void | func_compose_point (const CArrayDouble< 7+3 > &x, const double &dummy, CArrayDouble< 3 > &Y) |
static void | func_inv_compose_point (const CArrayDouble< 7+3 > &x, const double &dummy, CArrayDouble< 3 > &Y) |
static void | func_spherical_coords (const CArrayDouble< 7+3 > &x, const double &dummy, CArrayDouble< 3 > &Y) |
static void | func_normalizeJacob (const CArrayDouble< 4 > &x, const double &dummy, CArrayDouble< 4 > &Y) |
|
inlinestaticprotected |
Definition at line 102 of file CPose3DQuat_unittest.cpp.
References MRPT_UNUSED_PARAM.
|
inlinestaticprotected |
Definition at line 184 of file CPose3DQuat_unittest.cpp.
References MRPT_UNUSED_PARAM, mrpt::poses::CPoseOrPoint< DERIVEDCLASS >::x(), and mrpt::poses::CPoseOrPoint< DERIVEDCLASS >::y().
|
inlinestaticprotected |
Definition at line 430 of file CPose3DQuat_unittest.cpp.
References MRPT_UNUSED_PARAM.
|
inlinestaticprotected |
Definition at line 371 of file CPose3DQuat_unittest.cpp.
References MRPT_UNUSED_PARAM.
|
inlineprotectedvirtual |
Definition at line 26 of file CPose3DQuat_unittest.cpp.
|
inlineprotectedvirtual |
Definition at line 30 of file CPose3DQuat_unittest.cpp.
|
inlineprotected |
Definition at line 32 of file CPose3DQuat_unittest.cpp.
References mrpt::poses::CPoseOrPoint< DERIVEDCLASS >::getAsVectorVal().
|
inlineprotected |
Definition at line 307 of file CPose3DQuat_unittest.cpp.
References mrpt::poses::CPose3DQuat::composePoint(), mrpt::poses::CPose3DQuat::inverseComposePoint(), mrpt::math::TPoint3D::x, mrpt::math::TPoint3D::y, and mrpt::math::TPoint3D::z.
|
inlineprotected |
Definition at line 80 of file CPose3DQuat_unittest.cpp.
References mrpt::poses::CPoseOrPoint< DERIVEDCLASS >::getAsVectorVal().
|
inlineprotected |
Definition at line 321 of file CPose3DQuat_unittest.cpp.
References mrpt::poses::CPose3DQuat::composePoint(), mrpt::poses::CPose3D::composePoint(), mrpt::math::TPoint3D::x, mrpt::math::TPoint3D::y, and mrpt::math::TPoint3D::z.
|
inlineprotected |
Definition at line 112 of file CPose3DQuat_unittest.cpp.
References mrpt::poses::CPose3DQuat::composePoint(), mrpt::math::jacobians::jacob_numeric_estimate(), mrpt::math::sum(), mrpt::math::UNINITIALIZED_MATRIX, mrpt::math::TPoint3D::x, mrpt::math::TPoint3D::y, and mrpt::math::TPoint3D::z.
|
inlineprotected |
Definition at line 294 of file CPose3DQuat_unittest.cpp.
References mrpt::poses::CPoseOrPoint< DERIVEDCLASS >::getHomogeneousMatrixVal().
|
inlineprotected |
|
inlineprotected |
Definition at line 162 of file CPose3DQuat_unittest.cpp.
References mrpt::poses::CPoseOrPoint< DERIVEDCLASS >::getAsVectorVal().
|
inlineprotected |
Definition at line 336 of file CPose3DQuat_unittest.cpp.
References mrpt::poses::CPose3DQuat::inverseComposePoint(), mrpt::poses::CPose3D::inverseComposePoint(), mrpt::obs::gnss::pitch, mrpt::poses::CPose3D::sphericalCoordinates(), mrpt::math::TPoint3D::x, mrpt::math::TPoint3D::y, and mrpt::math::TPoint3D::z.
|
inlineprotected |
Definition at line 196 of file CPose3DQuat_unittest.cpp.
References mrpt::poses::CPose3DQuat::inverseComposePoint(), mrpt::math::jacobians::jacob_numeric_estimate(), mrpt::poses::CPose3DQuat::quat(), mrpt::math::CQuaternion< T >::r(), mrpt::math::square(), mrpt::math::sum(), mrpt::math::UNINITIALIZED_MATRIX, mrpt::math::CQuaternion< T >::x(), mrpt::math::TPoint3D::x, mrpt::math::CQuaternion< T >::y(), mrpt::math::TPoint3D::y, mrpt::math::CQuaternion< T >::z(), and mrpt::math::TPoint3D::z.
|
inlineprotected |
Definition at line 439 of file CPose3DQuat_unittest.cpp.
References mrpt::poses::CPose3D::getAsQuaternion(), mrpt::math::jacobians::jacob_numeric_estimate(), mrpt::math::CQuaternion< T >::normalizationJacobian(), mrpt::math::sum(), and mrpt::math::UNINITIALIZED_MATRIX.
|
inlineprotected |
Definition at line 380 of file CPose3DQuat_unittest.cpp.
References mrpt::math::jacobians::jacob_numeric_estimate(), mrpt::poses::CPose3DQuat::sphericalCoordinates(), mrpt::math::sum(), and mrpt::math::UNINITIALIZED_MATRIX.
|
inlineprotected |
Definition at line 280 of file CPose3DQuat_unittest.cpp.
References mrpt::poses::CPose3D::getHomogeneousMatrixVal(), and mrpt::poses::CPoseOrPoint< DERIVEDCLASS >::getHomogeneousMatrixVal().
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 |