RustPhysicsMQ/configurations/pid_cont/rate_03.toml

17 lines
215 B
TOML

layers = [
{ type = "Rate", max_rate = 3.14, kp = [
0.02,
0.2,
0.02,
], ki = [
0.0,
0.0,
0.0,
], kd = [
0.0,
0.0,
0.0,
] },
]