crocoddyl  1.4.0
Contact RObot COntrol by Differential DYnamic programming Library (Crocoddyl)
ActionModelLQRTpl< _Scalar > Class Template Reference
Inheritance diagram for ActionModelLQRTpl< _Scalar >:
Collaboration diagram for ActionModelLQRTpl< _Scalar >:

Public Types

typedef ActionDataAbstractTpl< Scalar > ActionDataAbstract
 
typedef ActionModelAbstractTpl< Scalar > Base
 
typedef ActionDataLQRTpl< Scalar > Data
 
typedef MathBaseTpl< Scalar > MathBase
 
typedef MathBase::MatrixXs MatrixXs
 
typedef _Scalar Scalar
 
typedef StateVectorTpl< Scalar > StateVector
 
typedef MathBase::VectorXs VectorXs
 
- Public Types inherited from ActionModelAbstractTpl< _Scalar >
typedef ActionDataAbstractTpl< Scalar > ActionDataAbstract
 
typedef MathBaseTpl< Scalar > MathBase
 
typedef StateAbstractTpl< Scalar > StateAbstract
 
typedef MathBase::VectorXs VectorXs
 

Public Member Functions

 ActionModelLQRTpl (const std::size_t &nx, const std::size_t &nu, bool drift_free=true)
 
virtual void calc (const boost::shared_ptr< ActionDataAbstract > &data, const Eigen::Ref< const VectorXs > &x, const Eigen::Ref< const VectorXs > &u)
 
virtual void calcDiff (const boost::shared_ptr< ActionDataAbstract > &data, const Eigen::Ref< const VectorXs > &x, const Eigen::Ref< const VectorXs > &u)
 
virtual bool checkData (const boost::shared_ptr< ActionDataAbstract > &data)
 
virtual boost::shared_ptr< ActionDataAbstractcreateData ()
 
const VectorXs & get_f0 () const
 
const MatrixXs & get_Fu () const
 
const MatrixXs & get_Fx () const
 
const VectorXs & get_lu () const
 
const MatrixXs & get_Luu () const
 
const VectorXs & get_lx () const
 
const MatrixXs & get_Lxu () const
 
const MatrixXs & get_Lxx () const
 
void set_f0 (const VectorXs &f0)
 
void set_Fu (const MatrixXs &Fu)
 
void set_Fx (const MatrixXs &Fx)
 
void set_lu (const VectorXs &lu)
 
void set_Luu (const MatrixXs &Luu)
 
void set_lx (const VectorXs &lx)
 
void set_Lxu (const MatrixXs &Lxu)
 
void set_Lxx (const MatrixXs &Lxx)
 
- Public Member Functions inherited from ActionModelAbstractTpl< _Scalar >
 ActionModelAbstractTpl (boost::shared_ptr< StateAbstract > state, const std::size_t &nu, const std::size_t &nr=0)
 
void calc (const boost::shared_ptr< ActionDataAbstract > &data, const Eigen::Ref< const VectorXs > &x)
 
void calcDiff (const boost::shared_ptr< ActionDataAbstract > &data, const Eigen::Ref< const VectorXs > &x)
 
bool const & get_has_control_limits () const
 
const std::size_t & get_nr () const
 
const std::size_t & get_nu () const
 
const boost::shared_ptr< StateAbstract > & get_state () const
 
const VectorXs & get_u_lb () const
 
const VectorXs & get_u_ub () const
 
void quasiStatic (const boost::shared_ptr< ActionDataAbstract > &data, Eigen::Ref< VectorXs > u, const Eigen::Ref< const VectorXs > &x, const std::size_t &maxiter=100, const Scalar &tol=1e-9)
 
VectorXs quasiStatic_x (const boost::shared_ptr< ActionDataAbstract > &data, const VectorXs &x, const std::size_t &maxiter=100, const Scalar &tol=1e-9)
 
void set_u_lb (const VectorXs &u_lb)
 
void set_u_ub (const VectorXs &u_ub)
 

Additional Inherited Members

- Public Attributes inherited from ActionModelAbstractTpl< _Scalar >
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar
 
- Protected Member Functions inherited from ActionModelAbstractTpl< _Scalar >
void update_has_control_limits ()
 
- Protected Attributes inherited from ActionModelAbstractTpl< _Scalar >
bool has_control_limits_
 Indicates whether any of the control limits is finite.
 
std::size_t nr_
 Dimension of the cost residual.
 
std::size_t nu_
 Control dimension.
 
boost::shared_ptr< StateAbstractstate_
 Model of the state.
 
VectorXs u_lb_
 Lower control limits.
 
VectorXs u_ub_
 Upper control limits.
 
VectorXs unone_
 Neutral state.
 

Detailed Description

template<typename _Scalar>
class crocoddyl::ActionModelLQRTpl< _Scalar >

Definition at line 21 of file lqr.hpp.


The documentation for this class was generated from the following file: