1#ifndef ROBOTOC_PERIODIC_SWING_FOOT_REF_HPP_
2#define ROBOTOC_PERIODIC_SWING_FOOT_REF_HPP_
30 const Eigen::Vector3d& step_length,
31 const double step_height,
const double t0,
32 const double period_swing,
const double period_stance,
33 const bool is_first_step_half);
52 const Eigen::Vector3d& step_length,
53 const double step_height,
const double t0,
54 const double period_swing,
const double period_stance,
55 const bool is_first_step_half=
false);
62 Eigen::Vector3d x3d0_, step_length_;
63 double step_height_, t0_, period_swing_, period_stance_, period_;
64 bool is_first_step_half_;
Base class of reference task space position.
Definition: task_space_3d_ref_base.hpp:15
Definition: constraint_component_base.hpp:17
Grid information.
Definition: grid_info.hpp:24