|
upkie
11.0.0
Open-source wheeled biped robots
|
Position command. More...
Public Attributes | |
| double | position = 0.0 |
| Target position in revolutions. | |
| double | velocity = 0.0 |
| Target velocity in rev/s. | |
| double | feedforward_torque = 0.0 |
| Feedforward torque in N⋅m. | |
| double | kp_scale = 1.0 |
| Proportional gain scaling factor. | |
| double | kd_scale = 1.0 |
| Derivative gain scaling factor. | |
| double | maximum_torque = 0.0 |
| Maximum torque limit in N⋅m. | |
| double | stop_position = std::numeric_limits<double>::quiet_NaN() |
| Stop position in revolutions. | |
| double | watchdog_timeout = 0.0 |
| Watchdog timeout in seconds. | |
Position command.