Main MRPT website > C++ reference for MRPT 1.9.9
CHolonomicLogFileRecord.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2018, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 #ifndef CHolonomicLogFileRecord_H
10 #define CHolonomicLogFileRecord_H
11 
13 #include <mrpt/math/CMatrixD.h>
14 
15 namespace mrpt
16 {
17 namespace nav
18 {
19 /** \addtogroup nav_holo Holonomic navigation methods
20  * \ingroup mrpt_nav_grp
21  * @{ */
22 
23 /** A base class for log records for different holonomic navigation methods.
24  *
25  * \sa CReactiveNavigationSystem, CHolonomicLogFileRecord
26  */
28 {
30  public:
31  /** Final [N-1] and earlier stages [0...N-1] evaluation scores for each
32  * direction, in the same order of TP-Obstacles. May be not filled by all
33  * methods. */
34  std::vector<std::vector<double>> dirs_eval;
35 
37  {
38  return nullptr;
39  }
40 };
41 
42 /** @} */
43 } // namespace nav
44 } // namespace mrpt
45 
46 #endif
mrpt::nav::CHolonomicLogFileRecord::getDirectionScores
virtual const mrpt::math::CMatrixD * getDirectionScores() const
Definition: CHolonomicLogFileRecord.h:36
mrpt
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
Definition: CKalmanFilterCapable.h:30
mrpt::serialization::CSerializable
The virtual base class which provides a unified interface for all persistent objects in MRPT.
Definition: CSerializable.h:32
CMatrixD.h
DEFINE_VIRTUAL_SERIALIZABLE
#define DEFINE_VIRTUAL_SERIALIZABLE(class_name)
This declaration must be inserted in virtual CSerializable classes definition:
Definition: CSerializable.h:119
mrpt::nav::CHolonomicLogFileRecord::dirs_eval
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...
Definition: CHolonomicLogFileRecord.h:34
mrpt::nav::CHolonomicLogFileRecord
A base class for log records for different holonomic navigation methods.
Definition: CHolonomicLogFileRecord.h:27
mrpt::math::CMatrixD
This class is a "CSerializable" wrapper for "CMatrixTemplateNumeric<double>".
Definition: CMatrixD.h:24
CSerializable.h



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