|
| IntegratedActionModelEulerTpl (boost::shared_ptr< DifferentialActionModelAbstract > model, const Scalar &time_step=Scalar(1e-3), const bool &with_cost_residual=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< ActionDataAbstract > | createData () |
|
const boost::shared_ptr< DifferentialActionModelAbstract > & | get_differential () const |
|
const Scalar & | get_dt () const |
|
void | set_differential (boost::shared_ptr< DifferentialActionModelAbstract > model) |
|
void | set_dt (const Scalar &dt) |
|
template<typename _Scalar>
class crocoddyl::IntegratedActionModelEulerTpl< _Scalar >
Definition at line 99 of file fwd.hpp.