centroidal_control_collection
|
Go to the documentation of this file.
28 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
64 Eigen::Vector2d
planOnce(
const RefData & ref_data,
const InitialParam & initial_param,
double current_time)
const;
constexpr double g
Gravitational acceleration [m/s^2].
Eigen::Vector2d planOnce(const RefData &ref_data, const InitialParam &initial_param, double current_time) const
Plan one step.
Eigen::Vector2d InitialParam
Initial parameter.
std::map< double, Eigen::Vector2d > time_zmp_list
List of pairs of future ZMP and switching time.
Walking control based on tracking of divergent component of motion (DCM).
double omega_
Time constant for inverted pendulum dynamics.
DcmTracking(double com_height, double feedback_gain=2.0)
Constructor.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector2d current_zmp
Current ZMP [m].
double feedback_gain_
Feedback gain to calculate control ZMP.