RustPhysicsMQ/configurations/pid_cont/rate_03.toml

17 lines
234 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,
2026-02-23 08:23:52 +00:00
], frequency = 600.0 },
2026-02-06 14:20:27 +00:00
]