Skip to content

Commit

Permalink
Update car_specific.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane authored Jan 15, 2025
1 parent 3d38b13 commit aa15ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/car_specific.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def update(self, CS: car.CarState, CS_prev: car.CarState, CC: car.CarControl):

elif self.CP.carName == 'volkswagen':
events = self.create_common_events(CS, CS_prev, extra_gears=[GearShifter.eco, GearShifter.sport, GearShifter.manumatic],
pcm_enable=not self.CP.openpilotLongitudinalControl,
pcm_enable=self.CP.pcmCruise,
enable_buttons=(ButtonType.setCruise, ButtonType.resumeCruise))

# Low speed steer alert hysteresis logic
Expand Down

0 comments on commit aa15ef6

Please sign in to comment.