9 #ifndef CHolonomicLogFileRecord_H    10 #define CHolonomicLogFileRecord_H 
This class is a "CSerializable" wrapper for "CMatrixTemplateNumeric<double>". 
 
The virtual base class which provides a unified interface for all persistent objects in MRPT...
 
#define DEFINE_VIRTUAL_SERIALIZABLE(class_name)
This declaration must be inserted in virtual CSerializable classes definition: 
 
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
 
A base class for log records for different holonomic navigation methods. 
 
std::vector< std::vector< double > > dirs_eval
Final [N-1] and earlier stages [0...N-1] evaluation scores for each direction, in the same order of T...
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
 
virtual const mrpt::math::CMatrixD * getDirectionScores() const