-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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 supported car for 2019 Toyota Altis Hybrid #859
Conversation
Add other links |
Thanks! My understanding is that the Altis is the same as the Corolla in the US market., correct? If yes, I would prefer to call it Corolla Hybrid ( |
Also, fingerprint looks good. If you can change the name of the car, then it's good to be merged. |
Sorry for the back and forth, but thinking about it more, there is no need to separate the Corolla Hybrid from the Corolla ICE (same params). I think all you need is the diff below:
Do you agree? If you make a PR with that I will merge this PR. |
Hi rbiasini, |
Ah, good catch! Can we just call it Toyota Hybrid and add it to the Readme (see my diffs)? Then it's good to go. |
Sure. Thanks for helping. |
Oh, why closing it? I mean, if you change the car name and add it to the readme I'll merge it in. |
Got it. :) |
README.md
Outdated
@@ -120,6 +120,7 @@ Supported Cars | |||
| Toyota | Rav4 Hybrid 2016 | TSS-P | Yes | Yes<sup>2</sup>| 0mph | 0mph | Toyota | | |||
| Toyota | Rav4 Hybrid 2017-18 | All | Yes | Yes<sup>2</sup>| 0mph | 0mph | Toyota | | |||
| Toyota | Sienna 2018 | All | Yes | Yes<sup>2</sup>| 0mph | 0mph | Toyota | | |||
| Toyota | Toyota Hybrid 2019 | All | Yes | Yes | 0mph | 0mph | Toyota | |
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.
this should be:
| Toyota | Toyota Corolla Hybrid 2020 | All | Yes | Yes | 0mph | 0mph | Toyota |
And placed in alphabetical order in the table (after Corolla Hatchback)
selfdrive/car/toyota/values.py
Outdated
@@ -15,6 +15,7 @@ class CAR: | |||
AVALON = "TOYOTA AVALON 2016" | |||
RAV4_TSS2 = "TOYOTA RAV4 2019" | |||
COROLLA_TSS2 = "TOYOTA COROLLA TSS2 2019" | |||
TOYOTAH_TSS2 = "TOYOTA HYBRID TSS2 2019" |
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.
this should be
COROLLAH_TSS2 = "TOYOTA COROLLA HYBRID TSS2 2019"
Almost. Sorry, I'm not being clear, my fault. See 2 comments in PR |
It's ok. |
looks good! |
* fix ALCA module * Update ALCA_module.py * Promote panda fixes from alpha to devel (#98) * Fix for mock car crash * fix ALCA module * do not use * radar_interface logic improvements * remove radar logging * radar_interface refactoring * Log radar_interface CAN error, Process Comm Errors (#95) * Log radar_interface CAN error * Add support for process comm error logging * Improve Process Comm error logging * Can and CommError throttling * Update radar_interface.py * fixing push per Raf's comments * ALCA and radar_interface work (#96) (#97) * do not use * radar_interface logic improvements * remove radar logging * radar_interface refactoring * Update radar_interface.py * fixing push per Raf's comments * fix process comm issue * switch radard from lane_parser to model * radar/ALCA changes * fix lane width * switched back to not deleting CarParams to avoid radar failure when rebooting EON while driving * cleanup some debug info to be able to restart ALCA research * tweaks on safety_tesla.h for can bus isolation * few more cleanups to safety_tesla.h * fix start signal logic * Increase LEXUS_IS safetyParam to 77 (#841) * use list comprehension (#839) * use list comprehension * oops index range fix * simplify encode/decode in dbc (#840) * simplify encode/decode * 2019 Highlander Hybrid Limited Platinum (#843) fingerprint from ogdragonzypher on Discord * Allow to lock safety mode to keep gm/tesla cars supported (#844) * Force subaru to assume the stock camera is connected (#849) * Revert to using the sum of the lane line probabilities instead of the the product * Add core OP support for CRC validation, with extra support for Volkswagen MQB (#836) * Generalized core OP CRC support plus extra bits for Volkswagen MQB. * Update ref to process_replay regression test * Remove unneded use of replace, causing json to fail loading the alert * Add supported car for 2019 Toyota Altis Hybrid (#859) * add supported car for 2019 Toyota Altis Hybird / Corolla hybrid 2020 (US market) * remove unnecessary comprehensions (#863) * Added fingerprint from Sienna XLE AWD (#848) * Added fingerprint from Sienna XLE AWD * Update driver_monitor.py * Update driver_monitor.py * Update driver_monitor.py * fix stupid merge issue * Adds 2019 Lexus ES (non hybrid) (#866) * Adds 2019 Lexus ES (non hybrid) * Updated test route * merge issues * Update README with now supported Subaru Harness * Disable LDW for 4 seconds after blinker transition from on to off (#112) If we want to change lanes with a blinker tap (3 blink mode), then we need to disable LDW for enough time to allow a smooth manual lane change. 4 seconds as it seems the freq is actually around 50Hz, not 100Hz. * Disable HSO for 3 seconds after blinker has been active (#111) Avoid HSO will deactivate and try to take the car back into the lane during a manual lane change with blinker tapped (3 blinks mode) * params learner to only learn @ cons speed Acceleration/deceleration in turns affect yaw as measured by phone and will create potential issues with learner. This code changes the learner to only adjust parameters when speed is constant * Update to match new version of python in eons * python 3 fixes for test client / server * async/await server * Don't log for action message as it's too often, and we throttle it internally. * fix merge issue in thermald * fixes and tweaks; code simplification * Saving P,I,F parameters from pid controller (#116) Added separate save/load functions, try catch - and saving the right constants to the params file. * Feature/tinklad throttling + linting (#118) * Throttle tinlkad's attemptToSendPendingMessages * Remove get_git_remote from registration. It's defined in version already. * tinklad linting * tesla linting * Prevent multiple readings of the pid params file (#119) ..only load the pid values when we initiate the LoC * missing V_PID_FILE constant (#121) * show cars in IC for non-radar users (#120) * bug fixes * Fix issue where user info was being dropped on no connectivity (#122) * move pisParams, fix GPS logging * Bugfix tinklad throttling (#124) * ALCA4 (still in dev) * ALCA4 tuning * ALCA4 alpha release * ALCA4 tweak for turns * ACC fix; LDW mite during ALCA * ALCA polishing * fix enter_canloader.py for python 3 * should_ldw changes moved the should_ldw code closer together and added status messages for when LDW is active and inactive * thermald and ALCA * ALCA sinplified logic
* add supported car for 2019 Toyota Altis Hybird / Corolla hybrid 2020 (US market)
Fingerprint
Toyota-Altis Hybrid-2019
Car support
Toyota-Altis Hybrid-2019
https://my.comma.ai/5ceff72287a5c86c/1571534312818/1571537369543
Cabana
https://my.comma.ai/cabana/?route=5ceff72287a5c86c%7C2019-10-20--09-18-33&url=https%3A%2F%2Fchffrprivate-vzn.azureedge.net%2Fchffrprivate3%2Fv2%2F5ceff72287a5c86c%2F633c5011c172cc6c8f67084e2903ce1f_2019-10-20--09-18-33&seekTime=0