upkie 6.1.0
Open-source wheeled biped robots
|
#include <WheelContact.h>
Public Member Functions | |
void | configure (const Dictionary &config) |
Read parameters from a configuration dictionary. More... | |
Public Attributes | |
double | liftoff_inertia |
Hysteresis value of the apparent inertia that triggers liftoff detection, in [m]² * [kg]. | |
double | cutoff_period |
Low-pass filtering time constant, in [s]. | |
double | min_touchdown_acceleration |
Skip touchdown detection below this acceleration, in [rad] / [s]². More... | |
double | min_touchdown_torque |
Skip touchdown detection below this torque, in [N m]. | |
double | touchdown_inertia |
Hysteresis value of the apparent inertia that triggers touchdown detection, in [m]² * [kg]. | |
Observer parameters.
|
inline |
Read parameters from a configuration dictionary.
[in] | config | Configuration dictionary. |
double upkie::cpp::observers::WheelContact::Parameters::min_touchdown_acceleration |
Skip touchdown detection below this acceleration, in [rad] / [s]².
This avoids false positives when the air wheel acceleration happens to be low.