1#ifndef ROBOTOC_TROT_SWING_FOOT_REF_HPP_
2#define ROBOTOC_TROT_SWING_FOOT_REF_HPP_
9#include "robotoc/cost/swing_foot_cost.hpp"
31 const int x_ref_foot_contact_index,
32 const int y_ref_foot_contact_index,
33 const double step_length,
const double step_height);
47 const int x_ref_foot_contact_index,
48 const int y_ref_foot_contact_index,
49 const double step_length,
const double step_height);
57 Eigen::VectorXd& x3d_ref)
const override;
60 int contact_index_, x_ref_foot_contact_index_, y_ref_foot_contact_index_;
61 double step_length_, step_height_;
Dynamics and kinematics model of robots. Wraps pinocchio::Model and pinocchio::Data....
Definition: robot.hpp:32
Definition: constraint_component_base.hpp:17