sot-talos-balance  2.0.5
Collection of dynamic-graph entities aimed at implementing balance control on talos.
base_estimator_conf.py
Go to the documentation of this file.
1 """ ********************* USER-PARAMETERS OF BASE ESTIMATOR *********************** """
2 # K = (4034, 23770, 239018, 707, 502, 936); #HRP2
3 # K = (1., 1., 1., 1., 1., 1.);
4 K = (1e8, 1e8, 1e8, 1e8, 1e8, 1e8)
5 std_dev_zmp = 0.02
6 std_dev_fz = 50.0
7 normal_force_margin = 30.0
8 zmp_margin = 0.002
9 w_imu = 1.0
10 beta = 0.00329
11 K_fb_feet_poses = -1.0
12 # gain used for updating foot positions
13 
14 # --- Real sizes
15 # RIGHT_FOOT_SIZES = (0.100, -0.100, 0.06, -0.06) # pos x, neg x, pos y, neg y size
16 # LEFT_FOOT_SIZES = (0.100, -0.100, 0.06, -0.06) # pos x, neg x, pos y, neg y size
17 
18 # --- Sizes employed by estimator (weight tuning)
19 RIGHT_FOOT_SIZES = (0.150, -0.150, 0.11, -0.11) # pos x, neg x, pos y, neg y size
20 LEFT_FOOT_SIZES = (0.150, -0.150, 0.11, -0.11) # pos x, neg x, pos y, neg y size
21 
22 w_lf_in = 0.0
23 w_rf_in = 1.0
24 # mu = 0.3; # force friction coefficient