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-2017, 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 [0] and alternative [1..N] evaluation scores for each direction,
32  * in the same order of TP-Obstacles. May be not filled by all methods. */
33  std::vector<std::vector<double>> dirs_eval;
34 
36  {
37  return nullptr;
38  }
39 };
40 
41 /** @} */
42 }
43 }
44 
45 #endif
This class is a "CSerializable" wrapper for "CMatrixTemplateNumeric<double>".
Definition: CMatrixD.h:25
The virtual base class which provides a unified interface for all persistent objects in MRPT...
Definition: CSerializable.h:44
#define DEFINE_VIRTUAL_SERIALIZABLE(class_name)
This declaration must be inserted in virtual CSerializable classes definition:
A base class for log records for different holonomic navigation methods.
std::vector< std::vector< double > > dirs_eval
Final [0] and alternative [1..N] evaluation scores for each direction, in the same order of TP-Obstac...
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
virtual const mrpt::math::CMatrixD * getDirectionScores() const



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019