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

Honda Pilot 2017 Port (#161) #191

Closed
wants to merge 7 commits into from
Closed

Honda Pilot 2017 Port (#161) #191

wants to merge 7 commits into from

Commits on Feb 9, 2018

  1. Honda Pilot 2017 Port (#161)

    * 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
    vanillagorillaa authored and rbiasini committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    32e5d6c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Dibs on SAFETY_GM numerical value

    To match Panda repo.
    vntarasov committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    8343b56 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Merge pull request #202 from vntarasov/volt-gm-id

    Dibs on SAFETY_GM numerical value
    geohot authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    bbc67f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3acfa1b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Merge pull request #203 from energee/safety-honda-bosch

    Safety Reference for Honda Bosch
    geohot authored Mar 8, 2018
    Configuration menu
    Copy the full SHA
    26d97d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Update fingerprints.py (#210)

    Consolidated my fingerprint and removed duplicates and ordered the fingerprint for the RAV4H. Double Checked.
    arne182 authored and rbiasini committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    569db3c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. 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
    vntarasov authored and rbiasini committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    93f55f3 View commit details
    Browse the repository at this point in the history