-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Merged
rbiasini
merged 55 commits into
commaai:devel
from
vanillagorillaa:vanillagorillaa-pilot-port
Feb 9, 2018
Merged
Changes from 50 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
d7b0114
Update README.md
vanillagorillaa e3877fc
Update fingerprints.py
vanillagorillaa 563f2ce
Update carstate.py
vanillagorillaa 6115b56
Update hondacan.py
vanillagorillaa a70ce5b
Update interface.py
vanillagorillaa b74f8b3
Update interface.py
vanillagorillaa 8602a3a
Update interface.py
vanillagorillaa f76e4ff
Update README.md
vanillagorillaa 0814683
Update README.md
vanillagorillaa 102f8de
Update README.md
vanillagorillaa 9e2323f
Update fingerprints.py
vanillagorillaa ad4d9fc
Update carstate.py
vanillagorillaa a713b6a
Update hondacan.py
vanillagorillaa 7d35de7
Update interface.py
vanillagorillaa 4ca17cb
Merge pull request #1 from vanillagorillaa/vanillagorillaa-rdx-port
vanillagorillaa 2e01ac6
Update carstate.py
vanillagorillaa cb6eece
Update hondacan.py
vanillagorillaa f28f5d1
Merge pull request #2 from vanillagorillaa/vanillagorillaa-rdx-port
vanillagorillaa 6a04ff8
Merge branch 'devel' into vanillagorillaa-pilot-port
vanillagorillaa 6c87943
Update README.md
vanillagorillaa 6fb4f3e
Update fingerprints.py
vanillagorillaa e255be7
Update carstate.py
vanillagorillaa e104c95
Update carstate.py
vanillagorillaa ee4510d
Update carstate.py
vanillagorillaa 9927bd3
Update hondacan.py
vanillagorillaa b219e3c
Update interface.py
vanillagorillaa 426bc09
Update carstate.py
vanillagorillaa 70f5a95
Update carstate.py
vanillagorillaa 46ec856
Update Pilot Fingerprint
vanillagorillaa eab0301
Update fingerprints.py
vanillagorillaa ae60223
Give pilot its own definition and not use ILX
vanillagorillaa 1f14ae2
add pilot argument
vanillagorillaa dde9e23
Add Pilot interface
vanillagorillaa f6821da
Add pilot argument
vanillagorillaa e8ca426
Update interface.py
vanillagorillaa 2ab23b6
Parse Different gear on pilot
vanillagorillaa f509631
Add steer max
vanillagorillaa 9583f0b
Fixed duplication of steer max value
energee d4919ee
Adjust PID's for steering
vanillagorillaa 21a45c9
Merge branch 'devel' into vanillagorillaa-pilot-port
vanillagorillaa 24f27ab
Merge branch 'devel' into vanillagorillaa-pilot-port
vanillagorillaa 853624a
Update carcontroller.py
vanillagorillaa b8894f8
Change Steer Ratio and wheelbase
vanillagorillaa e33bf2c
Merged with all odyssey code
energee 1cd4754
Update Steer fault values
vanillagorillaa 1a18eec
Update Kp,Ki Ratio
vanillagorillaa e4be70f
Merge branch 'devel' into vanillagorillaa-pilot-port
vanillagorillaa 4d74803
Update interface.py
vanillagorillaa ce69814
Update readme for Pilot
vanillagorillaa db5a328
add pilot
vanillagorillaa 9a26945
Update fingerprints.py
vanillagorillaa 097c4bc
Update carstate.py
vanillagorillaa 14003cf
add signals
vanillagorillaa a3d17df
add signal
vanillagorillaa c687240
Merge branch 'devel' into vanillagorillaa-pilot-port
vanillagorillaa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean
CAR.PILOT
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed