forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Ahb Update to latest release 2 #40
Merged
Conversation
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 is a noop for most users, but for those of us working on new car ports where we have our own additional defines, having those defines out of sync creates merge conflicts in one place (good so we can fix it) but not the other ( not good becasue they will go unnoticed). I learned this the hardway!. Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
* use solve and eye func * remove uneeded import from vehicle model
Tuned kP and kI and Tire Stiffness Factor settings. Fixes lane centering issues in the following situations: 1. Hugging of left lane line during fast left curving roads 2. Hugging of right lane line during fast right curving roads 3. Left bias in fast lane on crowned roads (sloping down to the left) 4. Right bias in slow lane on crowned roads (sloping down to the right) Works better when lane_width = 2.85 (vs 3.7 default) in pathplanner.py
Confirmed working on 2017-2018 Chinese RAV4 by @fiftycentsjj
* separable filter * add missing args * formatting * fix casing
This came after testing a different trim level. This fingerprint is confirmed working on both.
* more stable calibration * no commented print
@squall and me have checked the dsu static values for our RAV4H and found that this is similar to the highlander message.
Update alca params for Honda for smoother lane change
calibration improvements and devel synch up
Comma Release2 latest
rav4kumar
pushed a commit
that referenced
this pull request
Apr 20, 2020
65af436 Add relayMalfunction alert 442e914 add preview driver flag c8e5db8 Add comment to faulttype 975a633 Add all panda fault types to health 93ccbcb UiLayoutState: add mockEngaged for onboarding 9dbbb54 UiLayoutState: add 'none' app c820f83 Add offroadLayout service e370f79 Add the laneChangeBlocked Event (#40) 35040fe Update service documentation (#39) 8f13dfc Additional car params auto-detection in support of VW (#38) 22986de add speedTooHigh alert f515e4d Add invalid lkas setting alert 5908762 gnustl_shared is only for android b0c746b solve by renaming event name instead of service df82a53 the service is called androidLogEntry git-subtree-dir: cereal git-subtree-split: 65af436
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.