Main Page   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 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).


Public Attributes

double Mu
 Nonlinear tire model constant.

double Nf
 Load on the front tires.

double Nr
 Load on the rear tires.


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 )
 

Model2DRigidDyncarNtire::~Model2DRigidDyncarNtire ( ) [inline, virtual]
 


Member Function Documentation

virtual 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.


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 file: Motion Strategy Library


Web page maintained by Steve LaValle
Partial support provided by NSF CAREER Award IRI-970228 (LaValle), Honda Research.
Contributors: Anna Atramentov, Peng Cheng, James Kuffner, Steve LaValle, and Libo Yang.