mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 16:23:46 +08:00
delay controls start (#20761)
* delay controls start * shouldn't need this stuff anymore * only delay board * bail after 2s * fix loopback test * fix process replay * update refs * bump cereal Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: f9a961f6fb69f36f8a113246920b2d71e6af8ae1
This commit is contained in:
@@ -48,6 +48,7 @@ def test_boardd_loopback():
|
||||
cp = car.CarParams.new_message()
|
||||
cp.safetyModel = car.CarParams.SafetyModel.allOutput
|
||||
Params().put("CarVin", b"0"*17)
|
||||
Params().put_bool("ControlsReady", True)
|
||||
Params().put("CarParams", cp.to_bytes())
|
||||
|
||||
sendcan = messaging.pub_sock('sendcan')
|
||||
|
||||
Reference in New Issue
Block a user