![]() |
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Configuration parameters for the RRT planner. More...
#include <pro_rrt.hpp>
Public Attributes | |
unsigned int | max_iterations = 10000 |
Maximum number of iterations for the RRT planner. | |
double | configuration_space_step = 0.1 |
The step size in the configuration space, in radians. | |
double | timeout_s = 0.0 |
int | seed = 0 |
Configuration parameters for the RRT planner.
double pro_rrt::RRTParams::configuration_space_step = 0.1 |
The step size in the configuration space, in radians.
unsigned int pro_rrt::RRTParams::max_iterations = 10000 |
Maximum number of iterations for the RRT planner.
int pro_rrt::RRTParams::seed = 0 |
The seed to use for the random number generator. The same seed will always generate the same deterministic sequence of random numbers.
double pro_rrt::RRTParams::timeout_s = 0.0 |
The timeout for the planner in seconds. If 0.0, the planner will terminate only when the maximum number of iterations is reached, or a solution is found.