forked from jyoung8607/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore 0.5.9 long performance (commaai#164)
* Fix dampening of steer sensor data (commaai#161) The smoothing I was doing on the combination of actual steering angle AND rate cause causing a conflict of noise **production** and **reduction**. The dampening should ONLY be done on the steering rate, which is the derivative component. This fix makes reactSteer and dampSteer much more useful * Revert to 0.5.9 longmpc to fix all the sad distance bar stuff (commaai#162) * Revert entire 0.5.8 longitudinal_mpc subdir + files * Reinstate libmpc.init * Retune back to 0.5.9 long * Fix for hard braking * import math library * Revert "Fix dampening of steer sensor data (commaai#161)" This reverts commit 820fb6b.
- Loading branch information
kegman
authored
May 7, 2019
1 parent
0728160
commit 631e1da
Showing
22 changed files
with
4,596 additions
and
3,765 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+104 Bytes
(100%)
selfdrive/controls/lib/longitudinal_mpc/lib_mpc_export/acado_auxiliary_functions.o
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.