"""PID / LOS controller config.""" def default_config(): return {"goal": [8.0, 8.0], "kp_heading": 0.8, "forward": 0.55}