Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request commaai#136 from arne182/0512
Browse files Browse the repository at this point in the history
0512
  • Loading branch information
sshane authored May 27, 2019
2 parents e5f91ba + 6c361a5 commit 4c18ae3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions openpilot
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/long_mpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_TR(self):
return 2.7 # 30m at 40km/hr

def update(self, CS, lead, v_cruise_setpoint):
self.car_state = CS
self.car_state = CS.carState
self.v_ego = CS.carState.vEgo

# Setup current mpc state
Expand Down
Binary file not shown.
Binary file modified selfdrive/controls/lib/longitudinal_mpc/libmpc1.so
Binary file not shown.
Binary file modified selfdrive/controls/lib/longitudinal_mpc/longitudinal_mpc.o
Binary file not shown.

0 comments on commit 4c18ae3

Please sign in to comment.