#include <model2d.h>
Inheritance diagram for Model2DRigidDyncarNtire::
Public Methods | |
Model2DRigidDyncarNtire (string path) | |
virtual | ~Model2DRigidDyncarNtire () |
virtual MSLVector | StateTransitionEquation (const MSLVector &x, const MSLVector &u) |
The state transition equation, or equations of motion, xdot=f(x,u). | |
Public Attributes | |
double | Mu |
Nonlinear tire model constant. | |
double | Nf |
Load on the front tires. | |
double | Nr |
Load on the rear tires. |
|
|
|
|
|
The state transition equation, or equations of motion, xdot=f(x,u).
Reimplemented from Model2DRigidDyncar. |
|
Nonlinear tire model constant.
|
|
Load on the front tires.
|
|
Load on the rear tires.
|