-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
Honda Pilot 2017 Port (#161) #191
Closed
Commits on Feb 9, 2018
-
* Update README.md * Update fingerprints.py * Update carstate.py * Update hondacan.py * Update interface.py * Update interface.py * Update interface.py * Update README.md * Update README.md * Update README.md * Update fingerprints.py * Update carstate.py * Update hondacan.py * Update interface.py * Update carstate.py * Update hondacan.py * Update README.md * Update fingerprints.py * Update carstate.py * Update carstate.py * Update carstate.py * Update hondacan.py * Update interface.py * Update carstate.py * Update carstate.py * Update Pilot Fingerprint * Update fingerprints.py * Give pilot its own definition and not use ILX * add pilot argument * Add Pilot interface * Add pilot argument * Update interface.py * Parse Different gear on pilot * Add steer max * Fixed duplication of steer max value * Adjust PID's for steering * Update carcontroller.py * Change Steer Ratio and wheelbase * Update Steer fault values Steer fault value of 3, does not seem to effect anything * Update Kp,Ki Ratio * Update interface.py * Update readme for Pilot * add pilot * Update fingerprints.py * Update carstate.py * add signals * add signal
Configuration menu - View commit details
-
Copy full SHA for 32e5d6c - Browse repository at this point
Copy the full SHA 32e5d6cView commit details
Commits on Feb 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8343b56 - Browse repository at this point
Copy the full SHA 8343b56View commit details
Commits on Feb 28, 2018
-
Merge pull request #202 from vntarasov/volt-gm-id
Dibs on SAFETY_GM numerical value
Configuration menu - View commit details
-
Copy full SHA for bbc67f8 - Browse repository at this point
Copy the full SHA bbc67f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3acfa1b - Browse repository at this point
Copy the full SHA 3acfa1bView commit details
Commits on Mar 8, 2018
-
Merge pull request #203 from energee/safety-honda-bosch
Safety Reference for Honda Bosch
Configuration menu - View commit details
-
Copy full SHA for 26d97d3 - Browse repository at this point
Copy the full SHA 26d97d3View commit details
Commits on Mar 9, 2018
-
Consolidated my fingerprint and removed duplicates and ordered the fingerprint for the RAV4H. Double Checked.
Configuration menu - View commit details
-
Copy full SHA for 569db3c - Browse repository at this point
Copy the full SHA 569db3cView commit details
Commits on Mar 15, 2018
-
Interpolate ki/kp for steering PID loop (#200)
* Interpolate ki/kp for steering PID loop Very much needed for the Volt port: car ping-pongs with low kp on high speeeds, and the loop is unstable with high kp on low speeds. Also, removes "number or array?" logic from PIController, now that all the callers use interpolation ofr ki/kp. * Pass speed to steering PID loop for ki/kp interpolation * Remove unused numbers import
Configuration menu - View commit details
-
Copy full SHA for 93f55f3 - Browse repository at this point
Copy the full SHA 93f55f3View commit details
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.