From a7a0b91533a4d08e3ab27838dbcc1b73b48d02fe Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 16 Jul 2025 22:40:44 -0700 Subject: [PATCH] rm check --- selfdrive/pandad/pandad.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/pandad/pandad.cc b/selfdrive/pandad/pandad.cc index e11eb4a9b2..d3b471e5f9 100644 --- a/selfdrive/pandad/pandad.cc +++ b/selfdrive/pandad/pandad.cc @@ -444,7 +444,7 @@ void pandad_run(std::vector &pandas) { if (rk.frame() % 10 == 0) { sm.update(0); engaged = sm.allAliveAndValid({"selfdriveState"}) && sm["selfdriveState"].getSelfdriveState().getEnabled(); - bool started = sm.allAliveAndValid({"deviceState"}) && sm["deviceState"].getDeviceState().getStarted(); + bool started = sm["deviceState"].getDeviceState().getStarted(); process_panda_state(pandas, &pm, engaged, started, spoofing_started); panda_safety.configureSafetyMode(); }