@@ -35,7 +35,6 @@ static const pbio_control_settings_t settings_servo_ev3_m = {
3535 .integral_range = 45 ,
3636 .integral_rate = 10 ,
3737 .max_control = 150000 ,
38- .actuation_scale = 100 ,
3938 .use_estimated_rate = false,
4039 .use_estimated_count = false,
4140};
@@ -65,7 +64,6 @@ static const pbio_control_settings_t settings_servo_ev3_l = {
6564 .integral_range = 45 ,
6665 .integral_rate = 10 ,
6766 .max_control = 430000 ,
68- .actuation_scale = 100 ,
6967 .use_estimated_rate = false,
7068 .use_estimated_count = false,
7169};
@@ -99,7 +97,6 @@ static const pbio_control_settings_t settings_servo_technic_m_angular = {
9997 .integral_range = 45 ,
10098 .integral_rate = 5 ,
10199 .max_control = 160000 ,
102- .actuation_scale = 100 ,
103100 .use_estimated_rate = true,
104101 .use_estimated_count = false,
105102};
@@ -129,7 +126,6 @@ static const pbio_control_settings_t settings_servo_technic_l_angular = {
129126 .integral_range = 45 ,
130127 .integral_rate = 5 ,
131128 .max_control = 330000 ,
132- .actuation_scale = 100 ,
133129 .use_estimated_rate = true,
134130 .use_estimated_count = false,
135131};
@@ -159,7 +155,6 @@ static const pbio_control_settings_t settings_servo_interactive = {
159155 .integral_range = 45 ,
160156 .integral_rate = 3 ,
161157 .max_control = 100000 ,
162- .actuation_scale = 100 ,
163158 .use_estimated_rate = true,
164159 .use_estimated_count = false,
165160};
@@ -191,7 +186,6 @@ static const pbio_control_settings_t settings_servo_movehub = {
191186 .integral_range = 45 ,
192187 .integral_rate = 5 ,
193188 .max_control = 150000 ,
194- .actuation_scale = 100 ,
195189 .use_estimated_rate = true,
196190 .use_estimated_count = false,
197191};
@@ -223,7 +217,6 @@ static const pbio_control_settings_t settings_servo_technic_l = {
223217 .integral_range = 45 ,
224218 .integral_rate = 5 ,
225219 .max_control = 260000 ,
226- .actuation_scale = 100 ,
227220 .use_estimated_rate = true,
228221 .use_estimated_count = false,
229222};
@@ -253,7 +246,6 @@ static const pbio_control_settings_t settings_servo_technic_xl = {
253246 .integral_range = 45 ,
254247 .integral_rate = 5 ,
255248 .max_control = 260000 ,
256- .actuation_scale = 100 ,
257249 .use_estimated_rate = true,
258250 .use_estimated_count = false,
259251};
0 commit comments