Template Struct ActionDataLQRTpl
Defined in File lqr.hpp
Inheritance Relationships
Base Type
public crocoddyl::ActionDataAbstractTpl< _Scalar >(Template Struct ActionDataAbstractTpl)
Struct Documentation
-
template<typename _Scalar>
struct ActionDataLQRTpl : public crocoddyl::ActionDataAbstractTpl<_Scalar> -
Public Functions
-
template<template<typename Scalar> class Model>
inline explicit ActionDataLQRTpl(Model<Scalar> *const model)
-
virtual ~ActionDataLQRTpl() = default
Public Members
-
MatrixXs Fu
Jacobian of the dynamics w.r.t. the control \(\mathbf{u}\).
-
MatrixXs Fx
Jacobian of the dynamics w.r.t. the state \(\mathbf{x}\).
-
MatrixXs Gu
Jacobian of the inequality constraint w.r.t. the control \(\mathbf{u}\)
-
MatrixXs Gx
Jacobian of the inequality constraint w.r.t. the state \(\mathbf{x}\)
-
MatrixXs Hu
Jacobian of the equality constraint w.r.t. the control \(\mathbf{u}\)
-
MatrixXs Hx
Jacobian of the equality constraint w.r.t. the state \(\mathbf{x}\)
-
MatrixXs Luu
Hessian of the cost w.r.t. the control \(\mathbf{u}\).
-
MatrixXs Lxu
Hessian of the cost w.r.t. the state \(\mathbf{x}\) and control \(\mathbf{u}\)
-
MatrixXs Lxx
Hessian of the cost w.r.t. the state \(\mathbf{x}\).
-
template<template<typename Scalar> class Model>