Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes
mrpt::nav::RRTEndCriteria Struct Reference

Detailed Description

Definition at line 69 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). More...
 
double acceptedAngToTarget
 Maximum angle from a pose to target to accept it as a valid solution (rad). More...
 
double maxComputationTime
 In seconds. More...
 
double minComputationTime
 In seconds. More...
 

Constructor & Destructor Documentation

◆ RRTEndCriteria()

mrpt::nav::RRTEndCriteria::RRTEndCriteria ( )
inline

Definition at line 86 of file PlannerRRT_common.h.

Member Data Documentation

◆ acceptedAngToTarget

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 78 of file PlannerRRT_common.h.

◆ acceptedDistToTarget

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 74 of file PlannerRRT_common.h.

◆ maxComputationTime

double mrpt::nav::RRTEndCriteria::maxComputationTime

In seconds.

0 means no limit until a solution is found.

Definition at line 81 of file PlannerRRT_common.h.

◆ minComputationTime

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 84 of file PlannerRRT_common.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