mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
tests: fix selfdrive state machine import (#33571)
* selfdrive: Fix state machine test imports * it's the same file * Update selfdrive/selfdrived/tests/test_state_machine.py * Update selfdrive/selfdrived/tests/test_state_machine.py --------- Co-authored-by: Shane Smiskol <shane@smiskol.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from cereal import log
|
||||
from openpilot.common.realtime import DT_CTRL
|
||||
from openpilot.selfdrive.controls.lib.selfdrive import StateMachine, SOFT_DISABLE_TIME
|
||||
from openpilot.selfdrive.selfdrived.state import StateMachine, SOFT_DISABLE_TIME
|
||||
from openpilot.selfdrive.selfdrived.events import Events, ET, EVENTS, NormalPermanentAlert
|
||||
|
||||
State = log.SelfdriveState.OpenpilotState
|
||||
|
||||
Reference in New Issue
Block a user