Definition at line 74 of file PlannerRRT_common.h.
#include <mrpt/nav/planners/PlannerRRT_common.h>
Public Member Functions | |
RRTAlgorithmParams () | |
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... | |
double | robot_shape_circular_radius |
The radius of a circular-shape-model of the robot shape. 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... | |
RRTAlgorithmParams::RRTAlgorithmParams | ( | ) |
Definition at line 22 of file PlannerRRT_common.cpp.
References robot_shape.
double mrpt::nav::RRTAlgorithmParams::goalBias |
Probabily of picking the goal as random target (in [0,1], default=0.05)
Definition at line 91 of file PlannerRRT_common.h.
double mrpt::nav::RRTAlgorithmParams::maxLength |
(Very sensitive parameter!) Max length of each edge path (in meters, default=1.0)
Definition at line 92 of file PlannerRRT_common.h.
double mrpt::nav::RRTAlgorithmParams::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 94 of file PlannerRRT_common.h.
double mrpt::nav::RRTAlgorithmParams::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 93 of file PlannerRRT_common.h.
std::string mrpt::nav::RRTAlgorithmParams::ptg_cache_files_directory |
(Default: ".")
Definition at line 89 of file PlannerRRT_common.h.
bool mrpt::nav::RRTAlgorithmParams::ptg_verbose |
Display PTG construction info (default=true)
Definition at line 95 of file PlannerRRT_common.h.
mrpt::math::TPolygon2D mrpt::nav::RRTAlgorithmParams::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
or robot_shape_circular_radius
Definition at line 83 of file PlannerRRT_common.h.
Referenced by RRTAlgorithmParams().
double mrpt::nav::RRTAlgorithmParams::robot_shape_circular_radius |
The radius of a circular-shape-model of the robot shape.
robot_shape
or robot_shape_circular_radius
Definition at line 87 of file PlannerRRT_common.h.
size_t mrpt::nav::RRTAlgorithmParams::save_3d_log_freq |
Frequency (in iters) of saving tree state to debug log files viewable in SceneViewer3D (default=0, disabled)
Definition at line 97 of file PlannerRRT_common.h.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |