
#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). | |
Public Attributes | |
| double | MaxSteeringAngle |
| double | CarLength |
|
|
|
|
|
|
|
|
The state transition equation, or equations of motion, xdot=f(x,u).
Reimplemented from Model2DRigid. Reimplemented in Model2DRigidCarSmooth, Model2DRigidCarSmoothTrailer, Model2DRigidCarSmooth2Trailers, and Model2DRigidCarSmooth3Trailers. |
|
|
|
|
|
|