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

Detailed Description

Definition at line 92 of file PlannerRRT_SE2_TPS.h.

#include <mrpt/nav/planners/PlannerRRT_SE2_TPS.h>

Public Member Functions

 TAlgorithmParams ()
 

Public Attributes

mrpt::math::TPolygon2D robot_shape
 The robot shape used when computing collisions; it's loaded from the config file/text as a single 2xN matrix in MATLAB format, first row are Xs, second are Ys, e.g: More...
 
std::string ptg_cache_files_directory
 (Default: ".") More...
 
double goalBias
 Probabily of picking the goal as random target (in [0,1], default=0.05) More...
 
double maxLength
 (Very sensitive parameter!) Max length of each edge path (in meters, default=1.0) More...
 
double minDistanceBetweenNewNodes
 Minimum distance [meters] to nearest node to accept creating a new one (default=0.10). (Any of minDistanceBetweenNewNodes and minAngBetweenNewNodes must be satisfied) More...
 
double minAngBetweenNewNodes
 Minimum angle [rad] to nearest node to accept creating a new one (default=15 deg) (Any of minDistanceBetweenNewNodes and minAngBetweenNewNodes must be satisfied) More...
 
bool ptg_verbose
 Display PTG construction info (default=true) More...
 
size_t save_3d_log_freq
 Frequency (in iters) of saving tree state to debug log files viewable in SceneViewer3D (default=0, disabled) More...
 

Constructor & Destructor Documentation

◆ TAlgorithmParams()

mrpt::nav::PlannerRRT_SE2_TPS::TAlgorithmParams::TAlgorithmParams ( )
inline

Definition at line 111 of file PlannerRRT_SE2_TPS.h.

Member Data Documentation

◆ goalBias

double mrpt::nav::PlannerRRT_SE2_TPS::TAlgorithmParams::goalBias

Probabily of picking the goal as random target (in [0,1], default=0.05)

Definition at line 103 of file PlannerRRT_SE2_TPS.h.

◆ maxLength

double mrpt::nav::PlannerRRT_SE2_TPS::TAlgorithmParams::maxLength

(Very sensitive parameter!) Max length of each edge path (in meters, default=1.0)

Definition at line 104 of file PlannerRRT_SE2_TPS.h.

◆ minAngBetweenNewNodes

double mrpt::nav::PlannerRRT_SE2_TPS::TAlgorithmParams::minAngBetweenNewNodes

Minimum angle [rad] to nearest node to accept creating a new one (default=15 deg) (Any of minDistanceBetweenNewNodes and minAngBetweenNewNodes must be satisfied)

Definition at line 106 of file PlannerRRT_SE2_TPS.h.

◆ minDistanceBetweenNewNodes

double mrpt::nav::PlannerRRT_SE2_TPS::TAlgorithmParams::minDistanceBetweenNewNodes

Minimum distance [meters] to nearest node to accept creating a new one (default=0.10). (Any of minDistanceBetweenNewNodes and minAngBetweenNewNodes must be satisfied)

Definition at line 105 of file PlannerRRT_SE2_TPS.h.

◆ ptg_cache_files_directory

std::string mrpt::nav::PlannerRRT_SE2_TPS::TAlgorithmParams::ptg_cache_files_directory

(Default: ".")

Definition at line 101 of file PlannerRRT_SE2_TPS.h.

◆ ptg_verbose

bool mrpt::nav::PlannerRRT_SE2_TPS::TAlgorithmParams::ptg_verbose

Display PTG construction info (default=true)

Definition at line 107 of file PlannerRRT_SE2_TPS.h.

◆ robot_shape

mrpt::math::TPolygon2D mrpt::nav::PlannerRRT_SE2_TPS::TAlgorithmParams::robot_shape

The robot shape used when computing collisions; it's loaded from the config file/text as a single 2xN matrix in MATLAB format, first row are Xs, second are Ys, e.g:

robot_shape = [-0.2 0.2 0.2 -0.2; -0.1 -0.1 0.1 0.1]
mrpt::math::TPolygon2D robot_shape
The robot shape used when computing collisions; it's loaded from the config file/text as a single 2xN...

Definition at line 100 of file PlannerRRT_SE2_TPS.h.

◆ save_3d_log_freq

size_t mrpt::nav::PlannerRRT_SE2_TPS::TAlgorithmParams::save_3d_log_freq

Frequency (in iters) of saving tree state to debug log files viewable in SceneViewer3D (default=0, disabled)

Definition at line 109 of file PlannerRRT_SE2_TPS.h.




Page generated by Doxygen 1.9.1 for MRPT 1.4.0 SVN: at Sat Jan 30 21:34:41 UTC 2021