Main MRPT website > C++ reference for MRPT 1.9.9
TCandidateMovementPTG.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 #pragma once
10 
12 
13 namespace mrpt
14 {
15 namespace nav
16 {
17 class CParameterizedTrajectoryGenerator;
18 
19 /** Stores a candidate movement in TP-Space-based navigation.
20 *\sa CReactiveNavigationSystem, CReactiveNavigationSystem3D
21 * \ingroup nav_reactive
22 */
24 {
25  /** The associated PTG. nullptr if not applicable / undefined. */
27  /** TP-Space movement direction. Within [-2*PI,+2*PI] */
28  double direction;
29  /** TP-Space movement speed, normalized to [0,1]. A negative number means
30  * this candidate movement is unfeasible and must be discarded. */
31  double speed;
32  /** Default to 0, they can be used to reflect a robot starting at a position
33  * not at (0,0). Used in "PTG continuation" */
35 
36  /** List of properties. May vary for different user implementations of
37  * scores and/or different multi-objective optimizers.
38  * See list of available variable names in docs for
39  * mrpt::nav::CAbstractPTGBasedReactive
40  */
42 
44 };
45 }
46 }
mrpt::nav::TCandidateMovementPTG::PTG
CParameterizedTrajectoryGenerator * PTG
The associated PTG.
Definition: TCandidateMovementPTG.h:26
mrpt::nav::TCandidateMovementPTG::starting_robot_dir
double starting_robot_dir
Default to 0, they can be used to reflect a robot starting at a position not at (0,...
Definition: TCandidateMovementPTG.h:34
mrpt::nav::TCandidateMovementPTG::props
mrpt::system::TParameters< double > props
List of properties.
Definition: TCandidateMovementPTG.h:41
mrpt
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
Definition: CKalmanFilterCapable.h:30
TParameters.h
mrpt::nav::TCandidateMovementPTG::starting_robot_dist
double starting_robot_dist
Definition: TCandidateMovementPTG.h:34
mrpt::nav::TCandidateMovementPTG::TCandidateMovementPTG
TCandidateMovementPTG()
Definition: TCandidateMovementPTG.cpp:16
mrpt::system::TParameters< double >
mrpt::nav::TCandidateMovementPTG
Stores a candidate movement in TP-Space-based navigation.
Definition: TCandidateMovementPTG.h:23
mrpt::nav::TCandidateMovementPTG::direction
double direction
TP-Space movement direction.
Definition: TCandidateMovementPTG.h:28
mrpt::nav::TCandidateMovementPTG::speed
double speed
TP-Space movement speed, normalized to [0,1].
Definition: TCandidateMovementPTG.h:31
mrpt::nav::CParameterizedTrajectoryGenerator
This is the base class for any user-defined PTG.
Definition: CParameterizedTrajectoryGenerator.h:76



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