mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-20 05:52:11 +08:00
had moved to car_state
This commit is contained in:
@@ -185,7 +185,7 @@ class DynamicExperimentalController:
|
||||
|
||||
def _update(self, car_state, lead_one, md, controls_state): #, maneuver_distance):
|
||||
self._v_ego_kph = car_state.vEgo * 3.6
|
||||
self._v_cruise_kph = controls_state.vCruise
|
||||
self._v_cruise_kph = car_state.vCruise
|
||||
self._has_lead = lead_one.status
|
||||
self._has_standstill = car_state.standstill
|
||||
|
||||
|
||||
Reference in New Issue
Block a user