MRPT  2.0.0
Namespaces | Functions
pose_utils.h File Reference
#include <mrpt/core/exceptions.h>
#include <mrpt/io/CFileInputStream.h>
#include <mrpt/io/CFileOutputStream.h>
#include <mrpt/poses/CPose2D.h>
#include <mrpt/poses/CPose3D.h>
#include <mrpt/poses/CPose3DQuat.h>
#include <mrpt/system/datetime.h>
#include <mrpt/system/filesystem.h>
#include <mrpt/system/os.h>
#include <mrpt/system/string_utils.h>
#include <string>
#include <vector>
Include dependency graph for pose_utils.h:

Go to the source code of this file.

Namespaces

 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 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.14 for MRPT 2.0.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020