#include <quadruped-walkgen/quadruped_augmented_time.hpp>
Public Types | |
typedef _Scalar | Scalar |
typedef crocoddyl::ActionDataAbstractTpl< Scalar > | ActionDataAbstract |
typedef crocoddyl::ActionModelAbstractTpl< Scalar > | Base |
typedef crocoddyl::MathBaseTpl< Scalar > | MathBase |
Public Member Functions | |
ActionModelQuadrupedAugmentedTimeTpl () | |
~ActionModelQuadrupedAugmentedTimeTpl () | |
virtual void | calc (const boost::shared_ptr< ActionDataAbstract > &data, const Eigen::Ref< const typename MathBase::VectorXs > &x, const Eigen::Ref< const typename MathBase::VectorXs > &u) |
virtual void | calcDiff (const boost::shared_ptr< ActionDataAbstract > &data, const Eigen::Ref< const typename MathBase::VectorXs > &x, const Eigen::Ref< const typename MathBase::VectorXs > &u) |
virtual boost::shared_ptr< ActionDataAbstract > | createData () |
const Eigen::Matrix< Scalar, 12, 1 > & | get_force_weights () const |
void | set_force_weights (const typename MathBase::VectorXs &weights) |
const Eigen::Matrix< Scalar, 12, 1 > & | get_state_weights () const |
void | set_state_weights (const typename MathBase::VectorXs &weights) |
const Eigen::Matrix< Scalar, 8, 1 > & | get_heuristic_weights () const |
void | set_heuristic_weights (const typename MathBase::VectorXs &weights) |
const Eigen::Matrix< Scalar, 8, 1 > & | get_stop_weights () const |
void | set_stop_weights (const typename MathBase::VectorXs &weights) |
const Scalar & | get_friction_weight () const |
void | set_friction_weight (const Scalar &weight) |
const Scalar & | get_mu () const |
void | set_mu (const Scalar &mu_coeff) |
const Scalar & | get_mass () const |
void | set_mass (const Scalar &m) |
const Scalar & | get_dt_ref () const |
void | set_dt_ref (const Scalar &dt) |
const Scalar & | get_dt_min () const |
void | set_dt_min (const Scalar &dt) |
const Scalar & | get_dt_max () const |
void | set_dt_max (const Scalar &dt) |
const Eigen::Matrix< Scalar, 3, 3 > & | get_gI () const |
void | set_gI (const typename MathBase::Matrix3s &inertia_matrix) |
const Scalar & | get_min_fz_contact () const |
void | set_min_fz_contact (const Scalar &min_fz) |
const Scalar & | get_max_fz_contact () const |
void | set_max_fz_contact (const Scalar &max_fz_) |
const Eigen::Matrix< Scalar, 8, 1 > & | get_shoulder_position () const |
void | set_shoulder_position (const typename MathBase::VectorXs &weights) |
const bool & | get_symmetry_term () const |
void | set_symmetry_term (const bool &sym_term) |
const bool & | get_centrifugal_term () const |
void | set_centrifugal_term (const bool ¢_term) |
const Scalar & | get_T_gait () const |
void | set_T_gait (const Scalar &T_gait_) |
const Scalar & | get_dt_weight () const |
void | set_dt_weight (const Scalar &weight_) |
const Scalar & | get_dt_bound_weight () const |
void | set_dt_bound_weight (const Scalar &weight_) |
const bool & | get_relative_forces () const |
void | set_relative_forces (const bool &rel_forces) |
const Scalar & | get_shoulder_hlim () const |
void | set_shoulder_hlim (const Scalar &hlim) |
const Scalar & | get_shoulder_contact_weight () const |
void | set_shoulder_contact_weight (const Scalar &weight) |
void | update_model (const Eigen::Ref< const typename MathBase::MatrixXs > &l_feet, const Eigen::Ref< const typename MathBase::MatrixXs > &l_stop, const Eigen::Ref< const typename MathBase::MatrixXs > &xref, const Eigen::Ref< const typename MathBase::MatrixXs > &S) |
const Eigen::Matrix< Scalar, 12, 12 > & | get_A () const |
const Eigen::Matrix< Scalar, 12, 12 > & | get_B () const |
const Eigen::Matrix< Scalar, 7, 1 > & | get_cost () const |
typedef crocoddyl::ActionDataAbstractTpl<Scalar> quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< _Scalar >::ActionDataAbstract |
typedef crocoddyl::ActionModelAbstractTpl<Scalar> quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< _Scalar >::Base |
typedef crocoddyl::MathBaseTpl<Scalar> quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< _Scalar >::MathBase |
typedef _Scalar quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< _Scalar >::Scalar |
quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::ActionModelQuadrupedAugmentedTimeTpl |
quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::~ActionModelQuadrupedAugmentedTimeTpl |
|
virtual |
|
virtual |
|
virtual |
const Eigen::Matrix< Scalar, 12, 12 > & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_A |
const Eigen::Matrix< Scalar, 12, 12 > & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_B |
const bool & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_centrifugal_term |
const Eigen::Matrix< Scalar, 7, 1 > & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_cost |
const Scalar & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_dt_bound_weight |
const Scalar & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_dt_max |
const Scalar & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_dt_min |
const Scalar& quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< _Scalar >::get_dt_ref | ( | ) | const |
const Scalar& quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< _Scalar >::get_dt_weight | ( | ) | const |
const Eigen::Matrix< Scalar, 12, 1 > & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_force_weights |
const Scalar & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_friction_weight |
const Eigen::Matrix< Scalar, 3, 3 > & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_gI |
const Eigen::Matrix< Scalar, 8, 1 > & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_heuristic_weights |
const Scalar & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_mass |
const Scalar & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_max_fz_contact |
const Scalar & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_min_fz_contact |
const Scalar & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_mu |
const bool & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_relative_forces |
const Scalar & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_shoulder_contact_weight |
const Scalar & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_shoulder_hlim |
const Eigen::Matrix< Scalar, 8, 1 > & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_shoulder_position |
const Eigen::Matrix< Scalar, 12, 1 > & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_state_weights |
const Eigen::Matrix< Scalar, 8, 1 > & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_stop_weights |
const bool & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_symmetry_term |
const Scalar & quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::get_T_gait |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_centrifugal_term | ( | const bool & | cent_term | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_dt_bound_weight | ( | const Scalar & | weight_ | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_dt_max | ( | const Scalar & | dt | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_dt_min | ( | const Scalar & | dt | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< _Scalar >::set_dt_ref | ( | const Scalar & | dt | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< _Scalar >::set_dt_weight | ( | const Scalar & | weight_ | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_force_weights | ( | const typename MathBase::VectorXs & | weights | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_friction_weight | ( | const Scalar & | weight | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_gI | ( | const typename MathBase::Matrix3s & | inertia_matrix | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_heuristic_weights | ( | const typename MathBase::VectorXs & | weights | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_mass | ( | const Scalar & | m | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_max_fz_contact | ( | const Scalar & | max_fz_ | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_min_fz_contact | ( | const Scalar & | min_fz | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_mu | ( | const Scalar & | mu_coeff | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_relative_forces | ( | const bool & | rel_forces | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_shoulder_contact_weight | ( | const Scalar & | weight | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_shoulder_hlim | ( | const Scalar & | hlim | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_shoulder_position | ( | const typename MathBase::VectorXs & | weights | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_state_weights | ( | const typename MathBase::VectorXs & | weights | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_stop_weights | ( | const typename MathBase::VectorXs & | weights | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_symmetry_term | ( | const bool & | sym_term | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::set_T_gait | ( | const Scalar & | T_gait_ | ) |
void quadruped_walkgen::ActionModelQuadrupedAugmentedTimeTpl< Scalar >::update_model | ( | const Eigen::Ref< const typename MathBase::MatrixXs > & | l_feet, |
const Eigen::Ref< const typename MathBase::MatrixXs > & | l_stop, | ||
const Eigen::Ref< const typename MathBase::MatrixXs > & | xref, | ||
const Eigen::Ref< const typename MathBase::MatrixXs > & | S | ||
) |