GCOP
1.0
|
#include <car.h>
Public Member Functions | |
Car () | |
double | Step (Vector5d &xb, double t, const Vector5d &xa, const Vector2d &u, double h, const VectorXd *p=0, Matrix5d *A=0, Matrix52d *B=0, Matrix5Xd *C=0) |
Public Attributes | |
double | l |
distance between axles |
A simple rear-drive car model with 2nd order dynamics.
The state is and controls are correspond to forward acceleration and curvature rate
Author: Marin Kobilarov marin(at)jhu.edu
Car::Car | ( | ) |
double Car::Step | ( | Vector5d & | xb, |
double | t, | ||
const Vector5d & | xa, | ||
const Vector2d & | u, | ||
double | h, | ||
const VectorXd * | p = 0 , |
||
Matrix5d * | A = 0 , |
||
Matrix52d * | B = 0 , |
||
Matrix5Xd * | C = 0 |
||
) |
double gcop::Car::l |
distance between axles
Referenced by gcop::CarView::Render().