File size: 117 Bytes
cc396fd
 
 
 
 
1
2
3
4
5
6
"""No-flow line-of-sight controller config."""


def default_config():
    return {"goal": [8.0, 8.0], "gain": 0.65}