@@ -30,7 +30,7 @@ static const pbio_observer_model_t model_technic_s_angular = {
3030 .d_torque_d_voltage = 17203 ,
3131 .d_torque_d_speed = 12282 ,
3232 .d_torque_d_acceleration = 354592 ,
33- .torque_friction = 4591 ,
33+ .torque_friction = 9182 ,
3434 .gain = 500 ,
3535};
3636
@@ -51,7 +51,7 @@ static const pbio_observer_model_t model_technic_m_angular = {
5151 .d_torque_d_voltage = 8071 ,
5252 .d_torque_d_speed = 5903 ,
5353 .d_torque_d_acceleration = 163151 ,
54- .torque_friction = 10707 ,
54+ .torque_friction = 21413 ,
5555 .gain = 2000 ,
5656};
5757
@@ -72,7 +72,7 @@ static const pbio_observer_model_t model_technic_l_angular = {
7272 .d_torque_d_voltage = 2872 ,
7373 .d_torque_d_speed = 1919 ,
7474 .d_torque_d_acceleration = 40344 ,
75- .torque_friction = 11620 ,
75+ .torque_friction = 23239 ,
7676 .gain = 4000 ,
7777};
7878
@@ -93,7 +93,7 @@ static const pbio_observer_model_t model_interactive = {
9393 .d_torque_d_voltage = 11923 ,
9494 .d_torque_d_speed = 10599 ,
9595 .d_torque_d_acceleration = 207820 ,
96- .torque_friction = 5613 ,
96+ .torque_friction = 11227 ,
9797 .gain = 2000 ,
9898};
9999
@@ -114,7 +114,7 @@ static const pbio_observer_model_t model_technic_l = {
114114 .d_torque_d_voltage = 6110 ,
115115 .d_torque_d_speed = 6837 ,
116116 .d_torque_d_acceleration = 108520 ,
117- .torque_friction = 13215 ,
117+ .torque_friction = 26430 ,
118118 .gain = 1500 ,
119119};
120120
@@ -135,7 +135,7 @@ static const pbio_observer_model_t model_technic_xl = {
135135 .d_torque_d_voltage = 6908 ,
136136 .d_torque_d_speed = 7713 ,
137137 .d_torque_d_acceleration = 116867 ,
138- .torque_friction = 6446 ,
138+ .torque_friction = 12893 ,
139139 .gain = 2000 ,
140140};
141141
@@ -158,7 +158,7 @@ static const pbio_observer_model_t model_movehub = {
158158 .d_torque_d_voltage = 8438 ,
159159 .d_torque_d_speed = 10851 ,
160160 .d_torque_d_acceleration = 155017 ,
161- .torque_friction = 12417 ,
161+ .torque_friction = 24835 ,
162162 .gain = 2000 ,
163163};
164164
@@ -185,7 +185,7 @@ static const pbio_observer_model_t model_ev3_l = {
185185 .d_torque_d_voltage = 3587 ,
186186 .d_torque_d_speed = 2083 ,
187187 .d_torque_d_acceleration = 19838 ,
188- .torque_friction = 8238 ,
188+ .torque_friction = 16476 ,
189189 .gain = 4000 ,
190190};
191191
@@ -206,7 +206,7 @@ static const pbio_observer_model_t model_ev3_m = {
206206 .d_torque_d_voltage = 8051 ,
207207 .d_torque_d_speed = 7365 ,
208208 .d_torque_d_acceleration = 94428 ,
209- .torque_friction = 9159 ,
209+ .torque_friction = 18317 ,
210210 .gain = 2000 ,
211211};
212212
0 commit comments