Skip to content

Commit

Permalink
[SDGM] Add longitudinal tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
nworb-cire committed Aug 10, 2024
1 parent 1791141 commit 5e7fffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/car/gm/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def _get_params(ret, candidate, fingerprint, car_fw, experimental_long, docs):
ret.safetyConfigs[0].safetyParam |= Panda.FLAG_GM_HW_CAM_LONG

elif candidate in SDGM_CAR:
ret.longitudinalTuning.kiV = [0., 0.] # TODO: tuning
ret.experimentalLongitudinalAvailable = False
ret.networkLocation = NetworkLocation.fwdCamera
ret.pcmCruise = True
Expand Down

0 comments on commit 5e7fffd

Please sign in to comment.