-
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
add fingerprint for 2017 civic sport touring hatchback #101
add fingerprint for 2017 civic sport touring hatchback #101
Conversation
Does this work? I thought there was a radar issue. |
There is still an issue with the radar but this at least adds the fingerprint so the mph and rear camera work |
My concern here is that it's sending messages out on the CAN bus that the car isn't listening for. Modify it to disable sending unused messages and we can upstream. |
This code is definitely still sending commands. Would it make sense to officially add read-only support to openpilot? I have read-only code for some other cars without ACC/LKAS. |
Yea, read only fingerprinting is good, just disable sends if we can't control the car. |
If you disable sends when the fingerprint matches the hatchback, I'll merge this in. |
Sorry how do I disable sends,?
…On Jun 26, 2017 4:53 PM, "George Hotz" ***@***.***> wrote:
If you disable sends when the fingerprint matches the hatchback, I'll
merge this in.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#101 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZqy3aUvXF-Yc1jsTXVkQOuC6IbmXQXVks5sIChJgaJpZM4NzC7d>
.
|
Check for fingerprint match in CarController and return early. |
2253dd3 fix volt ign detect 3b299d7 add ignition and refactor af9af6d Merge pull request #110 from Jamezz/volt 13e850e more correct f295063 add new define to tests fec9758 gate that with debug 5516ebf one more ifdef cac7b31 only panda has float 938d474 fpu enable ffbf0c7 cleaner de30f27 Revert "need f to not be double" 4142acf need f to not be double 3eb15c8 refactor to share code a4c8b64 change to O2 to fix make recover 711fd11 Enable compiler optimizations, fix things it breaks 2e6f774 block IPAS in main toyota safety mode e7a2b3a add ipas tests 894572c fix tests 367c9ad add safety toyota ipas 95919b9 Bounty: panda high quality CAN autobaud (#96) 6557cd2 Toyota Safety: allow controls only on rising edge of cruise_engaged 02c1ddf Revert "added steer override check when IPAS is in control (#106)" 9f925ba Fix the merge mess 23d3833 Merge from comma upstream a0cc51a Undo safety mode override ea1c1dc make wlan interface name generic 6dbd8c9 Implement WebUSB and upgrade WinUSB to 2.0 (#107) 4fc83a5 Add safety hook for ignition and have GM use gear selector to determine ignition 52b2ac0 switch from travis to circleci 48e2374 build panda esp image 065572a circleci build stm image 7a1f319 add panda python package test and fix safety test 021dde7 move saftey test helper files into safety folder ce0545f add ci files 6a3307c no LIN over ELM 7d21acb added steer override check when IPAS is in control (#106) 1c88caf Safety code testing (#104) f4efd1f Merge pull request #101 from adhintz/master c02618b Merge pull request #102 from quillford/master 1ba5f8a added link to wiki for user scripts de2b19e add support for multiple buses to can_unique and can_bittransition output data in sorted order. git-subtree-dir: panda git-subtree-split: 2253dd3
add support for multiple buses to can_unique and can_bit_transition
c0eba096b remove obsolete Subaru dbc file f7bce9ee0 Fixes to vw dbc adb672657 Added VW comment about ignition bit c51631617 Fixes and new message for VW MQB, fix for Accord Touring (#193) a09bf725e fixed to luxgen dbc file f00f6289a Create luxgen_s5_2014.dbc (#101) 024612b20 Fix steer angle factor for toyota 7311ee70e Lexus is adjustment (#192) f04ce577e Updates for Volkswagen support (#191) git-subtree-dir: opendbc git-subtree-split: c0eba096bc74033ea54abfd56406b5af3108727c
* add visionbuf make static ignore that * Needs decleration * add test binary * c++ * create some structure * some impl * socket stuff * Accept socket connection * Alloc some buffers * Create pub sockets and send buffer id * make listener private * Implement receive * use error check macros in cl_helpers * constructors to pass in opencl context * add some convenience values in struct * refactor creating buffers * rgb is not so simple * add fake stride and expose buffers * add comment * add extra data struct * support conflate * init opencl on all buffers * make ion compile * fix qcom2 * correctly setup yuv pointers when importing buffer * also included from c * Remove send print statements * send metadata * reveive metadata * also used in c code * dont start listener automatically * Was started in 2 places * set 100ms timeout on socket * verify server id to detect reconnects * handle reconnect * buffer cleanup * let user handle opencl creation * add default values * Add support for aligned rgb buffers * add align macro * dont use namespace * use poller * apple ifdef in ipc.cc * VisionBuf is C++ class * Install opencl headers * cppcheck c++ * remove c header guard * fix mac build * simplify constructors * Update visionipc/visionipc.h Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * Update visionipc/visionbuf_ion.cc Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * add brackets * s/VIPCBufExtra/VisionIpcBufExtra/g * Add unittesting harness * remove vipc demo * very basic tests * add conflate test * Install opencl * suppress msgq warnings * Make it work using zmq * cl in qcom replay * run unittests in zmq mode as well * non blocking connect * always larger frame queues Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
FM: fix video player when index does not start at 0
No description provided.