Settings for grid type.
More...
#include <PlannerSettings.h>
|
Property< std::string > | generator {"corridor", "generator", this} |
| Generator for grid environments ("corridor", "random", "moving_ai", "image"). More...
|
|
Property< unsigned int > | width {50, "width", this} |
| Width of the grid environment as number of cells. More...
|
|
Property< unsigned int > | height {50, "height", this} |
| Height of the grid environment as number of cells. More...
|
|
Property< unsigned int > | seed {1, "seed", this} |
| Seed used to generate grid environments. More...
|
|
PlannerSettings::GlobalSettings::EnvironmentSettings::GridSettings::CorridorSettings | corridor |
|
PlannerSettings::GlobalSettings::EnvironmentSettings::GridSettings::CorridorSettings | this |
|
PlannerSettings::GlobalSettings::EnvironmentSettings::GridSettings::RandomSettings | random |
|
PlannerSettings::GlobalSettings::EnvironmentSettings::GridSettings::RandomSettings | this |
|
PlannerSettings::GlobalSettings::EnvironmentSettings::GridSettings::ImageSettings | image |
|
PlannerSettings::GlobalSettings::EnvironmentSettings::GridSettings::ImageSettings | this |
|
◆ corridor
◆ generator
Property<std::string> PlannerSettings::GlobalSettings::EnvironmentSettings::GridSettings::generator {"corridor", "generator", this} |
Generator for grid environments ("corridor", "random", "moving_ai", "image").
◆ height
Property<unsigned int> PlannerSettings::GlobalSettings::EnvironmentSettings::GridSettings::height {50, "height", this} |
Height of the grid environment as number of cells.
Property has no effect for image generator.
◆ image
◆ random
◆ seed
Property<unsigned int> PlannerSettings::GlobalSettings::EnvironmentSettings::GridSettings::seed {1, "seed", this} |
Seed used to generate grid environments.
◆ this [1/3]
◆ this [2/3]
◆ this [3/3]
◆ width
Property<unsigned int> PlannerSettings::GlobalSettings::EnvironmentSettings::GridSettings::width {50, "width", this} |
Width of the grid environment as number of cells.
Property has no effect for image generator.
The documentation for this struct was generated from the following file: