RustPhysicsMQ/configurations/pid_cont/rate_01.toml

17 lines
215 B
TOML

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