|
Bench-MR
A Motion Planning Benchmark for Wheeled Mobile Robots
|
#include <PlannerSettings.h>


Classes | |
| struct | HC_CC_Settings |
| struct | PosqSettings |
| Settings related to the POSQ steer function. More... | |
Public Member Functions | |
| void | initializeSteering () const |
| Initializes OMPL state space, space information and optimization objective for the given steer function global::settings. More... | |
Public Attributes | |
| Property< Steering::SteeringType > | steering_type |
| Property< double > | car_turning_radius {4, "car_turning_radius", this} |
| Property< double > | sampling_resolution {0.005, "sampling_resolution", this} |
| Distance between states sampled using the steer function for collision detection, rendering and evaluation. More... | |
| PlannerSettings::GlobalSettings::SteerSettings::HC_CC_Settings | hc_cc |
| PlannerSettings::GlobalSettings::SteerSettings::HC_CC_Settings | this |
| PlannerSettings::GlobalSettings::SteerSettings::PosqSettings | posq |
| PlannerSettings::GlobalSettings::SteerSettings::PosqSettings | this |
| void PlannerSettings::GlobalSettings::SteerSettings::initializeSteering | ( | ) | const |
Initializes OMPL state space, space information and optimization objective for the given steer function global::settings.
| Property<double> PlannerSettings::GlobalSettings::SteerSettings::car_turning_radius {4, "car_turning_radius", this} |
| PlannerSettings::GlobalSettings::SteerSettings::HC_CC_Settings PlannerSettings::GlobalSettings::SteerSettings::hc_cc |
| PlannerSettings::GlobalSettings::SteerSettings::PosqSettings PlannerSettings::GlobalSettings::SteerSettings::posq |
| Property<double> PlannerSettings::GlobalSettings::SteerSettings::sampling_resolution {0.005, "sampling_resolution", this} |
Distance between states sampled using the steer function for collision detection, rendering and evaluation.
| Property<Steering::SteeringType> PlannerSettings::GlobalSettings::SteerSettings::steering_type |
| PlannerSettings::GlobalSettings::SteerSettings::HC_CC_Settings PlannerSettings::GlobalSettings::SteerSettings::this |
| PlannerSettings::GlobalSettings::SteerSettings::PosqSettings PlannerSettings::GlobalSettings::SteerSettings::this |