upkie 9.0.1
Open-source wheeled biped robots
|
Model-predictive control sagittal balancer. More...
Public Member Functions | |
def | __init__ (self, float fall_pitch=1.0, float leg_length=0.58, float max_ground_accel=10.0, float max_ground_velocity=3.0, int nb_timesteps=50, float sampling_period=0.02, float stage_input_cost_weight=1e-3, float stage_state_cost_weight=1e-3, float terminal_cost_weight=1.0, bool warm_start=True) |
Initialize balancer. More... | |
float | compute_ground_velocity (self, float target_ground_velocity, dict spine_observation, float dt) |
Compute a new ground velocity. More... | |
Model-predictive control sagittal balancer.