Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Model2DRigidDyncarNtire Class Reference

A 5DOF dynamical model of a rigid car. This model uses a nonlinear tire model. The model was donated by Jim Bernard. More...

#include <model2d.h>

Inheritance diagram for Model2DRigidDyncarNtire:

Model2DRigidDyncar Model2DRigid Model2D Model ModelCarDynNtire ModelCarDynRollover ModelCarDynSmoothRollover List of all members.

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). More...


Public Attributes

double Mu
 Nonlinear tire model constant. More...

double Nf
 Load on the front tires. More...

double Nr
 Load on the rear tires. More...


Detailed Description

A 5DOF dynamical model of a rigid car. This model uses a nonlinear tire model. The model was donated by Jim Bernard.


Constructor & Destructor Documentation

Model2DRigidDyncarNtire::Model2DRigidDyncarNtire string    path
 

virtual Model2DRigidDyncarNtire::~Model2DRigidDyncarNtire   [inline, virtual]
 


Member Function Documentation

MSLVector Model2DRigidDyncarNtire::StateTransitionEquation const MSLVector   x,
const MSLVector   u
[virtual]
 

The state transition equation, or equations of motion, xdot=f(x,u).

Reimplemented from Model2DRigidDyncar.

Reimplemented in ModelCarDynRollover.


Member Data Documentation

double Model2DRigidDyncarNtire::Mu
 

Nonlinear tire model constant.

double Model2DRigidDyncarNtire::Nf
 

Load on the front tires.

double Model2DRigidDyncarNtire::Nr
 

Load on the rear tires.


The documentation for this class was generated from the following files: Motion Strategy Library


Web page maintained by Steve LaValle