#include <modelcar.h>
Inheritance diagram for ModelCar:
Public Methods | |
ModelCar (string path) | |
virtual | ~ModelCar () |
virtual MSLVector | StateToConfiguration (const MSLVector &x) |
A method that converts a Model state in to a Geom configuration. More... | |
virtual bool | Satisfied (const MSLVector &state) |
Test whether global state-space constraints are satisfied. More... | |
Public Attributes | |
double | Speed |
|
|
|
|
|
Test whether global state-space constraints are satisfied.
Reimplemented from Model. |
|
A method that converts a Model state in to a Geom configuration.
Reimplemented from Model2DRigid. |
|
|