File size: 148 Bytes
cc396fd
 
 
 
 
1
2
3
4
5
6
"""Current-estimator line-of-sight controller config."""


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