Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stock Additions 0.1 #26

Merged
merged 102 commits into from
Jan 5, 2020
Merged

Stock Additions 0.1 #26

merged 102 commits into from
Jan 5, 2020

Conversation

sshane
Copy link
Owner

@sshane sshane commented Dec 26, 2019

What's Changed:

  • Dynamic lane speed is a new feature that reduces your cruising speed if many vehicles around you are significantly slower than you. This works with and without an openpilot-identified lead. Ex.: It will slow you down if traveling in an open lane with cars in adjacent lanes that are slower than you. Or if the lead in front of the lead is slowing down, as well as cars in other lanes far ahead, it will slow you down as well. The most it will slow you down is the average of: (the set speed and the average of the surrounding cars).
  • Dynamic gas tuning. Above 20 mph we take lead acceleration, velocity, and the following distance into account. Possibility of different tuning for different cars in the future. (DYNAMIC GAS NOW ONLY WORKS ON TOYOTA COROLLA)
  • Dynamic follow tuning, don't get as close when lead is accelerating.
  • Added static_steer_ratio parameter, if True openpilot will use the steer ratio in your interface file. Default is true, false uses the learned value which can vary through your drives.
  • Added ability to live tune parameters with op_edit.py. Currently only the camera offset (camera_offset) is supported.
  • Some Corolla tuning.
  • Reduce max acceleration.

TO NOTE: Dynamic Lane Speed will not work with stopped cars, at any speed. There is also a margin that cars must be traveling within in order to affect your speed. Don't expect anything magical, just minor quality of life improvements.

@sshane sshane merged this pull request into stock_additions Jan 5, 2020
@sshane sshane deleted the stock_additions-true-devel branch January 5, 2020 09:58
sshane pushed a commit that referenced this pull request Mar 2, 2020
sshane pushed a commit that referenced this pull request Mar 17, 2020
6511990 log focus state
8efe413 qlog radarState
eeb3d56 Add liveLocationKalman to qlogs
128b3f9 add networkStrength to thermal (#36)
2e5cbfc Create and init message in one line with `new_message` in messaging  (#35)
4589107 not everyone likes gpstime
17363e9 support for end of log sentinel (#34)
f6e9345 val valid is confusing
bb2cc75 fix duplicate ordinals
0c38fc9 Add blindspot cereal values (#26)
bd9a877 pulse desire and e2e
20c7fd6 Add subaru pre-Global safety mode
522ff85 Merge pull request #31 from commaai/good_location_packet
ab07f22 deprecate
b03c2c5 already exists
166418c improvements
97373f9 or rigor in american
365abba rigour
25eaf9d add espDisabled to carState (#30)
bb13121 add honda ecus (#29)

git-subtree-dir: cereal
git-subtree-split: 6511990
Aragon7777 pushed a commit to Aragon7777/openpilot that referenced this pull request Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants