Definition at line 57 of file PlannerRRT_common.h.
#include <mrpt/nav/planners/PlannerRRT_common.h>
Public Member Functions | |
| RRTEndCriteria () | |
Public Attributes | |
| double | acceptedDistToTarget | 
| Maximum distance from a pose to target to accept it as a valid solution (meters). (Both acceptedDistToTarget & acceptedAngToTarget must be satisfied)  More... | |
| double | acceptedAngToTarget | 
| Maximum angle from a pose to target to accept it as a valid solution (rad). (Both acceptedDistToTarget & acceptedAngToTarget must be satisfied)  More... | |
| double | maxComputationTime | 
| In seconds. 0 means no limit until a solution is found.  More... | |
| double | minComputationTime | 
| In seconds. 0 means the first valid path will be returned. Otherwise, the algorithm will try to refine and find a better one.  More... | |
      
  | 
  inline | 
Definition at line 65 of file PlannerRRT_common.h.
| double mrpt::nav::RRTEndCriteria::acceptedAngToTarget | 
Maximum angle from a pose to target to accept it as a valid solution (rad). (Both acceptedDistToTarget & acceptedAngToTarget must be satisfied)
Definition at line 60 of file PlannerRRT_common.h.
| double mrpt::nav::RRTEndCriteria::acceptedDistToTarget | 
Maximum distance from a pose to target to accept it as a valid solution (meters). (Both acceptedDistToTarget & acceptedAngToTarget must be satisfied)
Definition at line 59 of file PlannerRRT_common.h.
| double mrpt::nav::RRTEndCriteria::maxComputationTime | 
In seconds. 0 means no limit until a solution is found.
Definition at line 62 of file PlannerRRT_common.h.
| double mrpt::nav::RRTEndCriteria::minComputationTime | 
In seconds. 0 means the first valid path will be returned. Otherwise, the algorithm will try to refine and find a better one.
Definition at line 63 of file PlannerRRT_common.h.
| Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |