#include <ZmpController.h>
Public Member Functions | |
| ZmpControllerParams (double kfx, double kfy, double kdx, double kdy, double m, double cz, double g, double controllerPeriod) | |
Public Attributes | |
| double | kfx |
| double | kfy |
| double | kdx |
| double | kdy |
| double | m |
| double | cz |
| double | g |
| double | controllerPeriod |
| ZmpControllerParams::ZmpControllerParams | ( | double | kfx, |
| double | kfy, | ||
| double | kdx, | ||
| double | kdy, | ||
| double | m, | ||
| double | cz, | ||
| double | g, | ||
| double | controllerPeriod | ||
| ) | [inline] |
Controller period in seconds
| double ZmpControllerParams::cz |
CoM height
| double ZmpControllerParams::g |
Gravity acceleration = 9.8m/s^2
| double ZmpControllerParams::kdx |
| double ZmpControllerParams::kdy |
| double ZmpControllerParams::kfx |
Positive force control gain in the x direction
| double ZmpControllerParams::kfy |
Positive force control gain in the y direction
| double ZmpControllerParams::m |
Total mass of the robot