#include <PlannerSettings.h>
◆ initializeForwardPropagation()
void PlannerSettings::GlobalSettings::ForwardPropagationSettings::initializeForwardPropagation |
( |
| ) |
const |
Initializes OMPL state space for forward propagation, space information and optimization objective for the given model function global::settings.
◆ car_length
Property<double> PlannerSettings::GlobalSettings::ForwardPropagationSettings::car_length {1.1, "car_length", this} |
Length of the wheel axis.
◆ car_turning_radius
Property<double> PlannerSettings::GlobalSettings::ForwardPropagationSettings::car_turning_radius {4, "car_turning_radius", this} |
◆ dt
Property<double> PlannerSettings::GlobalSettings::ForwardPropagationSettings::dt {0.1, "dt", this} |
◆ forward_propagation_type
Initial value:{
"forward_propagation_type", this}
@ FORWARD_PROPAGATION_TYPE_KINEMATIC_CAR
Definition: ForwardPropagation.h:9
◆ sampling_resolution
Property<double> PlannerSettings::GlobalSettings::ForwardPropagationSettings::sampling_resolution {0.005, "sampling_resolution", this} |
Distance between states sampled using the forward propagation for collision detection, rendering and evaluation.
The documentation for this struct was generated from the following files: