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::nav
16 {
17 /** \addtogroup nav_holo Holonomic navigation methods
18  * \ingroup mrpt_nav_grp
19  * @{ */
20 
21 /** A base class for log records for different holonomic navigation methods.
22  *
23  * \sa CReactiveNavigationSystem, CHolonomicLogFileRecord
24  */
26 {
28  public:
29  /** Final [N-1] and earlier stages [0...N-1] evaluation scores for each
30  * direction, in the same order of TP-Obstacles. May be not filled by all
31  * methods. */
32  std::vector<std::vector<double>> dirs_eval;
33 
35  {
36  return nullptr;
37  }
38 };
39 
40 /** @} */
41 }
42 #endif
43 
44 
This class is a "CSerializable" wrapper for "CMatrixTemplateNumeric<double>".
Definition: CMatrixD.h:22
#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 [N-1] and earlier stages [0...N-1] evaluation scores for each direction, in the same order of T...
The virtual base class which provides a unified interface for all persistent objects in MRPT...
Definition: CSerializable.h:30
virtual const mrpt::math::CMatrixD * getDirectionScores() const



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020