mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-22 15:23:53 +08:00
bridge.py: don't clear params
This commit is contained in:
@@ -349,11 +349,10 @@ def go(q):
|
||||
rk.keep_time()
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
# make sure params are in a good state
|
||||
params = Params()
|
||||
params.clear_all()
|
||||
set_params_enabled()
|
||||
|
||||
params = Params()
|
||||
params.delete("Offroad_ConnectivityNeeded")
|
||||
params.put("CalibrationParams", '{"calib_radians": [0,0,0], "valid_blocks": 20}')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user