|
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 Vector2s & | get_cost_weights () const |
|
void | set_cost_weights (const Vector2s &weights) |
|
| 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 |
|
virtual 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=Scalar(1e-9)) |
| Computes the quasic static commands. More...
|
|
VectorXs | quasiStatic_x (const boost::shared_ptr< ActionDataAbstract > &data, const VectorXs &x, const std::size_t &maxiter=100, const Scalar &tol=Scalar(1e-9)) |
|
void | set_u_lb (const VectorXs &u_lb) |
|
void | set_u_ub (const VectorXs &u_ub) |
|
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
|
|
void | update_has_control_limits () |
|
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< StateAbstract > | state_ |
| Model of the state.
|
|
VectorXs | u_lb_ |
| Lower control limits.
|
|
VectorXs | u_ub_ |
| Upper control limits.
|
|
VectorXs | unone_ |
| Neutral state.
|
|
template<typename _Scalar>
class crocoddyl::ActionModelUnicycleTpl< _Scalar >
Definition at line 20 of file unicycle.hpp.
The documentation for this class was generated from the following file: