#include <model2d.h>
Inheritance diagram for Model2DRigidCar:
Public Methods | |
Model2DRigidCar (string path) | |
virtual | ~Model2DRigidCar () |
virtual MSLVector | StateTransitionEquation (const MSLVector &x, const MSLVector &u) |
The state transition equation, or equations of motion, xdot=f(x,u). More... | |
Public Attributes | |
double | MaxSteeringAngle |
double | CarLength |
|
|
|
|
|
The state transition equation, or equations of motion, xdot=f(x,u).
Reimplemented from Model2DRigid. Reimplemented in Model2DRigidCarSmooth. |
|
|
|
|