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

HKG CAN-FD: Second alternate GEAR message #768

Merged
merged 4 commits into from Jan 12, 2023

Conversation

sunnyhaibin
Copy link
Contributor

Prerequisite of

The 2023 Kia Niro Hybrid has a different signal for GEAR. This may also apply to all other CAN-FD HKG models.

Route: db04d2c63990e3ba|2022-12-20--10-50-48

@@ -563,6 +568,7 @@ CM_ SG_ 1043 COUNTER_ALT "only increments on change";
VAL_ 53 GEAR 0 "P" 5 "D" 6 "N" 7 "R" ;
VAL_ 64 GEAR 0 "P" 5 "D" 6 "N" 7 "R" ;
VAL_ 69 GEAR 0 "P" 5 "D" 6 "N" 7 "R" ;
VAL_ 112 GEAR 0 "P" 5 "D" 6 "N" 7 "R" ;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sshane sshane merged commit 2a186ec into commaai:master Jan 12, 2023
mlocoteta pushed a commit to mlocoteta/opendbc that referenced this pull request Apr 29, 2023
* Second alternate GEAR message

* Wrong bits!

* 32 bytes
budney added a commit to budney/opendbc that referenced this pull request May 5, 2023
commit 8faada0
Author: Dean Lee <deanlee3@gmail.com>
Date:   Sun Apr 23 08:54:36 2023 +0800

    refactor CANParser to improve performance (commaai#795)

    * reduce the const of copying signal values in CANParser::query_latest

    * pass by reference

    * use for range loop

    * update_strings

    * use assign

    * track all signals

    * use iterator & pointer to avoid copy SignalValue from vector

    * use normal dict for vl_all

    * update tests

    * fix error in merge master

    * change thresholds

    reduce thresholds

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * cleanup ctor

    * reduce threshold

    * revert changes to test_parser.py

    * change thresholds

    * remove update_string() from cython

    * comment out test_performance_one_signal

    * reduce thresholds

    * test

    * update

    * update

    * revert that for now

    * update

    * update

    ---------

    Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

commit 5adb62b
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Fri Apr 21 13:11:53 2023 -0700

    fix parser perf test (commaai#827)

commit d40e429
Author: Shane Smiskol <shane@smiskol.com>
Date:   Mon Apr 17 16:50:14 2023 -0700

    Subaru: more infotainment signals (commaai#823)

    * new infotainment sigs

    * better names

    * generate

    * another static bit signal (set on a forster)

    * generate

commit 9eec533
Author: Willem Melching <willem.melching@gmail.com>
Date:   Mon Apr 17 18:59:20 2023 +0200

    DBC parser: assert no duplicate signal names in msg (commaai#821)

    Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

commit b7546cd
Author: Willem Melching <willem.melching@gmail.com>
Date:   Mon Apr 17 18:56:43 2023 +0200

    remove duplicate signal names from Honda DBCs (commaai#822)

commit 7191f44
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Sat Apr 15 23:18:45 2023 -0700

    CI: split up jobs + update requirements (commaai#819)

commit 003baff
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Sat Apr 15 17:58:40 2023 -0700

    switch to pat

commit 613cd27
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Sat Apr 15 17:47:34 2023 -0700

    CI: add job to update pre-commit hooks (commaai#817)

    * CI: add job to update pre-commit hooks

    * rm push trigger

commit 82779a8
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 15 17:47:23 2023 -0700

    pre-commit: autoupdate hooks (commaai#818)

    Update pre-commit hook versions

    Co-authored-by: adeebshihadeh <adeebshihadeh@users.noreply.github.com>

commit 342c032
Author: Jason Young <46612682+jyoung8607@users.noreply.github.com>
Date:   Sat Apr 15 14:17:46 2023 -0400

    VW MQB: Cleanup HCA control message (commaai#805)

    * VW MQB: Clean up HCA control message

    * enable checksum/counter, change scaling

    * fix mangled comment character encoding

commit 933d784
Author: Shane Smiskol <shane@smiskol.com>
Date:   Fri Apr 14 02:31:17 2023 -0700

    Honda Radarless: add a cruise related signal (commaai#807)

    * add sigs

    * checksum and counter

commit f50e9d7
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Thu Apr 13 14:48:00 2023 -0700

    CANParser: add msg name to debug prints (commaai#813)

commit 3c81860
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Sat Apr 8 15:36:23 2023 -0700

    test parser: bump up one signal threshold

commit f9837ff
Author: Justin Newberry <jnewberry0502@gmail.com>
Date:   Sat Apr 8 14:03:05 2023 -0400

    Subaru: add infotainment status message (commaai#809)

    * wip

    * forgot checksum and stuff

    * update

    * add blank filler

    * fix missing bit

    * fix missing bit

    * remove filler signals

    * convert toval

commit 8a3c9a7
Author: Shane Smiskol <shane@smiskol.com>
Date:   Fri Apr 7 00:25:28 2023 -0700

    honda_civic_ex_2022: add BRAKE_MODULE (commaai#811)

    * add sigs

    * update

    * detection

commit 9c851fa
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Sun Apr 2 10:41:42 2023 -0700

    CI: set PYTHONWARNINGS=error (commaai#806)

commit f01929f
Author: Dean Lee <deanlee3@gmail.com>
Date:   Sun Apr 2 22:45:51 2023 +0800

    CANParser: improve cython performance (commaai#802)

    * improve cython performance

    * change thresholds

    * Trigger CI

    * reduce threshold for test all signals

    * change

    * reduce min

    * change

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * change

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * change

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

    * Trigger CI

commit 9a1de83
Author: Dean Lee <deanlee3@gmail.com>
Date:   Sat Apr 1 04:51:14 2023 +0800

    CANParser: use emplace_back to reduce the cost of copying values (commaai#797)

commit 0ff2503
Author: Dean Lee <deanlee3@gmail.com>
Date:   Sat Apr 1 04:50:03 2023 +0800

    CANParser: add performance test (commaai#801)

    * add benchmarks

    * cleanup

    * unittest

    * thresholds

    * add test for update_strings

    * change thresholds

    * increase to 50000

    * trigger ci

    * update thresholds

    * trigger ci

    ---------

    Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

commit bb3bc2b
Author: FLcruising <86490693+FLcruising@users.noreply.github.com>
Date:   Thu Mar 30 14:36:13 2023 -0500

    VW PQ: corrections to EPB_1 (commaai#804)

    Fixes many messages, some of which are used as feedback to ACC and "Follow-to-Stop" function.

commit cc966f5
Author: Dean Lee <deanlee3@gmail.com>
Date:   Wed Mar 29 03:33:37 2023 +0800

    CANPacker: pass values by reference in cython (commaai#803)

commit 8c5f9c4
Author: Seonghoon Jeong <seonghoon@shjeong.net>
Date:   Tue Mar 28 16:34:17 2023 +0900

    hyundai_2015_ccan.dbc: fix signal scale (commaai#732)

    Update hyundai_2015_ccan.dbc

    The scale of signal `CF_Ems_IsgStat2` should be 1.0 instead of 2.0 because two bits are assigned for the signal. Otherwise, the range of the signal must be [0.0|6.0] rather than [0.0|3.0].

commit 636a61b
Author: rusefillc <48498823+rusefillc@users.noreply.github.com>
Date:   Mon Mar 27 19:19:03 2023 -0400

    More on Nissan (commaai#746)

    * More on Nissan

    * Nissan progress

    * Nissan progress

    * Torque?!

    * Nissan progress

    ---------

    Co-authored-by: rusefillc <sdfsdfqsf2334234234>

commit 1f0e04f
Author: Dean Lee <deanlee3@gmail.com>
Date:   Tue Mar 28 07:01:39 2023 +0800

    libdbc: build both static and shared library (commaai#786)

commit ee9f7e6
Author: Willem Melching <willem.melching@gmail.com>
Date:   Mon Mar 27 20:48:45 2023 +0200

    dbc.cc: put check for duplicate message name behind flag (commaai#800)

commit 21b8f28
Author: Eric Brown <eric@ebrown.net>
Date:   Sun Mar 26 18:14:30 2023 -0600

    GM: Add single pedal mode signals for Bolt EV/EUV (commaai#789)

commit b79b8f5
Author: Dean Lee <deanlee3@gmail.com>
Date:   Mon Mar 27 08:02:27 2023 +0800

    CANParser: pass string by referer (commaai#796)

commit f1479b3
Author: Shane Smiskol <shane@smiskol.com>
Date:   Fri Mar 24 17:37:37 2023 -0700

    Toyota: add brake pressed bits (commaai#794)

    * add brake pressed sigs

    * generate

commit b7d4a6e
Author: Jason Young <46612682+jyoung8607@users.noreply.github.com>
Date:   Mon Mar 13 17:12:51 2023 -0400

    VW PQ: Misc corrections in ACC_GRA_Anzeige (commaai#792)

commit ef06eab
Author: Jason Young <46612682+jyoung8607@users.noreply.github.com>
Date:   Mon Mar 13 16:16:53 2023 -0400

    VW PQ: Corrected scaling/offsets in Motor_Bremse (commaai#790)

    VW PQ: Corrected brake command scaling

commit 21c42e0
Author: Jason Young <46612682+jyoung8607@users.noreply.github.com>
Date:   Mon Mar 13 16:16:38 2023 -0400

    VW PQ: Corrected scaling/offsets in ACC_System (commaai#791)

    * VW PQ: Corrected scaling/offsets in ACC_System

    * add values

commit 21457f0
Author: Shane Smiskol <shane@smiskol.com>
Date:   Mon Feb 20 15:19:05 2023 -0800

    CANParser: ts_nanos test (commaai#785)

    * ts_nanos tests

    * check set is length 1

    * same style as below

commit 510bfc0
Author: Shane Smiskol <shane@smiskol.com>
Date:   Fri Feb 10 23:44:17 2023 -0800

    GM: add friction brake unavailable signal (commaai#782)

    * Add friction brake unavailable signal

    * add comment

commit 6eab6cf
Author: Shane Smiskol <shane@smiskol.com>
Date:   Fri Feb 10 15:22:58 2023 -0800

    Chrysler: add temporary EPS fault bit (commaai#781)

    Add temporary EPS fault bit

commit 2922a05
Author: Shane Smiskol <shane@smiskol.com>
Date:   Fri Feb 10 14:46:35 2023 -0800

    GM: add a cluster speed signal (commaai#780)

    * Add cluster speed signal

    * add the counter

    * add comment

    * gen

commit d103b15
Author: Shane Smiskol <shane@smiskol.com>
Date:   Tue Feb 7 23:00:22 2023 -0800

    CANParser: add timestamp field (commaai#779)

    * add timestamp back, logMonoTime

    * rename ts_nanos

commit 0b7439f
Author: Cameron Clough <cameronjclough@gmail.com>
Date:   Thu Feb 2 20:05:52 2023 -0800

    Ford: rename TrnRng_D_RqGsm Sport value (commaai#778)

commit 1d898eb
Author: Louie Lu <git@louie.lu>
Date:   Sun Jan 22 16:19:21 2023 -0500

    Mazda: add MRCC vehicle ahead distance on gauge (commaai#771)

commit 2a186ec
Author: Jason Wen <47793918+sunnyhaibin@users.noreply.github.com>
Date:   Thu Jan 12 01:26:08 2023 -0500

    HKG CAN-FD: Second alternate GEAR message (commaai#768)

    * Second alternate GEAR message

    * Wrong bits!

    * 32 bytes

commit bd3ce2d
Author: Shane Smiskol <shane@smiskol.com>
Date:   Tue Jan 10 21:18:16 2023 -0800

    HKG CAN-FD: Rename reversing signal in BLINDSPOTS_FRONT_CORNER_1 (commaai#770)

    Update hyundai_canfd.dbc

commit a10e7ce
Author: royjr <royjr96@gmail.com>
Date:   Wed Jan 11 00:00:42 2023 -0500

    Honda Civic 2022: Rename CONTROL_OFF -> IDLESTOP_ALLOW (commaai#776)

    * CONTROL_OFF -> IDLESTOP_ALLOW

    This tells the car its ready to turn off the engine, which does so when the car is standstill.

    * update comment

    update comment

    Co-authored-by: Shane Smiskol <shane@smiskol.com>

commit d585a9b
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Mon Jan 2 16:10:04 2023 -0800

    Hyundai CAN-FD: SCC upper jerk limit signal (commaai#775)

    upper jerk

commit 107b96a
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Sun Jan 1 17:09:27 2023 -0800

    add some type hints (commaai#774)

    * type stubs for common, parser_pyx

    * Cleanup imports

    * values are indeed floats

    * common.pyi complete, added cpp stubs

    * parser_pyx.pyi complete

    * CANPacker completed

    * Holding temp changes...

    * remove *.pyi

    * just remove skip-file

    Co-authored-by: Jason Shuler <jshuler@gmail.com>

commit dcab27c
Author: Greg Hogan <gregjhogan@gmail.com>
Date:   Sun Jan 1 16:10:26 2023 -0800

    toyota: update CAR_MOVEMENT and ODOMETER signal (commaai#748)

commit 28f78f3
Author: Louie Lu <git@louie.lu>
Date:   Sun Jan 1 19:09:34 2023 -0500

    Mazda: Add vehicle acceleration of x and y axis (NED) (commaai#767)

commit 06a3e7d
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Sat Dec 31 16:49:26 2022 -0800

    add cpplint (commaai#773)

    * add cpplint

    * passes

    * bump cereal

    * here's a real hash

commit e8e97fc
Author: Shane Smiskol <shane@smiskol.com>
Date:   Thu Dec 15 15:19:11 2022 -0800

    Bump pylint to 2.15.4 (commaai#765)

    bump

commit 119f3f6
Author: Shane Smiskol <shane@smiskol.com>
Date:   Thu Dec 15 13:16:57 2022 -0800

    Bump pylint version (commaai#764)

    bump pylint

commit 4a7ad63
Author: Shane Smiskol <shane@smiskol.com>
Date:   Mon Dec 12 23:04:12 2022 -0800

    HKG CAN-FD: add brake error signal (commaai#762)

    * add brake errors

    * rename and add comment

    * fix

commit bb71829
Author: Shane Smiskol <shane@smiskol.com>
Date:   Mon Dec 12 17:10:47 2022 -0800

    GM: add comment for ACCAlwaysOne

commit 38fe4d3
Author: Shane Smiskol <shane@smiskol.com>
Date:   Mon Dec 12 17:03:36 2022 -0800

    GM: add steering buttons ACC-related bit (commaai#761)

    * add missing acc bit

    * this just looks better

commit 1f8aa05
Author: Shane Smiskol <shane@smiskol.com>
Date:   Thu Dec 8 20:35:26 2022 -0800

    Toyota: update LTA signals (commaai#759)

    * si

    * fix comments

    * run generator

    * Revert "run generator"

    This reverts commit 2b67e4c.

    Revert "fix comments"

    This reverts commit 7f95fd2.

    Revert "si"

    This reverts commit f058760.

    * sort and add LKA_ACTIVE signal (also flip STEER_REQUEST and _2)

    * Revert "sort and add LKA_ACTIVE signal (also flip STEER_REQUEST and _2)"

    This reverts commit 4ffd0f2.

    * minimal changes

    * run generator

commit fae2238
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Wed Dec 7 15:13:14 2022 -0800

    more canfd hkg blinker signals

commit 94fff47
Author: Shane Smiskol <shane@smiskol.com>
Date:   Sat Dec 3 02:02:55 2022 -0800

    Toyota: add steer_unavailable EPS states (commaai#756)

    * add lxa_unavailable states

    * generate

    * better to be more descriptive

    * better

commit 18e4ceb
Author: Shane Smiskol <shane@smiskol.com>
Date:   Sat Dec 3 00:39:47 2022 -0800

    Toyota: fix ACC fault signal comment (commaai#755)

    better name and comment

commit 4e3899c
Author: Shane Smiskol <shane@smiskol.com>
Date:   Fri Dec 2 21:02:00 2022 -0800

    Toyota: add ACC faulted signals (commaai#754)

    * add acc faulted signal to toyota dbc

    * generate

commit 3737675
Author: Jason Wen <47793918+sunnyhaibin@users.noreply.github.com>
Date:   Thu Dec 1 17:21:27 2022 -0500

    HKG: Additional Distance Unit Signal (commaai#753)

    HKG: Car Port for Kia Sorento Plug-in Hybrid 2022

commit 900d8d1
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Mon Nov 28 21:41:29 2022 -0800

    Hyundai: CAN-FD RSPAS messages (commaai#752)

    * Hyundai: CAN-FD RSPAS messages

    * fix checksum

commit 871e054
Author: Shane Smiskol <shane@smiskol.com>
Date:   Tue Nov 22 14:57:13 2022 -0800

    GM: add cruise state signal (commaai#750)

    * add cruise state signal

    * values

    * accurate

commit cb53738
Author: Cameron Clough <cameronjclough@gmail.com>
Date:   Mon Nov 21 00:08:22 2022 -0800

    update README link to cabana

    closes commaai#733

commit 16efea3
Author: Willem Melching <willem.melching@gmail.com>
Date:   Tue Nov 15 19:51:42 2022 +0100

    add missing iterator include (commaai#747)

commit 296f190
Author: Shane Smiskol <shane@smiskol.com>
Date:   Wed Nov 2 16:17:20 2022 -0700

    GM: add bits for moving backwards (commaai#737)

    add bits for moving forward/backwards

commit 2304ecf
Author: Shane Smiskol <shane@smiskol.com>
Date:   Wed Nov 2 15:39:33 2022 -0700

    GM: add new undefined brake-related signals (commaai#736)

    * add some more brake related signals i found

    * generate

    * standardize name

    * add comments

    * generate

    * fix signal definition

commit 909e650
Author: ioniq5-cz <111085918+ioniq5-cz@users.noreply.github.com>
Date:   Mon Oct 31 22:02:35 2022 +0100

    CAN-FD HKG - Secondary Speed Limit, Schoolzone and bugfix (commaai#735)

    Secondary Speed Limit, Schoolzone and bugfix

commit b3dc569
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Sun Oct 30 17:57:29 2022 -0700

    EV6 longitudinal signals (commaai#734)

    * match to can platform

    * more matching

    * little more

commit 063f70a
Author: ioniq5-cz <111085918+ioniq5-cz@users.noreply.github.com>
Date:   Sat Oct 29 21:47:01 2022 +0200

    CAN-FD HGK - additional icons and chime from cars dash (commaai#728)

    additional Icons and chime from Dash

commit 526e21d
Author: ioniq5-cz <111085918+ioniq5-cz@users.noreply.github.com>
Date:   Fri Oct 28 21:42:39 2022 +0200

    Hyundai CAN-FD: fix set speed signal size (commaai#729)

    * additional Icons and chime from Dash

    * Fix for EU cars using kph with 127 limit

    * 255 max

    * remove factor 0.5

    * removing unused NEW_SIGNAL_4 on 103

commit bf30c91
Author: ioniq5-cz <111085918+ioniq5-cz@users.noreply.github.com>
Date:   Tue Oct 25 08:05:52 2022 +0200

    CAN-FD HKG - Speed Limits from Dashboard (commaai#727)

    * SPEED_LIMITS HDA2 Dash

    * cleanup

    * cleanup 2

    * Final Adjustments

    * cleanup

    * cleanup 2

    * clean title for HDA2

    * change title since it covers hda 1 and 2

commit a95b0ae
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Mon Oct 24 19:15:26 2022 -0700

    ev6 blindspot signals

commit e111117
Author: Brandon Smyth <bjsmyth@umich.edu>
Date:   Mon Oct 24 19:23:43 2022 -0400

    Ford: correct syntax error (commaai#720)

    Correct syntax error

    Co-authored-by: Brandon <brandon@Weston.local>

commit d1dffa1
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Sun Oct 23 17:34:46 2022 -0700

    unpin scons

commit 4e9acc8
Author: Jiapeng Li <gapleehit@gmail.com>
Date:   Fri Oct 21 11:08:47 2022 +0800

    [docker] rm cereal .git folder (commaai#721)

    * [docker] rm cereal .git folder

    * Update Dockerfile

    Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

commit 7bd94e3
Author: Shane Smiskol <shane@smiskol.com>
Date:   Thu Oct 20 19:28:28 2022 -0700

    HKG CAN-FD: rename common brake signal (commaai#725)

    * rename brake signals

    * move

    * fix

    * add comments

commit 1903dc5
Author: Shane Smiskol <shane@smiskol.com>
Date:   Thu Oct 20 15:36:44 2022 -0700

    HKG CAN-FD: BRAKE_POSITION is signed (commaai#724)

    * signed

    * cmt

commit 27022cc
Author: Shane Smiskol <shane@smiskol.com>
Date:   Thu Oct 20 14:31:00 2022 -0700

    HKG CAN-FD: rename brake pressure signal, add position signal (commaai#723)

    * add brake percent/pressure

    * This are actually swapped

    * add comments

commit a58a58a
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Wed Oct 19 21:50:34 2022 -0700

    Hyundai CAN-FD: a few TCS signals (commaai#722)

commit 8a37db4
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Wed Oct 19 11:15:19 2022 -0700

    EV6 corner radars (commaai#719)

    * ev6 blindspot radars

    * Update hyundai_canfd.dbc

commit 8f245e6
Author: Eric Day <smartype@gmail.com>
Date:   Tue Oct 18 12:27:50 2022 +0800

    Toyota: radar dsu tss-p radar support, aka nodsu (commaai#707)

    * Toyota: radar dsu tss-p radar support, aka nodsu

    * update LONG_DIST factor to 0.03

commit ad45ef8
Author: Jason Wen <47793918+sunnyhaibin@users.noreply.github.com>
Date:   Tue Oct 18 00:25:46 2022 -0400

    Hyundai CAN-FD: support for ICE cars (commaai#680)

    * Hyundai: Car Port for Santa Cruz 2022

    * Define gears

    * Wrong definition

commit c131dce
Author: Dean Lee <deanlee3@gmail.com>
Date:   Tue Oct 18 12:25:13 2022 +0800

    CANParser: parse DBC from stream (commaai#718)

commit dde0ff6
Author: Jason Young <46612682+jyoung8607@users.noreply.github.com>
Date:   Wed Oct 12 19:26:00 2022 -0400

    VW MQB: Update ACC messages (commaai#717)

    * add/update ACC messages

    * lower diff

commit 04cc54d
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Tue Oct 11 18:46:02 2022 -0700

    EV6 radar + longitudinal messages (commaai#714)

    * EV6 radar messages

    * fix radar messages

    * adrv messages

    * start adrv

    * one more

    * it's on both, but don't want to split the dbc yet

    * and the signals

    * accel signals

    * little more

    * few more

    * getting somewhere

commit a70a900
Author: Greg Hogan <gregjhogan@gmail.com>
Date:   Tue Oct 11 16:04:19 2022 -0700

    Hyundai corner radar DBC (commaai#712)

    * corner radar dbc based on palisade

    * 0x100/0x200 scale/offset

    * update DBC

    * generate dbc properly

commit c35e813
Author: Shane Smiskol <shane@smiskol.com>
Date:   Mon Oct 10 23:04:08 2022 -0700

    HKG CAN-FD: add LKA fault signal (commaai#716)

    * Add LKA fault signal

    * add comment

    * change to 1 bit

commit 0c80dc3
Author: Shane Smiskol <shane@smiskol.com>
Date:   Sat Oct 8 22:14:50 2022 -0700

    Add missing checksum and counter signals for PSCMStatus (commaai#715)

    * Add missing checksum and counter signals for PSCMStatus

    * flip

commit c090e49
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Fri Oct 7 17:12:17 2022 -0700

    Revert "EV6 radar messages"

    This reverts commit b3be6e9.

commit b3be6e9
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Fri Oct 7 17:03:24 2022 -0700

    EV6 radar messages

commit 6fc6781
Author: Shane Smiskol <shane@smiskol.com>
Date:   Fri Oct 7 15:50:33 2022 -0700

    Add comment about variable length GM message, fix comment syntax

commit ae2fd93
Author: Cameron Clough <cameronjclough@gmail.com>
Date:   Wed Oct 5 19:42:01 2022 -0700

    Revert "Ford: fix steering command signal ranges (commaai#683)"

    This reverts commit 778894f.

commit 9ddcdb2
Author: Greg Hogan <gregjhogan@gmail.com>
Date:   Mon Oct 3 18:43:26 2022 -0700

    hyundai: fix FCA11 checksum and counter (commaai#656)

commit 3a03644
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Mon Oct 3 14:27:27 2022 -0700

    hyundai_kia_generic: add values for ACCEnable signal

commit 738e8aa
Author: Greg Hogan <gregjhogan@gmail.com>
Date:   Sun Sep 25 08:31:57 2022 -0700

    CAN-FD messages can be 64 bytes (commaai#711)

commit eaac172
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Wed Sep 21 21:40:31 2022 -0700

    setup generator for hyundai radar dbc (commaai#710)

    * setup generator for hyundai radar dbc

    * fix indentation

commit 1f47ae8
Author: Shane Smiskol <shane@smiskol.com>
Date:   Mon Sep 19 11:48:09 2022 -0700

    Honda Bosch Radarless: add standstill bit (commaai#699)

    * Update honda_civic_ex_2022_can.dbc

    * Update honda_civic_ex_2022_can.dbc

    * run generator

commit 3008f67
Author: Greg Hogan <gregjhogan@gmail.com>
Date:   Sat Sep 17 16:02:44 2022 -0700

    hyundai: fix CAN-FD steering angle rate signal (commaai#708)

    * hyundai: fix canfd steering angle rate signal

    * make consistent with non-canfd definition

commit 82435e5
Author: ioniq5-cz <111085918+ioniq5-cz@users.noreply.github.com>
Date:   Thu Sep 8 21:28:07 2022 +0200

    Hyundai: Add FCA signal for CAN-FD (commaai#706)

    * new signal for FCA detection IONIQ 5 HDA2

    * Cleanup

    * cleanup

    * cleanup2

commit e95ed31
Author: martinl <martin@mlp.ee>
Date:   Thu Sep 8 06:37:36 2022 +0300

    Add test for Subaru Brake_Status Signal1 large value (commaai#702)

    * Add test for Subaru Brake_Status Signal1 large value

    * fix

    Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

commit 40c6132
Author: Jason Wen <47793918+sunnyhaibin@users.noreply.github.com>
Date:   Wed Sep 7 16:43:01 2022 -0400

    Hyundai: Add Manumatic/Paddle Shifter signal (commaai#705)

commit d588872
Author: Comma Device <device@comma.ai>
Date:   Fri Sep 2 19:00:25 2022 -0400

    can parser: reduce spammy debug messages

commit 83d4cb9
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Wed Aug 31 15:17:08 2022 -0700

    fix typo

commit 8a60d0d
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Wed Aug 31 15:01:27 2022 -0700

    hyundai canfd: add a couple brake signals

commit 63581cc
Author: Shane Smiskol <shane@smiskol.com>
Date:   Mon Aug 29 22:59:48 2022 -0700

    Toyota: add universal units signal (commaai#695)

    * Toyota: add universal units signal

    * not vehicle units

    * Update comment

    * Update comment 2

    * Update comment 2

    * Update signal name for RC and IS

commit 778894f
Author: Cameron Clough <cameronjclough@gmail.com>
Date:   Mon Aug 29 14:02:03 2022 -0700

    Ford: fix steering command signal ranges (commaai#683)

    fix LatCtlPath_An_Actl signal range

commit d8e7566
Author: Cameron Clough <cameronjclough@gmail.com>
Date:   Mon Aug 29 13:46:28 2022 -0700

    ford: another mystery bit (commaai#697)

    Found another signal to passthrough
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.

None yet

2 participants