mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 04:52:09 +08:00
bridge.py: don't clear params
old-commit-hash: b2b207917eb8fe47342ee2cc4a45e9cdfca8a837
This commit is contained in:
+2
-3
@@ -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