GCOP
1.0
|
#include <point3d.h>
Public Member Functions | |
Point3d () | |
virtual | ~Point3d () |
double | Step (Point3dState &xb, double t, const Point3dState &xa, const Vector3d &u, double h, const VectorXd *p=0, Matrix6d *A=0, Matrix63d *B=0, Matrix6Xd *C=0) |
bool | Noise (Matrix6d &Q, double t, const Point3dState &x, const Vector3d &u, double dt, const VectorXd *p=0) |
Public Attributes | |
double | sa |
white-noise acceleration stdev |
An POINT3D system
Author: Marin Kobilarov marin(at)jhu.edu
Point3d::Point3d | ( | ) |
References sa.
Point3d::~Point3d | ( | ) | [virtual] |
bool Point3d::Noise | ( | Matrix6d & | Q, |
double | t, | ||
const Point3dState & | x, | ||
const Vector3d & | u, | ||
double | dt, | ||
const VectorXd * | p = 0 |
||
) |
References sa.
double Point3d::Step | ( | Point3dState & | xb, |
double | t, | ||
const Point3dState & | xa, | ||
const Vector3d & | u, | ||
double | h, | ||
const VectorXd * | p = 0 , |
||
Matrix6d * | A = 0 , |
||
Matrix63d * | B = 0 , |
||
Matrix6Xd * | C = 0 |
||
) |
References gcop::Point3dState::q, and gcop::Point3dState::v.
double gcop::Point3d::sa |