|
centroidal_control_collection
|
Foot-guided control. More...
#include <FootGuidedControl.h>
Classes | |
| struct | RefData |
| Reference data. More... | |
Public Types | |
| using | InitialParam = Eigen::Vector2d |
| Initial parameter. More... | |
Public Member Functions | |
| FootGuidedControl (double com_height) | |
| Constructor. More... | |
| Eigen::Vector2d | planOnce (const RefData &ref_data, const InitialParam &initial_param, double current_time) const |
| Plan one step. More... | |
Protected Attributes | |
| std::shared_ptr< FootGuidedControl1d > | fgc_1d_ |
| Foot-guided control for one-dimensional motion. More... | |
Foot-guided control.
See the following for a detailed formulation.
Definition at line 74 of file FootGuidedControl.h.
| using CCC::FootGuidedControl::InitialParam = Eigen::Vector2d |
Initial parameter.
Initial parameter is capture point only.
Definition at line 97 of file FootGuidedControl.h.
|
inline |
Constructor.
| com_height | height of robot CoM [m] |
Definition at line 103 of file FootGuidedControl.h.
| Eigen::Vector2d CCC::FootGuidedControl::planOnce | ( | const RefData & | ref_data, |
| const InitialParam & | initial_param, | ||
| double | current_time | ||
| ) | const |
Plan one step.
| ref_data | reference data |
| initial_param | initial parameter (current capture point) |
| current_time | current time (i.e., start time of horizon) [sec] |
|
protected |
Foot-guided control for one-dimensional motion.
Definition at line 115 of file FootGuidedControl.h.