604e535
1
2
3
4
5
6
"""PID / LOS controller config.""" def default_config(): return {"goal": [8.0, 8.0], "kp_heading": 0.8, "forward": 0.55}