Ford: support low gear (#35238)

support low gear for ford
pull/35264/head
Shane Smiskol 4 months ago committed by GitHub
parent 1c68a073a0
commit 77102a8532
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/car/car_specific.py

@ -46,7 +46,7 @@ class CarSpecificEvents:
events = Events()
elif self.CP.brand == 'ford':
events = self.create_common_events(CS, CS_prev, extra_gears=[GearShifter.manumatic])
events = self.create_common_events(CS, CS_prev, extra_gears=[GearShifter.low, GearShifter.manumatic])
elif self.CP.brand == 'nissan':
events = self.create_common_events(CS, CS_prev, extra_gears=[GearShifter.brake])

Loading…
Cancel
Save