#include <mrpt/poses/CPose2D.h>
#include <mrpt/poses/CPose3D.h>
#include <mrpt/poses/CPose3DQuat.h>
#include <mrpt/system/datetime.h>
#include <mrpt/system/string_utils.h>
#include <mrpt/system/filesystem.h>
#include <mrpt/system/os.h>
#include <mrpt/core/exceptions.h>
#include <mrpt/io/CFileOutputStream.h>
#include <mrpt/io/CFileInputStream.h>
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
mrpt | |
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
mrpt::poses | |
Classes for 2D/3D geometry representation, both of single values and probability density distributions (PDFs) in many forms. | |
mrpt::poses::internal | |
Functions | |
void | mrpt::poses::internal::getPoseFromString (const std::string &s, mrpt::poses::CPose2D &p) |
template<bool QUAT_REPR = true, bool TUM_FORMAT = true> | |
void | mrpt::poses::internal::getPoseFromString (const std::string &s, mrpt::poses::CPose3D &p) |
Set the current object value from a string (e.g. More... | |
template<> | |
void | mrpt::poses::internal::getPoseFromString< false, false > (const std::string &s, mrpt::poses::CPose3D &p) |
template<> | |
void | mrpt::poses::internal::getPoseFromString< false, true > (const std::string &s, mrpt::poses::CPose3D &p) |
Invalid form. More... | |
template<> | |
void | mrpt::poses::internal::getPoseFromString< true, false > (const std::string &s, mrpt::poses::CPose3D &p) |
Specialization for strings in Quaternion form. More... | |
Parsing of textfiles with poses | |
template<class POSE_T > | |
void | mrpt::poses::readFileWithPoses (const std::string &fname, std::vector< POSE_T > *poses_vec, std::vector< mrpt::system::TTimeStamp > *timestamps=NULL, bool substract_init_offset=false) |
Parse the textfile and fill in the corresponding poses vector. More... | |
Parsing of textfiles with poses | |
template<class POSE_T > | |
void | mrpt::poses::readFileWithPoses (const std::string &fname, std::vector< POSE_T > *poses_vec, std::vector< mrpt::system::TTimeStamp > *timestamps=NULL, bool substract_init_offset=false) |
Parse the textfile and fill in the corresponding poses vector. More... | |
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 |