Bench-MR
A Motion Planning Benchmark for Wheeled Mobile Robots
|
#include <PlannerSettings.h>
Public Attributes | |
Property< bool > | active {false, "active", this} |
Whether to run a Moving AI scenario. More... | |
Property< std::string > | scenario {"Berlin_0_256.map.scen", "scenario", this} |
Property< int > | start {-10, "start", this} |
Start index of problem in this scenario. More... | |
Property< int > | end {-1, "end", this} |
End index of problem in this scenario. More... | |
Property< bool > | create_border {true, "create_border", this} |
Create a border of width 1 to prevent solutions leading outside the map boundaries. More... | |
Property<bool> PlannerSettings::GlobalSettings::BenchmarkSettings::MovingAiSettings::active {false, "active", this} |
Whether to run a Moving AI scenario.
Property<bool> PlannerSettings::GlobalSettings::BenchmarkSettings::MovingAiSettings::create_border {true, "create_border", this} |
Create a border of width 1 to prevent solutions leading outside the map boundaries.
Property<int> PlannerSettings::GlobalSettings::BenchmarkSettings::MovingAiSettings::end {-1, "end", this} |
End index of problem in this scenario.
Python-style negative indices are allowed.
Property<std::string> PlannerSettings::GlobalSettings::BenchmarkSettings::MovingAiSettings::scenario {"Berlin_0_256.map.scen", "scenario", this} |
Property<int> PlannerSettings::GlobalSettings::BenchmarkSettings::MovingAiSettings::start {-10, "start", this} |
Start index of problem in this scenario.
Python-style negative indices are allowed.