| """Current-estimator line-of-sight controller config.""" | |
| def default_config(): | |
| return {"goal": [8.0, 8.0], "gain": 0.65, "current_gain": 0.5} | |
| """Current-estimator line-of-sight controller config.""" | |
| def default_config(): | |
| return {"goal": [8.0, 8.0], "gain": 0.65, "current_gain": 0.5} | |