RustPhysicsMQ/configurations/pid_cont/rate_02.toml

17 lines
215 B
TOML
Raw Normal View History

2026-02-06 14:20:27 +00:00
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,
] },
]