forked from jeankalud/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.
Map based speed limit improvements (commaai#146)
* fixed double pull didn't set acc/pcc speed to current speed when you were driving on a road with unknown speed limit (used the last known limit) * fixed fleet speed, pcc, acc and IC did not work with the same speed limit data, causing potential differences between displayed and driven speed * improved speed limit detection for sometimes earlier info, so we can start to accelerate or slow down before the sign * better detection for low speed limit vs unknown speed limit (enables speed limit based adjustments below 10kph) * removed redundant code * fix CC stalk up could cause alternating target speed
- Loading branch information
Showing
7 changed files
with
97 additions
and
120 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 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.