float computeTraveledDistanceAfter(unsigned int n)
Returns the traveled distance after moving "n" poses, so for "n=0" it returns 0, for "n=1" the first ...
void appendPose(CPose2D &newPose)
Appends a new pose at the end of sequence.
size_t posesCount()
Returns the poses count in the sequence:
void getPose(unsigned int ind, CPose2D &outPose)
Reads the stored pose at index "ind", where the first one is 0, the last "posesCount() - 1".
void changePose(unsigned int ind, CPose2D &inPose)
Changes the stored pose at index "ind", where the first one is 0, the last "posesCount() - 1".
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
void clear()
Clears the sequence.
std::vector< T, mrpt::aligned_allocator_cpp11< T > > aligned_std_vector
A class used to store a 2D pose, including the 2D coordinate point and a heading (phi) angle.
This class stores a sequence of relative, incremental 2D poses.
CPose2D absolutePoseOf(unsigned int n)
Returns the absolute pose of a robot after moving "n" poses, so for "n=0" the origin pose (0,...
The virtual base class which provides a unified interface for all persistent objects in MRPT.
float computeTraveledDistanceAfterAll()
Returns the traveled distance after ALL movements.
CPose2D absolutePoseAfterAll()
A shortcut for "absolutePoseOf( posesCount() )".
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
mrpt::aligned_std_vector< CPose2D > poses
The internal sequence of poses, stored as relative, incremental poses, thus each one is situated just...
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 | |