Skip to content

add fingerprint for 2017 civic sport touring hatchback - #101

Closed
eschmidbauer wants to merge 1 commit into
commaai:masterfrom
eschmidbauer:add-2017-civic-hatchback-fingerprint
Closed

eschmidbauer wants to merge 1 commit into
commaai:masterfrom
eschmidbauer:add-2017-civic-hatchback-fingerprint

Conversation

@eschmidbauer

Copy link
Copy Markdown

No description provided.

@geohot

geohot commented Jun 9, 2017

Copy link
Copy Markdown
Contributor

Does this work? I thought there was a radar issue.

@eschmidbauer

Copy link
Copy Markdown
Author

There is still an issue with the radar but this at least adds the fingerprint so the mph and rear camera work

@geohot

geohot commented Jun 9, 2017

Copy link
Copy Markdown
Contributor

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.

@energee

energee commented Jun 20, 2017

Copy link
Copy Markdown
Contributor

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.

@geohot

geohot commented Jun 20, 2017

Copy link
Copy Markdown
Contributor

Yea, read only fingerprinting is good, just disable sends if we can't control the car.

@geohot

geohot commented Jun 26, 2017

Copy link
Copy Markdown
Contributor

If you disable sends when the fingerprint matches the hatchback, I'll merge this in.

@Raycomma

Raycomma commented Jun 26, 2017 via email

Copy link
Copy Markdown

@geohot

geohot commented Jun 26, 2017

Copy link
Copy Markdown
Contributor

Check for fingerprint match in CarController and return early.

@geohot geohot closed this Jun 28, 2017
geohot pushed a commit that referenced this pull request Apr 14, 2018
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
avolmensky pushed a commit to avolmensky/openpilot that referenced this pull request Jun 30, 2019
add support for multiple buses to can_unique and can_bit_transition
pd0wm pushed a commit that referenced this pull request Nov 5, 2019
c0eba09 remove obsolete Subaru dbc file
f7bce9e Fixes to vw dbc
adb6726 Added VW comment about ignition bit
c516316 Fixes and new message for VW MQB, fix for Accord Touring (#193)
a09bf72 fixed to luxgen dbc file
f00f628 Create luxgen_s5_2014.dbc (#101)
024612b Fix steer angle factor for toyota
7311ee7 Lexus is adjustment (#192)
f04ce57 Updates for Volkswagen support (#191)

git-subtree-dir: opendbc
git-subtree-split: c0eba09
weimou pushed a commit to SFtoLA/openpilot that referenced this pull request May 6, 2021
* 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>
carleeno pushed a commit to carleeno/openpilot that referenced this pull request Aug 2, 2024
66thparallel pushed a commit to 66thparallel/janes_openpilot_fork that referenced this pull request May 1, 2026
2253dd3 fix volt ign detect
3b299d7 add ignition and refactor
af9af6d Merge pull request commaai#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 (commaai#96)
6557cd2 Toyota Safety: allow controls only on rising edge of cruise_engaged
02c1ddf Revert "added steer override check when IPAS is in control (commaai#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 (commaai#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 (commaai#106)
1c88caf Safety code testing (commaai#104)
f4efd1f Merge pull request commaai#101 from adhintz/master
c02618b Merge pull request commaai#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

old-commit-hash: e6e6ad2
66thparallel pushed a commit to 66thparallel/janes_openpilot_fork that referenced this pull request May 1, 2026
c0eba09 remove obsolete Subaru dbc file
f7bce9e Fixes to vw dbc
adb6726 Added VW comment about ignition bit
c516316 Fixes and new message for VW MQB, fix for Accord Touring (commaai#193)
a09bf72 fixed to luxgen dbc file
f00f628 Create luxgen_s5_2014.dbc (commaai#101)
024612b Fix steer angle factor for toyota
7311ee7 Lexus is adjustment (commaai#192)
f04ce57 Updates for Volkswagen support (commaai#191)

git-subtree-dir: opendbc
git-subtree-split: c0eba09

old-commit-hash: 67c4121
bubbastumble pushed a commit to bubbastumble/openpilot_KL that referenced this pull request Sep 4, 2026
Fix StreamRequestBody initialization for legacy and multi-camera clients, ignore unknown request fields, and use the supported nonblocking Params API for keyframe requests. Add regression coverage for request normalization.

Based on PR commaai#101 by inauner: firestar5683#101
dirkpetersen added a commit to dirkpetersen/pnw-pilot that referenced this pull request Sep 14, 2026
…7bad867

Housekeeping pass (owner request 2026-09-13). Since the mapd231pin2pnw
commit (848f900), the stock mapd_release.json pin is v2.3.1. The
device actually runs a custom override build, sha 77bad867 (upstream
main f374b2b = v2.3.1 + FrogAi commaai#101/commaai#103/commaai#105/commaai#107/commaai#116 + our
tile-validation commit aa04ba4), held by /data/mapd/.override. Update
the three docs that still described the pin as v2.0.6.

Not touched: selfdrive/controls/lib/ces_pnw/ces_pnw.py:2142, which also
has a stale "the pin is v2.3.0" comment -- that file has two other
agents editing it concurrently (wt-curvelead, wt-sazoneset), so its fix
is reported separately for manual application after those merge.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FwdRXRST5H2Hoft9yDkyU3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants