This repository has been archived by the owner on Jan 9, 2022. It is now read-only.
forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send future accel to car (eliminate jerking) (commaai#408)
* send future accel (0.45 seconds) to car as feedforward, not changing velocity * add comment for future me * add comment for future me * Revert "Disable long derivative if eager accel is enabled (same thing)" This reverts commit dc785ce. * Disable long deriv * Revert "Experimental feature: eager accel (commaai#382)" This reverts commit 58ee449. * rename back * offset but keep gas so car can release brakes easier * just offset * Update version * Update README.md * Update README.md * Update README.md * don't change tuning * add CP for accel delay * clip * always get that confused * notes * Update date * Add param to tune * Add param to tune
- Loading branch information
Showing
10 changed files
with
52 additions
and
231 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
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
This file was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#define COMMA_VERSION "0.8.2 - SA Update 2" | ||
#define COMMA_VERSION "0.8.2 - SA Update 3" |
Oops, something went wrong.