Functions | |
void | getPoseFromString (const std::string &s, mrpt::poses::CPose2D &p) |
template<bool QUAT_REPR = true, bool TUM_FORMAT = true> | |
void | getPoseFromString (const std::string &s, mrpt::poses::CPose3D &p) |
Set the current object value from a string (e.g. More... | |
template<> | |
void | getPoseFromString< false, false > (const std::string &s, mrpt::poses::CPose3D &p) |
template<> | |
void | getPoseFromString< false, true > (const std::string &s, mrpt::poses::CPose3D &p) |
Invalid form. More... | |
template<> | |
void | getPoseFromString< true, false > (const std::string &s, mrpt::poses::CPose3D &p) |
Specialization for strings in Quaternion form. More... | |
|
inline |
Definition at line 31 of file pose_utils.h.
Referenced by mrpt::poses::readFileWithPoses().
void mrpt::poses::internal::getPoseFromString | ( | const std::string & | s, |
mrpt::poses::CPose3D & | p | ||
) |
Set the current object value from a string (e.g.
: "x y z qx qy qz qw")
Specialization for files in the TUM format
std::exception | On invalid format |
Definition at line 47 of file pose_utils.h.
References ASSERTMSG_, mrpt::format(), mrpt::obs::gnss::pitch, mrpt::math::CQuaternion< T >::r(), mrpt::obs::gnss::roll, mrpt::math::CQuaternion< T >::rpy(), mrpt::system::tokenize(), mrpt::math::CQuaternion< T >::x(), mrpt::math::CQuaternion< T >::y(), and mrpt::math::CQuaternion< T >::z().
|
inline |
Definition at line 76 of file pose_utils.h.
|
inline |
Invalid form.
TUM ground truth files are always in Quaternion form.
Definition at line 84 of file pose_utils.h.
References THROW_EXCEPTION.
|
inline |
Specialization for strings in Quaternion form.
Definition at line 92 of file pose_utils.h.
References mrpt::poses::CPose3DQuat::fromStringRaw().
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |