Bench-MR
A Motion Planning Benchmark for Wheeled Mobile Robots
|
State representation. More...
#include <PlannerSettings.h>
Public Attributes | |
Property< double > | x {0, "x", this} |
X-coordinate of the state. More... | |
Property< double > | y {0, "y", this} |
Y-coordinate of the state. More... | |
Property< double > | theta {0, "theta", this} |
Heading angle of the state. More... | |
State representation.
Property<double> PlannerSettings::StateSettings::theta {0, "theta", this} |
Heading angle of the state.
Property<double> PlannerSettings::StateSettings::x {0, "x", this} |
X-coordinate of the state.
Property<double> PlannerSettings::StateSettings::y {0, "y", this} |
Y-coordinate of the state.