remove pedal (#31903)

* remove pedal

* bump panda

* fix

* update refs
old-commit-hash: fa12a6722868d436f15bea31537df1277bcc4027
This commit is contained in:
Adeeb Shihadeh
2024-03-17 22:42:49 -07:00
committed by GitHub
parent e62b7e72dc
commit 3bf3f4bf78
14 changed files with 19 additions and 114 deletions
+1 -2
View File
@@ -6,7 +6,6 @@ from openpilot.common.params import Params
from openpilot.selfdrive.boardd.boardd_api_impl import can_list_to_can_capnp
from openpilot.selfdrive.car import crc8_pedal
from openpilot.tools.sim.lib.common import SimulatorState
from panda.python import Panda
class SimulatedCar:
@@ -116,7 +115,7 @@ class SimulatedCar:
'controlsAllowed': True,
'safetyModel': 'hondaNidec',
'alternativeExperience': self.sm["carParams"].alternativeExperience,
'safetyParam': Panda.FLAG_HONDA_GAS_INTERCEPTOR
'safetyParam': 0,
}
self.pm.send('pandaStates', dat)