ilqgames
A new real-time solver for large-scale differential games.
|
Public Member Functions | |
SinglePlayerCar7D (float inter_axle_distance) | |
VectorXf | Evaluate (Time t, const VectorXf &x, const VectorXf &u) const |
void | Linearize (Time t, const VectorXf &x, const VectorXf &u, Eigen::Ref< MatrixXf > A, Eigen::Ref< MatrixXf > B) const |
float | DistanceBetween (const VectorXf &x0, const VectorXf &x1) const |
std::vector< Dimension > | PositionDimensions () const |
Public Member Functions inherited from ilqgames::SinglePlayerDynamicalSystem | |
Dimension | XDim () const |
Dimension | UDim () const |
Additional Inherited Members | |
Protected Member Functions inherited from ilqgames::SinglePlayerDynamicalSystem | |
SinglePlayerDynamicalSystem (Dimension xdim, Dimension udim) | |
Protected Attributes inherited from ilqgames::SinglePlayerDynamicalSystem | |
const Dimension | xdim_ |
const Dimension | udim_ |
Definition at line 63 of file single_player_car_7d.h.