Main merge of VW community changes

x-archive-community-master-merge
Jason Young 5 years ago
parent 704aec925f
commit 56794c49f4
  1. 6
      selfdrive/car/volkswagen/interface.py

@ -1,7 +1,7 @@
from cereal import car from cereal import car
from selfdrive.swaglog import cloudlog from selfdrive.swaglog import cloudlog
from selfdrive.car.volkswagen.values import CAR, BUTTON_STATES, NWL, TRANS, GEAR from selfdrive.car.volkswagen.values import CAR, BUTTON_STATES, NWL, TRANS, GEAR
#from common.params import put_nonblocking from common.params import put_nonblocking
from selfdrive.car import STD_CARGO_KG, scale_rot_inertia, scale_tire_stiffness, gen_empty_fingerprint from selfdrive.car import STD_CARGO_KG, scale_rot_inertia, scale_tire_stiffness, gen_empty_fingerprint
from selfdrive.car.interfaces import CarInterfaceBase from selfdrive.car.interfaces import CarInterfaceBase
@ -101,8 +101,8 @@ class CarInterface(CarInterfaceBase):
# TODO: add a field for this to carState, car interface code shouldn't write params # TODO: add a field for this to carState, car interface code shouldn't write params
# Update the device metric configuration to match the car at first startup, # Update the device metric configuration to match the car at first startup,
# or if there's been a change. # or if there's been a change.
#if self.CS.displayMetricUnits != self.displayMetricUnitsPrev: if self.CS.displayMetricUnits != self.displayMetricUnitsPrev:
# put_nonblocking("IsMetric", "1" if self.CS.displayMetricUnits else "0") put_nonblocking("IsMetric", "1" if self.CS.displayMetricUnits else "0")
# Check for and process state-change events (button press or release) from # Check for and process state-change events (button press or release) from
# the turn stalk switch or ACC steering wheel/control stalk buttons. # the turn stalk switch or ACC steering wheel/control stalk buttons.

Loading…
Cancel
Save