-
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
cleanup import chaining of T_IDXS #23806
Merged
Merged
Conversation
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
-- SKIPPED COMMIT HOOK selfdrive/controls/lib/lateral_mpc_lib/lat_mpc.py:5:0: E0401: Unable to import 'casadi' (import-error) selfdrive/controls/lib/lateral_mpc_lib/lat_mpc.py:12:2: E0611: No name 'AcadosOcp' in module 'pyextra.acados_template' (no-name-in-module) selfdrive/controls/lib/lateral_mpc_lib/lat_mpc.py:12:2: E0611: No name 'AcadosOcpSolver' in module 'pyextra.acados_template' (no-name-in-module)
mcallbosco
added a commit
to mcallbosco/openpilot
that referenced
this pull request
Feb 21, 2022
* ui: fix onroad transition with active nav (commaai#23757) * update release date * bump panda * nav: handle route responses with duplicate points (commaai#23769) * nav: set settings stack based on uiState.prime_type (commaai#23770) * nav: set settings stack based on uiState.prime_type * also show on success * Hyundai: move unused cars to dashcam only (commaai#23767) * Move OptimaH to dashcamOnly * Elantra GT also has no users for a year * Update selfdrive/car/hyundai/interface.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * add thneed optimizer (commaai#23772) * add thneed optimizer * local work group opt * kernels and final mods * release files * build system touchups * fix kernel path, rand inputs for self test * broken since extra is gone * update model replay ref Co-authored-by: Comma Device <device@comma.ai> * bump to 0.8.14 * UI: fix power buttons disable logic (commaai#23774) * same check * statsd: fix crash if there is no git repository (commaai#23775) * fix crash if there is no git repository * return default Co-authored-by: Willem Melching <willem.melching@gmail.com> * bump cereal * Longitudinal: add Kf to carParams (commaai#23752) * sane_kf * long_kf + cereal * update ref Co-authored-by: Willem Melching <willem.melching@gmail.com> * Snpemodel: Clean up after commaai#23772 (commaai#23780) * #clean up snpemodel after commaai#23772 * Leave benchmark remove loop * add branch name to startup master alert (commaai#23782) * add branch name to startup master alert * still orange * update refs * keep the new alert consistent for process replay * process replay: fix branch name alert (commaai#23783) * env is modified after start * update ref * fix in window for xmonad with SDL2 (commaai#23786) * camerad: adjust CL priority on comma three (commaai#23790) Co-authored-by: Comma Device <device@comma.ai> * Longitudinal control: interpolate longitudinal plan (commaai#23787) * interpolate longitudinal actuator delay rename * formatting * interpolate v_target most importantly! * fix interpolation and rename * nicer setup * left in from testing * update refs * camerad: fast debayer on c2 cameras (commaai#23795) * fast debayer on c2 dcam * add casts * 128 local worksize on HDR debayer, 8 ms -> 3.5 ms * width instead of saving rgb_width Co-authored-by: Comma Device <device@comma.ai> * camerad: use open_v4l_by_name_and_index on c2 also (commaai#23794) * use open_v4l_by_name_and_index on c2 also * remove open_v4l_by_name_and_index from qcom2 * Add missing CAMRYH_TSS2 fwdCamera f/w (commaai#23796) `@Ty.ler#0303` 2022 Toyota Camry SE Hybrid DongleID/route 9477a77ffc4e8bd4|2022-02-18--15-40-25 * HKG: Add FW for 2019 Veloster (commaai#23756) * HKG: Add FW for 2019 Veloster * Add esp FW * bigmodel (commaai#23684) * Added wide cam vipc client and bigmodel transform logic * Added wide_frame to ModelState, should still work normally * Refactored image input into addImage method, should still work normally * Updated thneed/compile.cc * Bigmodel, untested: 44f83118-b375-4d4c-ae12-2017124f0cf4/200 * Have to initialize extra buffer in SNPEModel * Default paramater value in the wrong place I think * Move USE_EXTRA to SConscript * New model: 6c34d59a-acc3-4877-84bd-904c10745ba6/250 * move use extra check to runtime, not on C2 * this is always true * more C2 checks * log if frames are out of sync * more logging on no frame * store in pointer * print sof * add sync logic * log based on sof difference as well * keep both models * less assumptions * define above thneed * typo * simplify * no need for second client is main is already wide * more comments update * no optional reference * more logging to debug lags * add to release files * both defines * New model: 6831a77f-2574-4bfb-8077-79b0972a2771/950 * Path offset no longer relevant * Remove duplicate execute * Moved bigmodel back to big_supercombo.dlc * add wide vipc stream * Tici must be tici * Needs state too * add wide cam support to model replay * handle syncing better * ugh, c2 * print that * handle ecam lag * skip first one * so close * update refs Co-authored-by: mitchellgoffpc <mitchellgoffpc@gmail.com> Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Co-authored-by: Comma Device <device@comma.ai> * add to release notes * paramsd cpu usage has been increasing * boardd: connect to all pandas if none specified (commaai#23805) * Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful Co-authored-by: Comma Device <device@comma.ai> * cleanup import chaining of T_IDXS (commaai#23806) * bump panda * ui.py: fix model lead plotting * Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests Co-authored-by: Willem Melching <willem.melching@gmail.com> * longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref * onroad_test: increase camerad cpu usage after debayer changes * Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up Co-authored-by: Willem Melching <willem.melching@gmail.com> Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Co-authored-by: Shane Smiskol <shane@smiskol.com> Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com> Co-authored-by: Comma Device <device@comma.ai> Co-authored-by: Jack Huang <jackhuang1205@gmail.com> Co-authored-by: ClockeNessMnstr <locke.dftc@gmail.com> Co-authored-by: redacid95 <jonathanc.olivier@gmail.com> Co-authored-by: Erich Moraga <33645296+ErichMoraga@users.noreply.github.com> Co-authored-by: Jason Wen <47793918+sunnyhaibin@users.noreply.github.com> Co-authored-by: mitchellgoffpc <mitchellgoffpc@gmail.com> Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> Co-authored-by: Robbe Derks <robbe.derks@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Feb 24, 2022
add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Feb 24, 2022
add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Feb 25, 2022
add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Mar 1, 2022
add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
added a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Mar 1, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
added a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Mar 1, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
added a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Mar 1, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
added a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Mar 6, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Mar 12, 2022
add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
added a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Mar 12, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
added a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Mar 12, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Update values.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
added a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Mar 12, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Update values.py Update long_mpc.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
budney
added a commit
to budney/openpilot
that referenced
this pull request
Mar 25, 2022
including the following commits: commit 88bb507 Author: ClockeNessMnstr <locke.dftc@gmail.com> Date: Sat Mar 12 15:46:25 2022 -0500 all crosstreks commit 45a9f51 Author: ClockeNessMnstr <locke.dftc@gmail.com> Date: Sat Mar 12 15:52:41 2022 -0500 3071 panda commit 0adfef0 Author: George Hotz <72895+geohot@users.noreply.github.com> Date: Fri Mar 11 13:37:29 2022 -0800 camera_qcom2 refactor (commaai#23946) * convert camerastate to a class * more refactor * do the refactor in file * put that one back * those changes can wait * very minor Co-authored-by: Comma Device <device@comma.ai> commit d653dd8 Author: Jonathan Frey <31900285+FreyJo@users.noreply.github.com> Date: Fri Mar 11 11:49:27 2022 +0100 Upstreamed and update acados (commaai#23927) * change acados version to finalized PR acados/acados#791 * acados: update include and x86_64 build * acados: update pyextra * adapt mpc files to updated acados * acados buid: clear acados_template and include dir before updating * update acados again * acados MPC: only generate solver, building is done via scons * update acados to latest acados/master * c3 libs * c2 libs * acados scons files: add acados build script as a dependency * acados scons files: add libacados.so and ocp_nlp_interface.h, build script not in files_common * update acados * adapts long & lat MPC file * update acados reference commit to acados/master Co-authored-by: Comma Device <device@comma.ai> commit 107156c Author: George Hotz <72895+geohot@users.noreply.github.com> Date: Thu Mar 10 18:30:25 2022 -0800 bump submodules, fix swaglog (commaai#23943) commit 4f8ff15 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Thu Mar 10 17:54:13 2022 -0800 add table support commit bcf66c1 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Thu Mar 10 17:06:13 2022 -0800 this is pretty nice now commit 5c5a56c Author: George Hotz <72895+geohot@users.noreply.github.com> Date: Thu Mar 10 16:33:35 2022 -0800 thneed: a more sane way of doing record/debug (commaai#23938) Co-authored-by: Comma Device <device@comma.ai> commit 2c0d681 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Thu Mar 10 14:35:44 2022 -0800 positional args are nicer commit 1680f1e Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Thu Mar 10 14:31:29 2022 -0800 can_print_changes improvements commit 30ae47d Author: martinl <martin@mlp.ee> Date: Thu Mar 10 23:01:04 2022 +0200 Subaru: add FW for 2019 Subaru Impreza Sport (commaai#23945) commit 4f4f18a Author: Shane Smiskol <shane@smiskol.com> Date: Wed Mar 9 12:40:20 2022 -0800 Ford: add minEnableSpeed (commaai#23940) commit 0ac4e82 Author: George Hotz <72895+geohot@users.noreply.github.com> Date: Wed Mar 9 10:05:21 2022 -0800 build: remove /system/comma (commaai#23937) commit da5a0c4 Author: Willem Melching <willem.melching@gmail.com> Date: Wed Mar 9 11:36:52 2022 +0100 C3: detect metered Android hotspot (commaai#23734) * C3: detect metered networks * show in ui * fix text layout * bump cereal * revert ui changes * set networkMetered * add athena method * add metered logging to uploader * use in athena uploader * remove param * use networkmanager properties to set cell to unmetered * fix indentation * no need to check * bump cereal * review * bump cereal commit 0b47800 Author: Lee Jong Mun <43285072+crwusiz@users.noreply.github.com> Date: Wed Mar 9 19:24:56 2022 +0900 ui: white color define (commaai#23930) commit c6e0f1a Author: Igor Biletksyy <bs@privacy.im> Date: Tue Mar 8 16:36:41 2022 -0800 bump opendbc commit 723560c Author: Gregor Kikelj <96022003+GregorKikelj@users.noreply.github.com> Date: Tue Mar 8 23:51:27 2022 +0100 Remove void argument (commaai#23928) commit 51638bf Author: ZwX1616 <zwx1616@gmail.com> Date: Tue Mar 8 13:11:39 2022 -0800 DM: update wheeltouch timeouts to match EU guidelines (commaai#23925) * update time to match 15/30 * add ref commit 0b64ddb Author: Igor Biletskyy <briskspirit@users.noreply.github.com> Date: Mon Mar 7 18:55:16 2022 -0800 panda.cc: add panda deep sleep mode(commaai#23911) * needed for panda deepsleep mode * add set_deepsleep to panda.cc * rename to enable_deepsleep * remove void * fix value * bump panda commit ab8c4f0 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Mon Mar 7 17:21:07 2022 -0800 real can table column header commit 9facd36 Author: Robbe Derks <robbe.derks@gmail.com> Date: Tue Mar 8 01:04:02 2022 +0100 Add --dbc argument to plotjuggler (commaai#23919) * add --dbc argument * Update tools/plotjuggler/juggle.py * update readme Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> commit 41d8395 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Mon Mar 7 15:57:18 2022 -0800 jenkins: don't rely on SSH params (commaai#23924) * jenkins: don't rely on SSH param * better ssh enabling * fix path * fix that commit 6ff643c Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Mon Mar 7 10:37:23 2022 -0800 Honda: remove redundant steer fault check (commaai#23920) commit da50930 Author: xx979xx <40252818+xx979xx@users.noreply.github.com> Date: Mon Mar 7 21:04:41 2022 +0300 tools: add MultiLogIterator example to readme (commaai#23917) * update LogReader doc use MultiLogIterator to read the entire route, get timestamps and deal with exceptions * bring back the old example * clean f-strings * simplify Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> commit 82bc052 Author: royjr <royjr96@gmail.com> Date: Mon Mar 7 12:57:32 2022 -0500 UI: remove redundant condition (commaai#23918) commit b9541d6 Author: Chris Frank <chris@fortedigital.co> Date: Mon Mar 7 05:13:00 2022 -0700 HKG: Add FW for 2022 Hyundai Santa Fe (commaai#23889) * 2022 Hyundai Santa Fe fingerprint * Update selfdrive/car/hyundai/values.py Co-authored-by: Chris Frank <chrsfr@users.noreply.github.com> Co-authored-by: Willem Melching <willem.melching@gmail.com> commit f7fa712 Author: Willem Melching <willem.melching@gmail.com> Date: Mon Mar 7 11:50:26 2022 +0100 bump cereal commit bd3eab6 Author: Willem Melching <willem.melching@gmail.com> Date: Mon Mar 7 11:06:07 2022 +0100 bump cereal commit 4923988 Author: Willem Melching <willem.melching@gmail.com> Date: Mon Mar 7 10:46:15 2022 +0100 modeld: sync based on frame timestamp (commaai#23901) * sync based on frame ts * log extra frame id * ints only * update ref * no rounding errors commit 37a8b09 Author: Willem Melching <willem.melching@gmail.com> Date: Mon Mar 7 10:42:07 2022 +0100 lower model FCW + stock longitudinal threshold to -1.25m/s^2 (commaai#23915) commit 7fc1b7d Author: Jason Young <46612682+jyoung8607@users.noreply.github.com> Date: Sun Mar 6 13:51:26 2022 -0500 VW MQB: Add FW for 2022 Volkswagen Tiguan (commaai#23913) commit ab8f3c4 Author: Jason Young <46612682+jyoung8607@users.noreply.github.com> Date: Sat Mar 5 18:40:48 2022 -0500 VW MQB: Add FW for 2020 Volkswagen Jetta (commaai#23908) commit 3d36c1c Author: Jason Young <46612682+jyoung8607@users.noreply.github.com> Date: Sat Mar 5 18:40:37 2022 -0500 VW MQB: Add FW for 2018 Škoda Octavia (commaai#23909) commit c65ca6a Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Sat Mar 5 15:29:06 2022 -0800 mac setup: add catch2 commit 2928507 Author: Jason Wen <47793918+sunnyhaibin@users.noreply.github.com> Date: Fri Mar 4 00:10:03 2022 -0500 Remove KIA_NIRO_HEV_2021 from STEER_MAX = 255 blacklist (commaai#23906) commit 274885f Author: Shane Smiskol <shane@smiskol.com> Date: Thu Mar 3 05:23:14 2022 -0800 controlsd: fix vCruise jumping on pcmCruise cars (commaai#23388) * clean up v_cruise_kph fix fix * Revert "clean up v_cruise_kph" This reverts commit 211b5c3. * always update vCruise and don't init if pcmCruise * revert change * update refs commit 7254db3 Author: Shane Smiskol <shane@smiskol.com> Date: Thu Mar 3 03:27:24 2022 -0800 LongControl: fix control state oscillation (commaai#23333) * check if plan is to accelerate or not * remove comment * needed to see it needed to see it * test logic with Toyota TSS2 * hackily log conditions * Revert "hackily log conditions" This reverts commit 7a6b569. Revert "test logic with Toyota TSS2" This reverts commit e583d6e. order * revert * fix commit ab371f8 Author: Jonathan Frey <31900285+FreyJo@users.noreply.github.com> Date: Thu Mar 3 06:38:40 2022 +0100 Longitudinal MPC set qp tolerance to 1e-3 (commaai#23899) * initialize solverExecutionTime longitudinal_planner * test_onroad: improve timing evaluation * longitudinal MPC: set qp_tol to 1e-3 * update ref Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> commit 1801bab Author: Jonathan Frey <31900285+FreyJo@users.noreply.github.com> Date: Thu Mar 3 05:53:21 2022 +0100 remove trivial terminal constraint and associated CasADi generated functions (commaai#23898) * remove trivial terminal constraint and associated CasADi generated functions * Update refs Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> commit 8d6f49a Author: George Hotz <72895+geohot@users.noreply.github.com> Date: Wed Mar 2 20:52:17 2022 -0800 model: mse err from 0.02-> 0.000056 (commaai#23891) * mse err from 0.028070712 -> 5.8073703e-05 * build with weights fixup * need thneed lib also * don't break for binaries * static analysis says i need init * check the bias * load_dlc_weights * nicer scons * tested scons * fix static * pylint issue * new ref * a few more asserts Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> commit 77fd64e Author: Shane Smiskol <shane@smiskol.com> Date: Wed Mar 2 13:31:51 2022 -0800 Move 2020 Lexus NX 300 fw fingerprints to TSS2 (commaai#23893) * Revert "Toyota: add Leuxs NX fingerprint (commaai#23808)" This reverts commit 4f999b4. * Add engine and fwRadar fw commit 52cd580 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Wed Mar 2 11:01:06 2022 -0800 thermald: use latest modem temps (commaai#23878) * thermald: use latest modem temps * move that commit 8c971f2 Author: Robbe Derks <robbe.derks@gmail.com> Date: Wed Mar 2 17:35:58 2022 +0100 Fan controller cleanup + testing (commaai#23886) * clean up fan controllers in preparation for testing * add fan controller to release * add some unit tests around the fan controller * subclass ABC commit f4c822e Author: Willem Melching <willem.melching@gmail.com> Date: Wed Mar 2 15:16:19 2022 +0100 locationd: fix writing LastGPSPosition interval (commaai#23895) commit aabd9a0 Author: Willem Melching <willem.melching@gmail.com> Date: Wed Mar 2 13:56:00 2022 +0100 camerad: log debayer + yuv processing time (commaai#23894) * camerad: log debayer + yuv processing time * bump cereal commit 7e6903b Author: Vivek Aithal <vivekaithal44@gmail.com> Date: Wed Mar 2 01:01:29 2022 -0800 locationd, paramsd: Check conditions before updating kalman filters (commaai#23789) * update filters only when all messages are alivbe and valid * update message valid and fix unit test * update refs * move check outside loop * modify fake message fn in test * deprecate inputsOK and resolve PR comments * avoid double looped list comprehension * follow import conventions * modify paramsd valid to only be invalid in case of commIssue * update refs commit 87849f9 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Tue Mar 1 22:53:55 2022 -0800 better steer fault names (commaai#23890) * better steer fault names * bump cereal commit 825c924 Author: George Hotz <72895+geohot@users.noreply.github.com> Date: Tue Mar 1 16:05:44 2022 -0800 minor cleanups, fix non binary compile (commaai#23882) Co-authored-by: Comma Device <device@comma.ai> commit 8eab496 Author: Shane Smiskol <shane@smiskol.com> Date: Tue Mar 1 13:47:53 2022 -0800 Update Santa Fe 2019 route (commaai#23888) * new santa fe route, mid-drive to parking lot * bump commit 47aa3f6 Author: Jason Wen <47793918+sunnyhaibin@users.noreply.github.com> Date: Mon Feb 28 21:39:36 2022 -0500 Hyundai: Add FW for 2022 Ioniq Plug-in Hybrid (commaai#23862) * Add car port: Hyundai Ioniq Plug-in Hybrid 2022 * minSteerSpeed is 0 * Remove from crc8 checksum * Add test route * Revert "Add test route" This reverts commit a76ddca. * Revert "Remove from crc8 checksum" This reverts commit eb2be0a. * Revert "minSteerSpeed is 0" This reverts commit 3f40eba. * Revert "Add car port: Hyundai Ioniq Plug-in Hybrid 2022" This reverts commit f408498. * Hyundai: Add FW for 2022 Ioniq Plug-in Hybrid * Remove IONIQ_PHEV from STEER_MAX = 255 * Add additional FW version commit 0502486 Author: Jason Young <46612682+jyoung8607@users.noreply.github.com> Date: Mon Feb 28 17:27:22 2022 -0500 VW MQB: Add FW for 2017 Audi S3 (commaai#23881) commit 8a19d98 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Mon Feb 28 10:32:39 2022 -0800 modeld: remove support for small model (commaai#23803) * modeld: remove support for small model * use extra commit 1f66bc4 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Mon Feb 28 09:32:54 2022 -0800 CAN FD support in packer + parser (commaai#23877) commit 83159a0 Author: Comma Device <device@comma.ai> Date: Mon Feb 28 09:30:43 2022 -0800 THNEED_DEBUG env var support commit 6a07288 Author: Jason Wen <47793918+sunnyhaibin@users.noreply.github.com> Date: Mon Feb 28 05:48:01 2022 -0500 HKG: Add FW for 2022 Kia Niro HEV (commaai#23863) * HKG: Add FW for 2022 Kia Niro HEV * Expand model year commit 4f999b4 Author: sintman <99991821+sintman@users.noreply.github.com> Date: Sun Feb 27 23:01:55 2022 -0700 Toyota: add Leuxs NX fingerprint (commaai#23808) commit bfa854f Author: teknonut <98994199+teknonut@users.noreply.github.com> Date: Sun Feb 27 22:01:01 2022 -0800 HKG: Add FW for 2021 Hyundai Santa Fe (commaai#23858) commit 9a66321 Author: seven121-ym <73690896+seven121-ym@users.noreply.github.com> Date: Mon Feb 28 14:57:42 2022 +0900 Subaru: add FW for 2019 Subaru Impreza (commaai#23873) * Update values.py * Update selfdrive/car/subaru/values.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> commit 45a5297 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Sun Feb 27 11:06:09 2022 -0800 Hyundai: add FW versions for 2022 Elantra commit f539d9c Author: Robbe Derks <robbe.derks@gmail.com> Date: Sun Feb 27 19:51:59 2022 +0100 fix kF value for thermal PI controller (commaai#23871) commit a1875ac Author: Shane Smiskol <shane@smiskol.com> Date: Sat Feb 26 00:54:35 2022 -0800 Toyota: fix learning bad offsets for some models (commaai#23810) * Update carstate.py * comments * use initializing * bump opendbc * bool * check both * bump opendbc * and on TSS-P the initializing bit isn't set commit 8344f3c Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Fri Feb 25 14:34:46 2022 -0800 update python packages (commaai#23864) commit d09dffb Author: Jonathan Frey <31900285+FreyJo@users.noreply.github.com> Date: Fri Feb 25 23:16:44 2022 +0100 Cython acados and minor (commaai#23835) * acados_ocp_solver_pyx.pyx: implement get_stats for timings and ints * long_mpc: use acados timers * acados_ocp_solver_pyx.pyx: fix dynamics_get * acados_ocp_solver_pyx.pyx: get statistics * use acados_ocp_solver_pyx.pyx from commaai/cython2 branch * acados_ocp_solver_pyx.pyx: implement store_iterate * acados_ocp_solver_pyx.pyx: implement get_residuals * acados_ocp_solver_pyx.pyx: fix set() for empty fields * acados_ocp_solver_pyx.pyx: load_iterate * cython acados: add print_statistics * test_following_distance: fix typo * test_longitudinal: unique names for test maneuvers * longitudinal MPC: comments for evaluation * longitudinal MPC: add comments to eval acados residuals * long_mpc: use qp_solver_cond_N = 1 * long MPC: comments, simplify set_cur_state * update acados version in build script * longitudinal mpc: weigh a_change in 1 place only * update ref * Update ref Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> commit ca8d4e4 Author: Willem Melching <willem.melching@gmail.com> Date: Fri Feb 25 14:36:27 2022 +0100 MacOS: ensure 1:1 rendering on HiDPI screens (commaai#23860) commit 9c70e8b Author: Igor Biletksyy <bs@privacy.im> Date: Thu Feb 24 14:42:43 2022 -0800 bump panda commit 71cf938 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Wed Feb 23 17:34:39 2022 -0800 Subaru: add Ascent FW values (commaai#23848) commit 160a8cf Author: martinl <martin@mlp.ee> Date: Thu Feb 24 03:26:05 2022 +0200 Remove unused MPC_COST_LONG class (commaai#23843) commit 49c42c3 Author: Ross Fisher <zorrobyte@gmail.com> Date: Wed Feb 23 20:03:24 2022 -0500 Toyota: remove outdated comment (commaai#23844) commit 04b2545 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Wed Feb 23 15:44:17 2022 -0800 Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs commit 767bc1a Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Wed Feb 23 13:35:56 2022 -0800 boardd: handle missing pandas commit f4d91f7 Author: Robbe Derks <robbe.derks@gmail.com> Date: Wed Feb 23 16:03:31 2022 +0100 this seems to about what my car converges to (commaai#23836) commit a03685c Author: Willem Melching <willem.melching@gmail.com> Date: Wed Feb 23 14:31:28 2022 +0100 Fix watch3 on mac (commaai#23834) commit dc7de79 Author: Willem Melching <willem.melching@gmail.com> Date: Wed Feb 23 13:52:50 2022 +0100 replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert commit cc1aab2 Author: Willem Melching <willem.melching@gmail.com> Date: Wed Feb 23 13:52:38 2022 +0100 scons: use correct brew prefix (commaai#23833) commit df88280 Author: Willem Melching <willem.melching@gmail.com> Date: Wed Feb 23 13:34:31 2022 +0100 replay: use QCoreApplication (commaai#23831) commit df627de Author: Andrew <andrew.tec@pm.me> Date: Wed Feb 23 04:04:50 2022 -0800 fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl Co-authored-by: Willem Melching <willem.melching@gmail.com> commit 52266b9 Author: Adam Wallner <adam.wallner@gmail.com> Date: Wed Feb 23 11:58:14 2022 +0100 Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) commit c483a97 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Tue Feb 22 22:36:21 2022 -0800 Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda commit 3243d1a Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Tue Feb 22 22:30:11 2022 -0800 move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case commit de178ea Author: Greg Hogan <gregjhogan@gmail.com> Date: Tue Feb 22 16:14:59 2022 -0800 script to clear DTCs commit 0965155 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Tue Feb 22 16:15:09 2022 -0800 Toyota: fix flaky EV detection (commaai#23825) commit c98d979 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Tue Feb 22 13:16:23 2022 -0800 adjust comma two model timing thresholds after bigmodel commit 2f00271 Author: Willem Melching <willem.melching@gmail.com> Date: Tue Feb 22 13:02:50 2022 +0100 omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write commit a6214ff Author: Robbe Derks <robbe.derks@gmail.com> Date: Tue Feb 22 13:01:53 2022 +0100 Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) commit 412e432 Author: martinl <martin@mlp.ee> Date: Tue Feb 22 13:17:48 2022 +0200 Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Co-authored-by: Willem Melching <willem.melching@gmail.com> commit 989d072 Author: Caleb Stultz <hi@calebstultz.dev> Date: Tue Feb 22 03:14:34 2022 -0800 HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Co-authored-by: Willem Melching <willem.melching@gmail.com> commit 35fe260 Author: Greg Hogan <gregjhogan@gmail.com> Date: Tue Feb 22 03:02:35 2022 -0800 hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment commit b1091d5 Author: Willem Melching <willem.melching@gmail.com> Date: Tue Feb 22 11:58:36 2022 +0100 CARS.md add 2022 elantra commit 6f766cb Author: jdtram <jdtram@gmail.com> Date: Tue Feb 22 02:57:54 2022 -0800 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. commit 4815470 Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Mon Feb 21 19:57:04 2022 -0800 Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit commit 768bea4 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Mon Feb 21 19:42:46 2022 -0800 cabana for your terminal commit d468d6e Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Mon Feb 21 13:30:56 2022 -0800 docs: fix title typo commit 2b65260 Author: Comma Device <device@comma.ai> Date: Mon Feb 21 12:08:52 2022 -0800 thneed: a few asserts in the optimizer for cases it will fail commit 724bab8 Author: Willem Melching <willem.melching@gmail.com> Date: Mon Feb 21 16:39:32 2022 +0100 Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up commit ccdf069 Author: Willem Melching <willem.melching@gmail.com> Date: Mon Feb 21 16:18:01 2022 +0100 onroad_test: increase camerad cpu usage after debayer changes commit 428d412 Author: Willem Melching <willem.melching@gmail.com> Date: Mon Feb 21 16:14:41 2022 +0100 longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref commit 5f64f1c Author: Robbe Derks <robbe.derks@gmail.com> Date: Mon Feb 21 12:17:47 2022 +0100 Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests Co-authored-by: Willem Melching <willem.melching@gmail.com> commit efc9084 Author: Willem Melching <willem.melching@gmail.com> Date: Mon Feb 21 11:56:20 2022 +0100 ui.py: fix model lead plotting commit 65e4a3a Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Sun Feb 20 21:32:31 2022 -0800 bump panda commit f0b3593 Author: ClockeNessMnstr <locke.dftc@gmail.com> Date: Sun Feb 20 20:03:01 2022 -0500 cleanup import chaining of T_IDXS (commaai#23806) commit 2c7542d Author: George Hotz <72895+geohot@users.noreply.github.com> Date: Sun Feb 20 11:55:23 2022 -0800 Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful Co-authored-by: Comma Device <device@comma.ai> commit 7198018 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Sat Feb 19 20:21:05 2022 -0800 boardd: connect to all pandas if none specified (commaai#23805) commit 12cd852 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Sat Feb 19 17:10:29 2022 -0800 paramsd cpu usage has been increasing commit 4e55590 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Sat Feb 19 16:07:18 2022 -0800 add to release notes commit 85efde2 Author: Willem Melching <willem.melching@gmail.com> Date: Sun Feb 20 01:06:31 2022 +0100 bigmodel (commaai#23684) * Added wide cam vipc client and bigmodel transform logic * Added wide_frame to ModelState, should still work normally * Refactored image input into addImage method, should still work normally * Updated thneed/compile.cc * Bigmodel, untested: 44f83118-b375-4d4c-ae12-2017124f0cf4/200 * Have to initialize extra buffer in SNPEModel * Default paramater value in the wrong place I think * Move USE_EXTRA to SConscript * New model: 6c34d59a-acc3-4877-84bd-904c10745ba6/250 * move use extra check to runtime, not on C2 * this is always true * more C2 checks * log if frames are out of sync * more logging on no frame * store in pointer * print sof * add sync logic * log based on sof difference as well * keep both models * less assumptions * define above thneed * typo * simplify * no need for second client is main is already wide * more comments update * no optional reference * more logging to debug lags * add to release files * both defines * New model: 6831a77f-2574-4bfb-8077-79b0972a2771/950 * Path offset no longer relevant * Remove duplicate execute * Moved bigmodel back to big_supercombo.dlc * add wide vipc stream * Tici must be tici * Needs state too * add wide cam support to model replay * handle syncing better * ugh, c2 * print that * handle ecam lag * skip first one * so close * update refs Co-authored-by: mitchellgoffpc <mitchellgoffpc@gmail.com> Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Co-authored-by: Comma Device <device@comma.ai> commit 9a046e2 Author: Jason Wen <47793918+sunnyhaibin@users.noreply.github.com> Date: Sat Feb 19 16:57:07 2022 -0500 HKG: Add FW for 2019 Veloster (commaai#23756) * HKG: Add FW for 2019 Veloster * Add esp FW commit b9f0991 Author: Erich Moraga <33645296+ErichMoraga@users.noreply.github.com> Date: Sat Feb 19 15:53:53 2022 -0600 Add missing CAMRYH_TSS2 fwdCamera f/w (commaai#23796) `@Ty.ler#0303` 2022 Toyota Camry SE Hybrid DongleID/route 9477a77ffc4e8bd4|2022-02-18--15-40-25 commit 51767c0 Author: George Hotz <72895+geohot@users.noreply.github.com> Date: Sat Feb 19 13:31:11 2022 -0800 camerad: use open_v4l_by_name_and_index on c2 also (commaai#23794) * use open_v4l_by_name_and_index on c2 also * remove open_v4l_by_name_and_index from qcom2 commit 92e9823 Author: George Hotz <72895+geohot@users.noreply.github.com> Date: Fri Feb 18 20:15:20 2022 -0800 camerad: fast debayer on c2 cameras (commaai#23795) * fast debayer on c2 dcam * add casts * 128 local worksize on HDR debayer, 8 ms -> 3.5 ms * width instead of saving rgb_width Co-authored-by: Comma Device <device@comma.ai> commit 2c7845f Author: Shane Smiskol <shane@smiskol.com> Date: Fri Feb 18 00:45:00 2022 -0800 Longitudinal control: interpolate longitudinal plan (commaai#23787) * interpolate longitudinal actuator delay rename * formatting * interpolate v_target most importantly! * fix interpolation and rename * nicer setup * left in from testing * update refs commit c6e0f1d Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Thu Feb 17 19:49:10 2022 -0800 camerad: adjust CL priority on comma three (commaai#23790) Co-authored-by: Comma Device <device@comma.ai> commit 3573a30 Author: George Hotz <72895+geohot@users.noreply.github.com> Date: Thu Feb 17 12:14:27 2022 -0800 fix in window for xmonad with SDL2 (commaai#23786) commit 14260c0 Author: Willem Melching <willem.melching@gmail.com> Date: Thu Feb 17 16:47:42 2022 +0100 process replay: fix branch name alert (commaai#23783) * env is modified after start * update ref commit f59adbe Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Wed Feb 16 23:47:02 2022 -0800 keep the new alert consistent for process replay commit ff965c7 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Wed Feb 16 20:27:07 2022 -0800 add branch name to startup master alert (commaai#23782) * add branch name to startup master alert * still orange * update refs commit 1c9bf10 Author: redacid95 <jonathanc.olivier@gmail.com> Date: Wed Feb 16 09:40:32 2022 -0800 Snpemodel: Clean up after commaai#23772 (commaai#23780) * #clean up snpemodel after commaai#23772 * Leave benchmark remove loop commit 9535dc6 Author: ClockeNessMnstr <locke.dftc@gmail.com> Date: Wed Feb 16 09:38:22 2022 -0500 Longitudinal: add Kf to carParams (commaai#23752) * sane_kf * long_kf + cereal * update ref Co-authored-by: Willem Melching <willem.melching@gmail.com> commit 9ab1c74 Author: Willem Melching <willem.melching@gmail.com> Date: Wed Feb 16 15:00:15 2022 +0100 bump cereal commit a84ddae Author: Jack Huang <jackhuang1205@gmail.com> Date: Wed Feb 16 21:30:54 2022 +0800 statsd: fix crash if there is no git repository (commaai#23775) * fix crash if there is no git repository * return default Co-authored-by: Willem Melching <willem.melching@gmail.com> commit 95da470 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Tue Feb 15 16:44:13 2022 -0800 same check commit 00d469d Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Tue Feb 15 16:18:09 2022 -0800 UI: fix power buttons disable logic (commaai#23774) commit bdf4245 Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Tue Feb 15 15:32:44 2022 -0800 bump to 0.8.14 commit 90beaeb Author: George Hotz <72895+geohot@users.noreply.github.com> Date: Tue Feb 15 16:32:00 2022 -0700 add thneed optimizer (commaai#23772) * add thneed optimizer * local work group opt * kernels and final mods * release files * build system touchups * fix kernel path, rand inputs for self test * broken since extra is gone * update model replay ref Co-authored-by: Comma Device <device@comma.ai> commit 7176f5c Author: Shane Smiskol <shane@smiskol.com> Date: Tue Feb 15 14:07:13 2022 -0800 Hyundai: move unused cars to dashcam only (commaai#23767) * Move OptimaH to dashcamOnly * Elantra GT also has no users for a year * Update selfdrive/car/hyundai/interface.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> commit f8c8110 Author: Willem Melching <willem.melching@gmail.com> Date: Tue Feb 15 16:39:10 2022 +0100 nav: set settings stack based on uiState.prime_type (commaai#23770) * nav: set settings stack based on uiState.prime_type * also show on success commit 14f7a78 Author: Willem Melching <willem.melching@gmail.com> Date: Tue Feb 15 16:14:57 2022 +0100 nav: handle route responses with duplicate points (commaai#23769)
budney
pushed a commit
to budney/openpilot
that referenced
this pull request
Mar 27, 2022
budney
added a commit
to budney/openpilot
that referenced
this pull request
Mar 28, 2022
From: budney 4310102 Modifed subaru carcontroller and interface to use latActive and longActive instead of "enabled." From: commaai/master Merge: e5edbe98d^..8af20af 8af20af pylint: enforce indentation (W0311) (commaai#24039) 1df3c86 sensord: add support for Quectel raw gps (commaai#24027) ea74a90 test onroad: CPU usage test improvements (commaai#24035) e91613b update unsafeMode to alternativeExperience (commaai#23995) d08b52c Bump panda c88ced1 Honda Nidec: don't actuate while longitudinal is inactive (commaai#24028) a55e25d test models: skip with flag 85d8997 docs: support for automatically generating website vehicles page (commaai#24020) fc2f847 set MANAGER_DAEMON for boardd 53909c1 deleter: handle files (commaai#24023) 9f1c663 calibrationd: add function typing (commaai#24018) 4a8fffd Apply EU guideline lateral limits (commaai#23974) b57c2f4 plotjuggler: add lag debugging layout 1035b91 Tesla: disable temp fault on hands on error (commaai#24014) 5c8c6fa Ignore BrokenPipeError 7cd8575 Revert "camerad: set QCOM CL perf hint (commaai#23791)" 2521944 update tesla ap2 fingerprint after OTA update (commaai#24013) b079475 camerad: set QCOM CL perf hint (commaai#23791) 604fefa calibrationd: remove unused arg in function (commaai#24004) 03ac5bb cleanup tici_init in launch script c76434c skip test models in unittest discovery 1bdf29d Sanitize IP zookeeper/enable_and_wait.py (commaai#24007) a6d4bb5 Add warning for unsupported NVME (commaai#23972) 602cbfc replay: fix wrong format code in print (commaai#24006) 2008562 Mazda: no steer unavailable alert for cars with full range steering (commaai#23998) 15368ec Support Toyota Alphard Hybrid 2021 (commaai#24003) 247b66f Toyota: Support Avalon Hybrid 2022 (TSS2.5) (commaai#23892) 7a2f3c0 Hyundai: clean up CarInterface apply function (commaai#24000) 7028676 Honda: clean up CarInterface.apply and CarController (commaai#23876) 99c02bd Car ports: update PR template (commaai#23996) 7eb9416 plotjuggle: add blockedCnt to controls mismatch debug layout 2219cb4 cars: cleanup CS usage (commaai#23957) 1af3c52 Nissan + Tesla: fix controls mismatch on blocked msg (commaai#23994) 5a11101 camerad: imx390 support (commaai#23966) 6c7d178 Hyundai: send driver override state when gas is pressed (commaai#23745) 3d8537a Update carla script to easier install docker and nvidia-docker (commaai#23986) b9c48f1 update references to CARS.md and routes.py (commaai#23993) 628eecf CARS.md tweaks (commaai#23983) 62087a6 onroad UI: show negative speed (commaai#23987) 5bc47a2 test onroad: better mpc timing prints (commaai#23896) f7d0ddb re-run car docs generator db7b49c Bump cereal 31a6b14 Docs: auto-generate supported cars documentation (commaai#23762) dcece09 Add angular rates carcontroller packet (commaai#23980) 3a7edee Hyundai: set radarOffCan by radar DBC (commaai#23981) facf6c1 Toyota: clean up CarInterface apply function (commaai#23714) 62bb43b VW MQB: Add FW for 2021 Volkswagen Jetta (commaai#23979) bae78dd don't read params in car interfaces (commaai#23978) 20db452 Fix controls mismatch on button enable cars + test against panda safety (commaai#23975) 5fe00fb Move gas/brake pedal event logic to controlsd (commaai#23850) 7482a6f checkout cereal master de4031c DM: more precision running on DSP + e2e outputs (commaai#23900) 7deba69 Honda: fix possible controls mismatch on Nidecs (commaai#23973) dfc1292 locationd: Commissue fix (commaai#23951) d7c758d Toyota: parking brake state (commaai#23970) ae19308 add parkingBrake to carState (commaai#23968) 8718a59 cleanup selfdrive/test (commaai#23967) fa4b434 camerastream: update receive.py with some options 814741d thermald: use named thermal zones (commaai#23936) 57b6fdc Rename RGB vision streams to match YUV streams (commaai#23961) 08c2d06 Improve style in drive_helpers (commaai#23962) f1aab78 longitudinal MPC: add MAX_T in T_IDXS_LST (commaai#23960) a9b7f3b 12bit only (commaai#23953) 5c3f3e4 break up selfdrive.config (commaai#23959) 8f99e59 bump panda 8ac30fe move pandad to boardd/ (commaai#23958) 629399a carControl: add long and lat active fields (commaai#23859) b9484a6 cars: remove duplicated cancel logic (commaai#23956) a958213 fix pre-commit install when subdirectories don't have a config d6f6e02 no git in CI 8252134 install pre-commit hooks for all submodules 6973687 add script to receive camerastream supported by camerad 1563374 2019+ Avalon: allow stop and go (commaai#23952) 0adfef0 camera_qcom2 refactor (commaai#23946) d653dd8 Upstreamed and update acados (commaai#23927) 107156c bump submodules, fix swaglog (commaai#23943) 4f8ff15 add table support bcf66c1 this is pretty nice now 5c5a56c thneed: a more sane way of doing record/debug (commaai#23938) 2c0d681 positional args are nicer 1680f1e can_print_changes improvements 30ae47d Subaru: add FW for 2019 Subaru Impreza Sport (commaai#23945) 4f4f18a Ford: add minEnableSpeed (commaai#23940) 0ac4e82 build: remove /system/comma (commaai#23937) da5a0c4 C3: detect metered Android hotspot (commaai#23734) 0b47800 ui: white color define (commaai#23930) c6e0f1a bump opendbc 723560c Remove void argument (commaai#23928) 51638bf DM: update wheeltouch timeouts to match EU guidelines (commaai#23925) 0b64ddb panda.cc: add panda deep sleep mode(commaai#23911) ab8c4f0 real can table column header 9facd36 Add --dbc argument to plotjuggler (commaai#23919) 41d8395 jenkins: don't rely on SSH params (commaai#23924) 6ff643c Honda: remove redundant steer fault check (commaai#23920) da50930 tools: add MultiLogIterator example to readme (commaai#23917) 82bc052 UI: remove redundant condition (commaai#23918) b9541d6 HKG: Add FW for 2022 Hyundai Santa Fe (commaai#23889) f7fa712 bump cereal bd3eab6 bump cereal 4923988 modeld: sync based on frame timestamp (commaai#23901) 37a8b09 lower model FCW + stock longitudinal threshold to -1.25m/s^2 (commaai#23915) 7fc1b7d VW MQB: Add FW for 2022 Volkswagen Tiguan (commaai#23913) ab8f3c4 VW MQB: Add FW for 2020 Volkswagen Jetta (commaai#23908) 3d36c1c VW MQB: Add FW for 2018 Škoda Octavia (commaai#23909) c65ca6a mac setup: add catch2 2928507 Remove KIA_NIRO_HEV_2021 from STEER_MAX = 255 blacklist (commaai#23906) 274885f controlsd: fix vCruise jumping on pcmCruise cars (commaai#23388) 7254db3 LongControl: fix control state oscillation (commaai#23333) ab371f8 Longitudinal MPC set qp tolerance to 1e-3 (commaai#23899) 1801bab remove trivial terminal constraint and associated CasADi generated functions (commaai#23898) 8d6f49a model: mse err from 0.02-> 0.000056 (commaai#23891) 77fd64e Move 2020 Lexus NX 300 fw fingerprints to TSS2 (commaai#23893) 52cd580 thermald: use latest modem temps (commaai#23878) 8c971f2 Fan controller cleanup + testing (commaai#23886) f4c822e locationd: fix writing LastGPSPosition interval (commaai#23895) aabd9a0 camerad: log debayer + yuv processing time (commaai#23894) 7e6903b locationd, paramsd: Check conditions before updating kalman filters (commaai#23789) 87849f9 better steer fault names (commaai#23890) 825c924 minor cleanups, fix non binary compile (commaai#23882) 8eab496 Update Santa Fe 2019 route (commaai#23888) 47aa3f6 Hyundai: Add FW for 2022 Ioniq Plug-in Hybrid (commaai#23862) 0502486 VW MQB: Add FW for 2017 Audi S3 (commaai#23881) 8a19d98 modeld: remove support for small model (commaai#23803) 1f66bc4 CAN FD support in packer + parser (commaai#23877) 83159a0 THNEED_DEBUG env var support 6a07288 HKG: Add FW for 2022 Kia Niro HEV (commaai#23863) 4f999b4 Toyota: add Leuxs NX fingerprint (commaai#23808) bfa854f HKG: Add FW for 2021 Hyundai Santa Fe (commaai#23858) 9a66321 Subaru: add FW for 2019 Subaru Impreza (commaai#23873) 45a5297 Hyundai: add FW versions for 2022 Elantra f539d9c fix kF value for thermal PI controller (commaai#23871) a1875ac Toyota: fix learning bad offsets for some models (commaai#23810) 8344f3c update python packages (commaai#23864) d09dffb Cython acados and minor (commaai#23835) ca8d4e4 MacOS: ensure 1:1 rendering on HiDPI screens (commaai#23860) 9c70e8b bump panda 71cf938 Subaru: add Ascent FW values (commaai#23848) 160a8cf Remove unused MPC_COST_LONG class (commaai#23843) 49c42c3 Toyota: remove outdated comment (commaai#23844) 04b2545 Subaru: remove Impreza CAN fingerprints (commaai#23841) 767bc1a boardd: handle missing pandas f4d91f7 this seems to about what my car converges to (commaai#23836) a03685c Fix watch3 on mac (commaai#23834) dc7de79 replay: use VideoToolbox HW decoder on Mac (commaai#23832) cc1aab2 scons: use correct brew prefix (commaai#23833) df88280 replay: use QCoreApplication (commaai#23831) df627de fix mac_setup w/ tools+plotjuggler (commaai#23552) 52266b9 Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) c483a97 Honda: revert to button enable on Nidec (commaai#23828) 3243d1a move lock clearing to uploader (commaai#23826) de178ea script to clear DTCs 0965155 Toyota: fix flaky EV detection (commaai#23825) c98d979 adjust comma two model timing thresholds after bigmodel 2f00271 omx encoder: move writing into thread (commaai#23771) a6214ff Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) 412e432 Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) 989d072 HKG: Kia Sorento FPv2 (commaai#23815) 35fe260 hyundai: custom fw version for sonata eps (commaai#23816) b1091d5 CARS.md add 2022 elantra 6f766cb 2022 Hyundai Elantra firmware versions (commaai#23818) 4815470 Fix tici bigmodel (commaai#23817) 768bea4 cabana for your terminal d468d6e docs: fix title typo 2b65260 thneed: a few asserts in the optimizer for cases it will fail 724bab8 Update raw_logger/framereader to new new ffmpeg api (commaai#23799) ccdf069 onroad_test: increase camerad cpu usage after debayer changes 428d412 longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) 5f64f1c Param to allow upload over cellular (commaai#23811) efc9084 ui.py: fix model lead plotting 65e4a3a bump panda f0b3593 cleanup import chaining of T_IDXS (commaai#23806) 2c7542d Refactor convolutions (commaai#23807) 7198018 boardd: connect to all pandas if none specified (commaai#23805) 12cd852 paramsd cpu usage has been increasing 4e55590 add to release notes 85efde2 bigmodel (commaai#23684) 9a046e2 HKG: Add FW for 2019 Veloster (commaai#23756) b9f0991 Add missing CAMRYH_TSS2 fwdCamera f/w (commaai#23796) 51767c0 camerad: use open_v4l_by_name_and_index on c2 also (commaai#23794) 92e9823 camerad: fast debayer on c2 cameras (commaai#23795) 2c7845f Longitudinal control: interpolate longitudinal plan (commaai#23787) c6e0f1d camerad: adjust CL priority on comma three (commaai#23790) 3573a30 fix in window for xmonad with SDL2 (commaai#23786) 14260c0 process replay: fix branch name alert (commaai#23783) f59adbe keep the new alert consistent for process replay ff965c7 add branch name to startup master alert (commaai#23782) 1c9bf10 Snpemodel: Clean up after commaai#23772 (commaai#23780) 9535dc6 Longitudinal: add Kf to carParams (commaai#23752) 9ab1c74 bump cereal a84ddae statsd: fix crash if there is no git repository (commaai#23775) 95da470 same check 00d469d UI: fix power buttons disable logic (commaai#23774) bdf4245 bump to 0.8.14 90beaeb add thneed optimizer (commaai#23772) 7176f5c Hyundai: move unused cars to dashcam only (commaai#23767) f8c8110 nav: set settings stack based on uiState.prime_type (commaai#23770) 14f7a78 nav: handle route responses with duplicate points (commaai#23769) e5edbe98d bump panda
sshane
added a commit
that referenced
this pull request
Mar 28, 2022
Disengage on gas toggle Fix missing params lib ui: fix invalid line vertices on startup (#23541) sentry: rename release environment to release sentry: rotate keys Toyota: fix typo (#23548) swaglog: Fix random test failure (#23546) * print info * retry zmq_recv on errors * get line no from __LINE__ * cleanup * renmae msg to thread_id docs/cars.md: fix brand sorting (#23551) test_logcatd_android.py: catch unicode decode error thermald: move dbus and other slow calls into thread (#23525) * split thermald in threads * small cleanup * type * already done that * add none check * fix sleep * shut down on exception controlsd: remove extra space (#23553) Add missing CAMRY_TSS2 engine & fwdCamera f/w (#23555) `@Koda(Sleepy)#4682` 2021 Camry LE (ICE) DongleID/route 3653e5d0dbd0d7ed|2022-01-16--21-15-20 ui/networking: async dbus calls (#23535) * async dbus calls * simplify get ip address * Revert "simplify get ip address" This reverts commit 7ade7ec57dd0bb76cb3194f94f039498fdcd8881. * cleanup getConnectionPath() * remove unused functions * cleanup * rename to getIp4Address * clenup class definition master and forks aren't dirty clear no entry alerts if engaged (#23559) * clear no entry alerts if engaged * fix test Add missing COROLLA_TSS2 ESP f/w (#23562) `@Dom#5007` 2022 Corolla ICE DongleID/route 2517a9ee480ef37f|2022-01-15--09-20-12 bump cereal camerad: return 0 from main() (#23565) Log MPC solver time (#23566) * add solve time to plan output * add to process replay ignore list * print in CI boardd: move main() to main.cc for test cases (#23564) * move main() to main.cc * move includes back thermald refactor seems to have lower CPU usage work on acados lateral MPC (#23558) * lat_mpc: make v_ego, rotation_radius parameters instead of states * lat_mpc: remove rotation_radius argument, since it is part of the parameters * lat_mpc: use qp_solver_cond_N = 1 slightly faster and in line with case study in Fig. 2/ 3 in Frison2016 - https://cdn.syscop.de/publications/Frison2016.pdf An Efficient Implementation of Partial Condensing for Nonlinear Model Predictive Control * adapt test_lateral_mpc to formulation with parameters * lat_mpc: set parameters in reset() and copy values * acados_ocp_solver_pyx: make options_set useable * update ref Co-authored-by: Willem Melching <willem.melching@gmail.com> Add missing ALPHARD_TSS2 f/w (#23567) dmonitoringd: make real-time process (#23554) * dmonitoringd: make real-time process * Update selfdrive/monitoring/dmonitoringd.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> FW for Toyota Highlander 2021 Hybrid (#23571) dmonitoringd: remove duplicate call on update when driver engaged (#23539) bump opendbc Update interfaces.py Co-authored-by: Willem Melching <willem.melching@gmail.com> Add param to process replay these dbcs are the same fix suffix Toyota: use single DBC for Lexus NXH, Lexus RXH, HighlanderH, Rav4H (#23576) * use rav4h dbc for nx also bump opendbc * remove from release file * same with highlander * bump opendbc * rav4h -> tngakh also rxh * bump opendbc * bump again * remove from release files Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Toyota: unify Sienna, Avalon, Highlander Lexus NX, Lexus RX into single DBC (#23577) * remove sienna dbc same as avalon * rx and nx are also the same as avalon * highlander can also use avalon's dbc * bump opendbc * rename avalon to tnga-k * pt Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> loggerd: make test_loggerd.py run on PC (#23574) * run on PC * set frameId * remove todo * rawlogger: remove suffix mkv * remove unused import PC Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Toyota: LKAS_HUD expansion (#23573) * bump opendbc * add lkas_hud messages * Remove duplicate * bump opendbc * fix comment Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Honda: use Pilot DBC for Ridgeline androidd cloudlogs are errors VW MQB: Update steering angle and actuator delay (#23584) Update refs for PR:#23584) androidd: track system_server too NEOS 19 (#23586) * NEOS 19 * prod manifest Ensure controlsd can engage again in process replay (#23556) * hacks to make process replay engage again * dont change that * enable engagement check again * chmod +x * first working regen * proper logMonoTime * fix video framerate consistency * mpc is valid again * proper alive checks * revert loggerd change * ensure engaged in regen, fix managerState, peripheralState * ubloxRaw is unused * add submaster config for gm * regen all services we can run without HW * fix loggerd * loggerd: matroska without the extension * update ref save dongleid as value to limit cardinality (#23594) Add more type hinting (#23595) * Add more type hinting. * Revert joystick_alert changes. * Add typing to statsd. * Update selfdrive/statsd.py * Update selfdrive/test/test_fingerprints.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> ui: fix lead vertex coordinates (#23550) camerad: cleanup main.cc (#23593) * cleanup main.cc * fix ae_gray_test build errors bringing the android to agnos profiler setup Toyota: add fwVersion for 2018 CHR (#23604) VW MQB: Add FW for 2015 Golf 7 2.0 TDI (#23603) ui/setup: check http status code (#23597) * check resp code * always cleanup curl and close file * curl_global_init * space * cleaner * Revert "curl_global_init" This reverts commit c3f1a7cee87804993ce8f5fd5939570a8e9ffd3a. process replay: disable alive checks for cpp replay thermald: increase kmsg loglevel to end up in console-ramoops-0 RawLogger: downscale qcamera before encoding (#23607) remove community features toggle (#23214) * remove community features toggle * bump cereal * little more * update refs remove ridgeline DBC from release files tools: auto plotjuggler install Toyota: move gas pedal definitions into common DBC (#23582) * Toyota: move gas pedal definitions into common DBC * add rest of cars * auto detection * cleanup * update refs GM: use generated DBC (#23615) * Rename GM PT dbc to generated * bump opendbc Co-authored-by: Jason Shuler <jshuler@gmail.com> loggerd: less error logging Honda: Merge Pilot_2019 into Pilot (#23590) * merge pilot * these weren't on the 2019 pilot * add non essential ECUs controlsd: remove redundant condition Use Wide Road Camera as Light Sensor for Screen Brightness (#23610) Using the narrow camera as a light sensor meant that the reflection of our own headlights, tail lights, and head lights of opposing vehicles dominated the sensor value at night even though the broader overall scene is very dark. This has very little effect during daylight hours. The change affects nightime driving the most, resulting in a dimmer screen when it is dark. I think this makes more sense as the wide angle camera's field of view is much closer to the human eye's field of view than the narrow road camera. bump panda and cereal bump panda controlsd: verify unsafe mode consistency (#23563) * add unsafe mode check to controlsd bump submodules forgot to add to health_t struct bump ahh forgot to set it! bump bump clean up clean up bump * fix ordering * move to end * unsigned Co-authored-by: Willem Melching <willem.melching@gmail.com> LateralPlanner: Move lane change logic to another class (#23476) * should work * Revert "should work" This reverts commit dabc2ea17a072a6c835e4bd1c75a2c1e2d10623d. * move lane change logic to DesireHelper class * clean up desires clean up desires * comments * Revert "clean up desires" This reverts commit 7301c921e305fcbd4746b19040631d935d50dfd9. * Update selfdrive/controls/lib/desire_helper.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * add to files_common Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Co-authored-by: Willem Melching <willem.melching@gmail.com> use codecov action (#23618) * use codecov action * convert to xml * also coverage in longitudinal test * fix typo collect C++ code coverage (#23619) * collect cpp coverage * install llvm * compile with coverage * cd to root * remove broken gcda files * remove newline * delete more stuff * script to collect coverage * Update tools/collect_coverage.sh * actually delete manager: don't start uploader with dongle id Toyota: add fw for 2020 Lexus UX250h (#23626) Revert "collect C++ code coverage (#23619)" This reverts commit 698ab6ac97bef2a00e0a6fa8111a5a0556a064d2. athena: unsuccessful upload handler requests. (#23620) * Retry unsuccessful upload handler requests. * test both cases Co-authored-by: Willem Melching <willem.melching@gmail.com> base LatControl class (#21967) * base LatControl class, move sat check out of pid.py clean up clean up * fix * global variable for min control speed * nicer name * unify latcontrol class init arguments * add to release files * saturated if close to limit * move angle mode saturation checks into class * check_saturation function takes in current saturated status undo * apply latcontrol_angle's active checking to all controllers * clean up * move those back * make abstract baseclass * add test for saturation * keep clip * update ref * fix static analysis Co-authored-by: Willem Melching <willem.melching@gmail.com> compare_logs: catch typeError (#23632) INDI: replace internal rate limit by actuatorsOutput (#23243) * INDI: replace internal rate limit by actuatorsOutput * update ref sentry improvements (#23627) * sentry: filter out unregistered devices and PC * add daemon name Panda: check libusb_open status (#23622) Toyota: use common gear packet signal (#23634) * Toyota: remove nodsu hybrid dbc * bump * no longer exists update refs Prepare for using the ISP (#23621) * parse out isp packet with structs * dsp mode * support only driver / comments for yuv * minor touchups * DEBUG_FRAMES Co-authored-by: Comma Device <device@comma.ai> Toyota: Move EPS torque factor to openpilot (#23635) * use scaling * or we can do it this way * define default in one place * just specify * Revert "just specify" This reverts commit 40b7b28f8416497cd1337784d336c1dd4f5dd6e3. Toyota: rav4 DBC is same as corolla now Toyota: Prius V 2017 support (#23636) * Add Toyota Prius Alpha support * Fix opendbc link * Update interface.py * v * revert opendbc Co-authored-by: CT921 <tim.chen242@gmail.com> Co-authored-by: 【TIM】 <90225659+CT921@users.noreply.github.com> tesla: fix actuatorsOutput logging (#23637) clip steer saturation counter to steerLimitTimer (#23638) * clip steer saturation counter to steerLimitTimer * update ref Statlog in C (#23596) * statlog in C * fix swaglog and the test * add missing files * fix context initialization todo * speed up test Toyota: CT200H DBC merged into Rav4 Toyota: unify TNGA-K platform DBCs Toyota: remove Prius DBC Toyota: use common DBC for IS and RC Toyota: DBC rename replay: ncurses GUI (#23608) * initial version * print all message's in ncurses window * show download progress bar * move all to class ConsoleUI * timeline * improve timeline&stats * fix logMessage * add warning indicator * continue * cleanup * cast type to int * simplify seekToFlag * more * <= * handle enter * add box to logging window * fix multiple threads problem * fix concurrency issues * draw indicator * many improvements * more * fix multipe threads logging * stop replay before exit * use lambda instead of std::bind * cleanup * small cleanup * use carFingerPrint * don't emit signal in replay::stream * merge car_events into timeline * cleanup DonloadStats * cleanup * rename carname to carFingerprint * improve alert * add comments * add help functions templete function * handle term resize * display replaying status * rename to INSTANT * helper function pauseReplay * more * cleanup use rDebug * no template * less colors * remove function mv_add_str * use BORDER_SIZE * tune colors * add spaces * apply reviews use / Toyota: Prius V fixups (#23640) * Fine tune Prius-V control parameter * Adjust DBC file and enable SNG support *Adjust the DBC file to CT200H, the parameters of this model are closer to PRIUS V *Add PRIUS V to NO_STOP_TIMER_CAR list to enable SNG support * Update interface.py remove spaces * Update values.py Mod DBC to toyota_rav4_2017_pt_generated * Update values.py The file has been updated to resolve the conflict and can be directly merged Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Toyota: merge IS and RC params bump CANParser: remove default values (#23642) * draft * remove rest * bump * update radar interfaces * do rest and formatting * bump * fix mising check * try this * Revert "try this" This reverts commit 0d26d9a072f87dbc897ed525b70fb1db9cb04a06. * update refs Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> boardd: add blocked msg cnt (#23647) * boardd: add blocked msg cnt * bump panda * bump panda boardd: get health struct from panda (#23648) log error on avcodec_receive_frame (#23649) bump panda Honda: Merge Passport interface (#23651) replay: cleanup functions (#23655) * cleanup function seek * cleanup signals&slots * use false * add comment back replay: add test case for local route (#23650) * add test for local route * retry download on network error * sleep 500ms before retry * read 100 frames * read more segments from route * add REQUIRE replay: fix wrong logging for local route (#23652) CANParser: consistent style for adding signals/checks (#23646) * consistent style, like toyota * typo setup: add OS version to user agent (#23656) Honda: minor carState cleanup Honda: no actuation while in pre-enabled state (#23657) * Honda: no actuation in pre-enabled state * Honda: no actuation while in pre-enabled state No actuation while in pre-enabled state (#23658) * No actuation while in pre-enabled state * update refs Volkswagen: no actuation while pre-enabled Honda: use common DBC for PILOT and others (#23659) * use common dbc * bump * remove from files common Honda: fix controls mismatch for stock PCM configs (#23662) * Honda: fix controls mismatch for stock PCM configs * ready to remove * bump panda don't show registration error on pc sim: fix bridge after default values removed from CANParser test car models: fix all panda safety mismatches (#23616) * remove tolerance * fix nissan mismatches * warm up * remove additional bosch check * another honda exception * little more * Update selfdrive/test/test_models.py Honda Pilot, Passport, Ridgeline: increase user brake threshold (#23641) test car models improvements (#23668) * run on all routes * min segment length * invalid * revert that Log panda signature to param (#23670) Toyota: add COROLLA_TSS2 fw (#23661) * Update values.py Added Toyota Corolla fingerprint. * a controlsd: only add startup event until initialized (#23671) * controlsd: only add startup event until initialized * update refs * update again update refs Mazda: alert when LKAS is disabled (#23288) * Mazda: alert when LKAS is disabled Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com> * update refs * revert that Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> for those who want to live in the moment CANParser: remove rest of default values (#23676) * forgot honda somehow! * forgot some more signal defaults Toyota: merge Lexus ESH params into similar vehicles (#23673) * merge LEXUS_ESH * min and max of all variants bump opendbc manager: kill UI when manager failed to start Toyota: Add missing LEXUS_RX_TSS2 engine & fwdCamera (#23691) logcat: include all logs since boot (#23692) replay: fix pause key doc (#23697) GM: remove noisy ignition signal (#23698) * move BUICK_REGAL to dashcamOnly * bump to master UI: hide power off button on C3 while onroad (#23689) * Grey out power button while onroad - comma three only * Apply suggestions from code review Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> WifiManager: fix crash if no wifi device found (#23701) radard.py: remove trailing space (#23703) GM: remove dashcam only cars from cars.md (#23708) * remove cars in dashcam mode * Update CARS.md Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> NEOS 19.1 (#23707) * NEOS 19.1 * add logging * new manifest * prod bucket Co-authored-by: Comma Device <device@comma.ai> not sure we want this remove debug prints Mazda CX-5 2022 Car port (#23704) * Mazda CX5 2022 FW Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com> * CX-5 2022: No lockout and steer down to zero Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com> * CX-5 2022: No dashcam! Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com> * CX-5 2022: add to supported cars Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com> * Mazda: stick with 800 max torque for now Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com> * Update docs/CARS.md * Apply suggestions from code review * Mazda: set car models where needed Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com> * Mazda: set minSteerSpeed per car Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com> * unused Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com> * cleanup * Update selfdrive/car/mazda/interface.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> add cx5 to release notes logcatd_android.cc: fix repeating the same messages (#23713) * fix repeating the same message * cleanup * use blocking mode * check duplicate msg in test remove trailing whitespaces (#23716) resolve misc car TODOs tools: fix segment end index in juggle.py (#23715) scons: fix duplicate environments with test flag (#23702) * fix duplicate environments when built with --test * lib Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Add setUploadLimit method to athena (#23693) * Add setUploadLimit method to athena * add comments * move to hw abstraction layer * move to hw * better errors remove unused int_rnd function (#23717) * testing * revert Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> thermald: accept ignition from any panda (#23721) * ignition from any panda * more elegant ) Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * typo Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Hyundai: add FW for Santa Fe 2022 (#23718) * Add finger print for Santa Fe 2022 - Vietnamese * Add trailing commas small test_models.py speedup reduce shutdownd CPU usage (#23723) * reduce shutdownd CPU usage * sync Co-authored-by: Comma Device <device@comma.ai> give calibrationd rt priority (#23725) athena: add suport for download bandwith setting (#23727) * athena: add suport for download bandwith setting * clean ingress rules AGNOS 4 (#23724) hide localizerMalfunction alert (#23730) * hide localizerMalfunction alert * update ref athena: specify network type for file uploads (#23687) * athena: specify network type for file uploads * add comment * catch abort transfer * fix tests * put athena upload args in dict * fix defaults Co-authored-by: Joost Wooning <jwooning@gmail.com> VW MQB: Volkswagen Caravelle T6.1 (#23735) * VW MQB: Volkswagen Caravelle T6.1 * autogratitude ui: configure tethering based on prime type (#23733) * Store prime type in param * set tethering metric based on prime type * update existing connections * returning zero is fine * always set * add callback on activate * call systemctl * match server enum * add delay * assume field is there * snake case script to disable power save paramsd: fix VehicleModelInvalid errors (#23726) * bound steerratio, stiffness std * remove start steer_ratio limits after looking at data * reduce sf obs noise * update refs * update refs * add comment explaining change fix UI segfault when starting onroad and receiving radarState before modelV2 (#23739) handle usb error in reading panda state (#23686) disable macos CI for now Honda: fix brake pressed signal (#23683) * or brake_switch * remove car exceptions * Revert "remove car exceptions" This reverts commit cad6a552aa4a17c69616014d3e9333d30c1fadd3. * does have ts noise, use updated * bump panda for tests * bump * messsssy draft * clean up * clean up * bump * CS: process all messages at once, like we do during real openpilot usage * handle multiple messages updated in one cycle * bump * bump * use less confusing, but equivalent cp.vl * Update selfdrive/test/test_models.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * no msg * bump opendbc * Update selfdrive/car/honda/carstate.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * same test logic * add brake_switch_prev to class * need to set previous brake switch when not lagging (most of the time) * need to compare * only update previous if updated this cycle rm * need to maintain previous active state * move brake_switch * bump opendbc * bump * bump * bump * bump * bump * bump * bump opendbc * rename * oops * bump opendbc * bump Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> bump panda GM: Fix noisy brake pressed (#23712) * GM: Use ECMEngineStatus.Brake_Pressed * consistent style * add TODO * bump panda bump panda * it should * bump panda Co-authored-by: Jason Shuler <jshuler@gmail.com> Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Update RELEASES.md VW MQB: EPS configuration tool (#23737) * VW MQB: EPS configuration tool * a bit more help text * typo * Update selfdrive/debug/vw_mqb_config.py Co-authored-by: Willem Melching <willem.melching@gmail.com> * Update selfdrive/debug/vw_mqb_config.py Co-authored-by: Willem Melching <willem.melching@gmail.com> * better handling of vendor constants * comment tweak * more constant clarity * move help text to argparse * add parameterization parsing * refactor param read, skip length byte * touch up section headers * removing; low value and acting weird Co-authored-by: Willem Melching <willem.melching@gmail.com> Mazda: add 2017 CX-9 firmware (#23742) bump panda disable until dos can be reflashed bump opendbc (#23741) 0.8.13 release notes fix format missing optional include (#23749) improve logging around uploading (#23750) * improve logging around uploading * use int * use raw * duplicate athena: expire items after 31 days (#23751) * athena: expire items after 31 days * add test controlsd: Fix Toyota steer angle sensor race condition (#23747) * fix steer angle race condition * update ref Co-authored-by: Willem Melching <willem.melching@gmail.com> Resolve conflicts Resolve conflicts Resolve conflicts Add param to unsafeMode Add param to unsafeMode Merge branch 'master' into disengage-on-gas Add param to process replay Revert "disable until dos can be reflashed" This reverts commit f231caf1e3d6077deb48931bd1ecd69f33cf6f6e. unsafe mode: update safety declaration comment (#23753) * update safety declaration comment * whoops Merge branch 'master' into disengage-on-gas Honda: use common DBC for CRV H and Accord Diesel (#23743) * bump * use Accord DBC for CRVH, Civic Diesel * bump * bump opendbc ui: fix onroad transition with active nav (#23757) update release date bump panda nav: handle route responses with duplicate points (#23769) nav: set settings stack based on uiState.prime_type (#23770) * nav: set settings stack based on uiState.prime_type * also show on success Hyundai: move unused cars to dashcam only (#23767) * Move OptimaH to dashcamOnly * Elantra GT also has no users for a year * Update selfdrive/car/hyundai/interface.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> add thneed optimizer (#23772) * add thneed optimizer * local work group opt * kernels and final mods * release files * build system touchups * fix kernel path, rand inputs for self test * broken since extra is gone * update model replay ref Co-authored-by: Comma Device <device@comma.ai> bump to 0.8.14 UI: fix power buttons disable logic (#23774) same check statsd: fix crash if there is no git repository (#23775) * fix crash if there is no git repository * return default Co-authored-by: Willem Melching <willem.melching@gmail.com> bump cereal Longitudinal: add Kf to carParams (#23752) * sane_kf * long_kf + cereal * update ref Co-authored-by: Willem Melching <willem.melching@gmail.com> Snpemodel: Clean up after #23772 (#23780) * #clean up snpemodel after #23772 * Leave benchmark remove loop add branch name to startup master alert (#23782) * add branch name to startup master alert * still orange * update refs keep the new alert consistent for process replay process replay: fix branch name alert (#23783) * env is modified after start * update ref fix in window for xmonad with SDL2 (#23786) camerad: adjust CL priority on comma three (#23790) Co-authored-by: Comma Device <device@comma.ai> Longitudinal control: interpolate longitudinal plan (#23787) * interpolate longitudinal actuator delay rename * formatting * interpolate v_target most importantly! * fix interpolation and rename * nicer setup * left in from testing * update refs camerad: fast debayer on c2 cameras (#23795) * fast debayer on c2 dcam * add casts * 128 local worksize on HDR debayer, 8 ms -> 3.5 ms * width instead of saving rgb_width Co-authored-by: Comma Device <device@comma.ai> camerad: use open_v4l_by_name_and_index on c2 also (#23794) * use open_v4l_by_name_and_index on c2 also * remove open_v4l_by_name_and_index from qcom2 Add missing CAMRYH_TSS2 fwdCamera f/w (#23796) `@Ty.ler#0303` 2022 Toyota Camry SE Hybrid DongleID/route 9477a77ffc4e8bd4|2022-02-18--15-40-25 HKG: Add FW for 2019 Veloster (#23756) * HKG: Add FW for 2019 Veloster * Add esp FW bigmodel (#23684) * Added wide cam vipc client and bigmodel transform logic * Added wide_frame to ModelState, should still work normally * Refactored image input into addImage method, should still work normally * Updated thneed/compile.cc * Bigmodel, untested: 44f83118-b375-4d4c-ae12-2017124f0cf4/200 * Have to initialize extra buffer in SNPEModel * Default paramater value in the wrong place I think * Move USE_EXTRA to SConscript * New model: 6c34d59a-acc3-4877-84bd-904c10745ba6/250 * move use extra check to runtime, not on C2 * this is always true * more C2 checks * log if frames are out of sync * more logging on no frame * store in pointer * print sof * add sync logic * log based on sof difference as well * keep both models * less assumptions * define above thneed * typo * simplify * no need for second client is main is already wide * more comments update * no optional reference * more logging to debug lags * add to release files * both defines * New model: 6831a77f-2574-4bfb-8077-79b0972a2771/950 * Path offset no longer relevant * Remove duplicate execute * Moved bigmodel back to big_supercombo.dlc * add wide vipc stream * Tici must be tici * Needs state too * add wide cam support to model replay * handle syncing better * ugh, c2 * print that * handle ecam lag * skip first one * so close * update refs Co-authored-by: mitchellgoffpc <mitchellgoffpc@gmail.com> Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Co-authored-by: Comma Device <device@comma.ai> add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (#23805) Refactor convolutions (#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful Co-authored-by: Comma Device <device@comma.ai> cleanup import chaining of T_IDXS (#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests Co-authored-by: Willem Melching <willem.melching@gmail.com> longitudinal planner: disable change cost when stopped. not engaged or gas pressed (#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Co-authored-by: Willem Melching <willem.melching@gmail.com> Subaru: add FW for Impreza Limited UDM 2017 (#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Co-authored-by: Willem Melching <willem.melching@gmail.com> Fix unmetered upload over cell (fix #23811) (#23820) omx encoder: move writing into thread (#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (#23825) script to clear DTCs move lock clearing to uploader (#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (#23823) fix mac_setup w/ tools+plotjuggler (#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl Co-authored-by: Willem Melching <willem.melching@gmail.com> replay: use QCoreApplication (#23831) scons: use correct brew prefix (#23833) replay: use VideoToolbox HW decoder on Mac (#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (#23834) this seems to about what my car converges to (#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (#23844) Remove unused MPC_COST_LONG class (#23843) Subaru: add Ascent FW values (#23848) bump panda Merge remote-tracking branch 'upstream/master' into disengage-on-gas add icon from jozef 🔥 MacOS: ensure 1:1 rendering on HiDPI screens (#23860) Cython acados and minor (#23835) * acados_ocp_solver_pyx.pyx: implement get_stats for timings and ints * long_mpc: use acados timers * acados_ocp_solver_pyx.pyx: fix dynamics_get * acados_ocp_solver_pyx.pyx: get statistics * use acados_ocp_solver_pyx.pyx from commaai/cython2 branch * acados_ocp_solver_pyx.pyx: implement store_iterate * acados_ocp_solver_pyx.pyx: implement get_residuals * acados_ocp_solver_pyx.pyx: fix set() for empty fields * acados_ocp_solver_pyx.pyx: load_iterate * cython acados: add print_statistics * test_following_distance: fix typo * test_longitudinal: unique names for test maneuvers * longitudinal MPC: comments for evaluation * longitudinal MPC: add comments to eval acados residuals * long_mpc: use qp_solver_cond_N = 1 * long MPC: comments, simplify set_cur_state * update acados version in build script * longitudinal mpc: weigh a_change in 1 place only * update ref * Update ref Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> update python packages (#23864) Toyota: fix learning bad offsets for some models (#23810) * Update carstate.py * comments * use initializing * bump opendbc * bool * check both * bump opendbc * and on TSS-P the initializing bit isn't set fix kF value for thermal PI controller (#23871) Hyundai: add FW versions for 2022 Elantra Subaru: add FW for 2019 Subaru Impreza (#23873) * Update values.py * Update selfdrive/car/subaru/values.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> HKG: Add FW for 2021 Hyundai Santa Fe (#23858) Toyota: add Leuxs NX fingerprint (#23808) HKG: Add FW for 2022 Kia Niro HEV (#23863) * HKG: Add FW for 2022 Kia Niro HEV * Expand model year THNEED_DEBUG env var support CAN FD support in packer + parser (#23877) modeld: remove support for small model (#23803) * modeld: remove support for small model * use extra VW MQB: Add FW for 2017 Audi S3 (#23881) Hyundai: Add FW for 2022 Ioniq Plug-in Hybrid (#23862) * Add car port: Hyundai Ioniq Plug-in Hybrid 2022 * minSteerSpeed is 0 * Remove from crc8 checksum * Add test route * Revert "Add test route" This reverts commit a76ddca8889ba1b94a0475c4e5bd4da664c22ddb. * Revert "Remove from crc8 checksum" This reverts commit eb2be0a20ca1f7159a671a2b3eebefae3071a77c. * Revert "minSteerSpeed is 0" This reverts commit 3f40eba611cf5aeacfcc66b2f77da04a25f7ebdb. * Revert "Add car port: Hyundai Ioniq Plug-in Hybrid 2022" This reverts commit f4084989d00733aec039ee04dab4b4246deca542. * Hyundai: Add FW for 2022 Ioniq Plug-in Hybrid * Remove IONIQ_PHEV from STEER_MAX = 255 * Add additional FW version Update Santa Fe 2019 route (#23888) * new santa fe route, mid-drive to parking lot * bump minor cleanups, fix non binary compile (#23882) Co-authored-by: Comma Device <device@comma.ai> better steer fault names (#23890) * better steer fault names * bump cereal locationd, paramsd: Check conditions before updating kalman filters (#23789) * update filters only when all messages are alivbe and valid * update message valid and fix unit test * update refs * move check outside loop * modify fake message fn in test * deprecate inputsOK and resolve PR comments * avoid double looped list comprehension * follow import conventions * modify paramsd valid to only be invalid in case of commIssue * update refs camerad: log debayer + yuv processing time (#23894) * camerad: log debayer + yuv processing time * bump cereal locationd: fix writing LastGPSPosition interval (#23895) Fan controller cleanup + testing (#23886) * clean up fan controllers in preparation for testing * add fan controller to release * add some unit tests around the fan controller * subclass ABC thermald: use latest modem temps (#23878) * thermald: use latest modem temps * move that Move 2020 Lexus NX 300 fw fingerprints to TSS2 (#23893) * Revert "Toyota: add Leuxs NX fingerprint (#23808)" This reverts commit 4f999b44c6a6d54ec499676f5f8019208a59dfd4. * Add engine and fwRadar fw model: mse err from 0.02-> 0.000056 (#23891) * mse err from 0.028070712 -> 5.8073703e-05 * build with weights fixup * need thneed lib also * don't break for binaries * static analysis says i need init * check the bias * load_dlc_weights * nicer scons * tested scons * fix static * pylint issue * new ref * a few more asserts Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> remove trivial terminal constraint and associated CasADi generated functions (#23898) * remove trivial terminal constraint and associated CasADi generated functions * Update refs Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> Longitudinal MPC set qp tolerance to 1e-3 (#23899) * initialize solverExecutionTime longitudinal_planner * test_onroad: improve timing evaluation * longitudinal MPC: set qp_tol to 1e-3 * update ref Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com> LongControl: fix control state oscillation (#23333) * check if plan is to accelerate or not * remove comment * needed to see it needed to see it * test logic with Toyota TSS2 * hackily log conditions * Revert "hackily log conditions" This reverts commit 7a6b5691e2b982c7a1e3911d980fb7530647affd. Revert "test logic with Toyota TSS2" This reverts commit e583d6e3caaa5f5b896165cd7949dfc1caabfd9a. order * revert * fix controlsd: fix vCruise jumping on pcmCruise cars (#23388) * clean up v_cruise_kph fix fix * Revert "clean up v_cruise_kph" This reverts commit 211b5c3dbe073414ef5c39b19d6d2c6e8de2cf0b. * always update vCruise and don't init if pcmCruise * revert change * update refs Remove KIA_NIRO_HEV_2021 from STEER_MAX = 255 blacklist (#23906) mac setup: add catch2 VW MQB: Add FW for 2018 Škoda Octavia (#23909) VW MQB: Add FW for 2020 Volkswagen Jetta (#23908) VW MQB: Add FW for 2022 Volkswagen Tiguan (#23913) lower model FCW + stock longitudinal threshold to -1.25m/s^2 (#23915) modeld: sync based on frame timestamp (#23901) * sync based on frame ts * log extra frame id * ints only * update ref * no rounding errors bump cereal bump cereal HKG: Add FW for 2022 Hyundai Santa Fe (#23889) * 2022 Hyundai Santa Fe fingerprint * Update selfdrive/car/hyundai/values.py Co-authored-by: Chris Frank <chrsfr@users.noreply.github.com> Co-authored-by: Willem Melching <willem.melching@gmail.com> UI: remove redundant condition (#23918) tools: add MultiLogIterator example to readme (#23917) * update LogReader doc use MultiLogIterator to read the entire route, get timestamps and deal with exceptions * bring back the old example * clean f-strings * simplify Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Honda: remove redundant steer fault check (#23920) jenkins: don't rely on SSH params (#23924) * jenkins: don't rely on SSH param * better ssh enabling * fix path * fix that Add --dbc argument to plotjuggler (#23919) * add --dbc argument * Update tools/plotjuggler/juggle.py * update readme Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> real can table column header panda.cc: add panda deep sleep mode(#23911) * needed for panda deepsleep mode * add set_deepsleep to panda.cc * rename to enable_deepsleep * remove void * fix value * bump panda DM: update wheeltouch timeouts to match EU guidelines (#23925) * update time to match 15/30 * add ref Remove void argument (#23928) bump opendbc ui: white color define (#23930) C3: detect metered Android hotspot (#23734) * C3: detect metered networks * show in ui * fix text layout * bump cereal * revert ui changes * set networkMetered * add athena method * add metered logging to uploader * use in athena uploader * remove param * use networkmanager properties to set cell to unmetered * fix indentation * no need to check * bump cereal * review * bump cereal build: remove /system/comma (#23937) Ford: add minEnableSpeed (#23940) Subaru: add FW for 2019 Subaru Impreza Sport (#23945) can_print_changes improvements positional args are nicer thneed: a more sane way of doing record/debug (#23938) Co-authored-by: Comma Device <device@comma.ai> this is pretty nice now add table support bump submodules, fix swaglog (#23943) Upstreamed and update acados (#23927) * change acados version to finalized PR https://github.com/acados/acados/pull/791 * acados: update include and x86_64 build * acados: update pyextra * adapt mpc files to updated acados * acados buid: clear acados_template and include dir before updating * update acados again * acados MPC: only generate solver, building is done via scons * update acados to latest acados/master * c3 libs * c2 libs * acados scons files: add acados build script as a dependency * acados scons files: add libacados.so and ocp_nlp_interface.h, build script not in files_common * update acados * adapts long & lat MPC file * update acados reference commit to acados/master Co-authored-by: Comma Device <device@comma.ai> camera_qcom2 refactor (#23946) * convert camerastate to a class * more refactor * do the refactor in file * put that one back * those changes can wait * very minor Co-authored-by: Comma Device <device@comma.ai> 2019+ Avalon: allow stop and go (#23952) * Avalon actually has SNG * update readme * Revert "update readme" This reverts commit 076561a0578bcc626fd6710bc411330ef13334d4. * update readme * fix * variants as it includes hybrids add script to receive camerastream supported by camerad install pre-commit hooks for all submodules no git in CI fix pre-commit install when subdirectories don't have a config cars: remove duplicated cancel logic (#23956) carControl: add long and lat active fields (#23859) * proof of concept * actuators packet describes which actuators are active * bump cereal * fixes * not needed for this PR * Do Toyota * add back controlsState.active * bump cereal * rest of cars * in actuators * add active back * which * use controlsState.active for now * will make an issue * Update selfdrive/controls/controlsd.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * move local lat_active checks into CC.latActive * remove redundant checks * move comment move comment * fix joystick mode * get enabled from carcontrol * do standstill check in controlsd * make sure we consider the gas press case for GM * use CC.actuators * fix * capitalization * Bump cereal Bump cereal * make intermediate actuators * similar convention to before * clean that up * update refs Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> move pandad to boardd/ (#23958) bump panda break up selfdrive.config (#23959) * break up selfdrive.config * add to release files * fix import order 12bit only (#23953) Co-authored-by: Comma Device <device@comma.ai> longitudinal MPC: add MAX_T in T_IDXS_LST (#23960) * longitudinal MPC: add MAX_T in T_IDXS_LST * update refs Co-authored-by: KexianShen <shenkexian@gmail.com> Improve style in drive_helpers (#23962) Rename RGB vision streams to match YUV streams (#23961) * Renaming VISION_STREAM_RGB_.. to match yuv names like VISION_STREAM_ROAD VISION_STREAM_RGB_BACK -> VISION_STREAM_RGB_ROAD VISION_STREAM_RGB_FRONT -> VISION_STREAM_RGB_DRIVER * little more Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> thermald: use named thermal zones (#23936) * thermald: use named thermal zones * remove print * and for c2 Co-authored-by: Comma Device <device@comma.ai> camerastream: update receive.py with some options cleanup selfdrive/test (#23967) * move test routes and test_models * move fingerprints * little more * remove that add parkingBrake to carState (#23968) * add parkingBrake to carState * fix gm Toyota: parking brake state (#23970) Merge remote-tracking branch 'upstream/master' into disengage-on-gas locationd: Commissue fix (#23951) * check allAliveAndValid only at filter init * revert cereal and bugfix test * rename filterValid to filterInitialized * bump cereal * correct err * update refs Honda: fix possible controls mismatch on Nidecs (#23973) * Honda: fix possible controls mismatch on Nidecs * bump panda DM: more precision running on DSP + e2e outputs (#23900) * update cereal * run but not use * log distraction type * regression scaling * clean up naming * add calib buf * add to header * fake model * no calib model * adjust threshs * 018a305f * fix bn * tweak1 * tweak2 * 0ff2/666 * tweak3 * t4 * t5 * fix out of bound * skip when replaying old segments * update ref * fix onnxmodel * get calib * update model replay refs * up ref checkout cereal master Move gas/brake pedal event logic to controlsd (#23850) * move some state machine logic to controlsd move some state machine logic to controlsd * same order same order * move unsafeMode up * disable at standstill * save last CS save last CS * do we need to copy at all? * don't copy * rename * Update selfdrive/controls/controlsd.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * Revert "Update selfdrive/controls/controlsd.py" This reverts commit 10bb51a0f0ee0d8e2a27c746a0638280a5eaea8a. * Update refs Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Merge remote-tracking branch 'upstream/master' into disengage-on-gas this was flipped stash should work these are null checks right now clean up a bit Fix controls mismatch on button enable cars + test against panda safety (#23975) * test models: check button enable cars against panda safety * gm too * cleanup don't read params in car interfaces (#23978) VW MQB: Add FW for 2021 Volkswagen Jetta (#23979) Toyota: clean up CarInterface apply function (#23714) * clean up CarController with intermediate variables only accessed once or twice * format * fixes and move frame to CarController Hyundai: set radarOffCan by radar DBC (#23981) Add angular rates carcontroller packet (#23980) * Controlsd: give carcontroller angular rates * Update cereal * Needs to be list * Update refs Docs: auto-generate supported cars documentation (#23762) * make CAR class enum, and values.py formatting * Revert "make CAR class enum, and values.py formatting" This reverts commit 04d9817e9d5d6ab5c027754018fc445f2cd3067a. * stash * add supported packages and model years * don't change model years in fps * move Lexus to info dict and make int enum * remove sometimes wrong model years from name string * use enum names * convert Honda's values * nice names * use name * GM * Mazda, Ford * Hyundai: WIP * finish Hyundai * fix * Nissan * Subaru * Tesla * formatting is for another PR * Chrysler: todo: unify the Pacificas? * do volkswagen * this isn't a zoo * skip enums for now * Update selfdrive/car/volkswagen/values.py Co-authored-by: Jason Young <46612682+jyoung8607@users.noreply.github.com> * set All * temp cars * auto-generate CARS.md * update type hinting * add generated file * add longitudinal star to cars that support disabling radar * add TODO * add notes * add min_steer_speed exception for hatchback * add minimum steering speeds * Add exceptions and run generator * Missing Telluride * fix Prius v * missing Prius Prime generate * start to convert years to strings * Fixup Hyundai * convert year sets to strings * handle this * missing S3 * Fix and add all missing cars (verified with script * Supported Package fixes * add get_tiered_cars * Check radarOffCan for removing most Honda from op long * Update for Avalon stop and go update on master * Fix missing car params * add my temporary script i'm using to verify new generated DBC add my temporary script i'm using to verify new generated DBC * generate with jinja template * add header and footer * clean up * rename rename * add exceptions. jinja is nice, but why are its loop indexes starting at 1? * add list of known car videos * See how these look * Add nice table formatting for column description Add nice table formatting for column description * generate * consisten br tag * small clean up * temp * Move car videos into CarInfo * add new copy and rename to footnotes * Revert "temp" This reverts commit 93c3fce1d3ab406f80cbfb9c00c2237d109c7846. clean up * generate * replace with svg * simplify a bit * add footnotes to CarInfo * move some variables to docs.py * Add video link for Acadia * Make Footnote an enum so we don't use random ints * static analysis fixes * move to CARS.md * fix last missing footnote * add to release files * rm test file * use svg generate * fix sorting * not needed * not sure how this got here * remove Sedan/Couple and add Diesel footnote * finish todos * move make specific footnotes to selfdrive/car/*/values.py rename * change to zeros * align bottom to center * Apply some suggestions * Update selfdrive/car/mock/values.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * Update copy * Try headers + bullet points * somehow better somehow better * finish updating copy * move template and add links to sups * stars shouldn't be clickable that didn't work try this try this this is better * add type hints to CarInfo add more type hinting * optional needs a type and any covers all (?) * move good steering torque to */values.py * dataclasses are much nicer than attr * use tuple * Update docs/cars.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * suggestions * suggestions * suggestions remove * clean up a bit * add more type hints * center stars and remove hardcoding from template * update copy * Add test * Fix types Fix types * add supported cars documentation test * clean up * replace with docs_definitions * Add back Footnote enums * Ah so these are like fstrings! * Update selfdrive/car/CARS_template.md Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * Update selfdrive/car/docs.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * Update year from master merge * Fix longitudinal star from merge * sort properly stars by Column enum * clean up * HKG: Sorry guys * Prius V gets FSR star, like others * Update selfdrive/car/docs.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * update comment * No Prius docs change for now Co-authored-by: Jason Young <46612682+jyoung8607@users.noreply.github.com> Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Bump cereal Merge remote-tracking branch 'upstream/master' into disengage-on-gas send pre-enable state when gas is pressed formatting and it's out forgot one allow gas press show toggle revert changes revert changes re-run car docs generator test onroad: better mpc timing prints (#23896) * initialize solverExecutionTime longitudinal_planner * test_onroad: improve timing evaluation bump cereal onroad UI: show negative speed (#23987) * show negative speed * remove () CARS.md tweaks (#23983) * CARS.md fixups * wrong one * sort footnotes * Mazda CX-9 has good torque * Try this * generate * yup, os uses native filesystem order update references to CARS.md and routes.py (#23993) Update carla script to easier install docker and nvidia-docker (#23986) * Easier docker and nvidia-docker install in carla script * Small cleanup * cleanuo * cleanup * More comments * Remove adding usergroup step Hyundai: send driver override state when gas is pressed (#23745) * send pre-enable state when gas is pressed formatting and it's out forgot one allow gas press show toggle revert changes revert changes * revert change camerad: imx390 support (#23966) * something is output * min stuff * visible picture * pics look good * maybe * whole sensor * fix all cameras * support both cameras * autoexposure for imx390 * fix imx390 blacklevel * touchups * put gain in db scale * inline and fix max exposure Co-authored-by: Comma Device <device@comma.ai> Nissan + Tesla: fix controls mismatch on blocked msg (#23994) * Nissan + Tesla: fix controls mismatch on blocked msg * bump panda cars: cleanup CS usage (#23957) plotjuggle: add blockedCnt to controls mismatch debug layout Car ports: update PR template (#23996) * update text for docs generator * use docs.py * Update .github/pull_request_template.md Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Revert "send pre-enable state when gas is pressed" This reverts commit 8d82e697dc2efade307413e767d14b56b4d2d079. Merge remote-tracking branch 'upstream/master' into disengage-on-gas Honda: clean up CarInterface.apply and CarController (#23876) * clean up honda/carcontroller * indentation * fixes * clean up apply function clean up apply function Hyundai: clean up CarInterface apply function (#24000) * clean up Hyundai CarController * remove Toyota: Support Avalon Hybrid 2022 (TSS2.5) (#23892) * Add Avalon Hybrid 2022 * update docs * set a tune * add test route * uploaded route Support Toyota Alphard Hybrid 2021 (#24003) * add 2021 Alphard Hybrid revert * fix fp name * run docs generator * Add to releases * test route Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Mazda: no steer unavailable alert for cars with full range steering (#23998) * allow steer if minSteerSpeed is <= 0 * need to understand lkas_blocked, can we just use that? need to understand lkas_blocked, can we just use that? * Revert "need to understand lkas_blocked, can we just use that?" This reverts commit 8793fb562d6ba41ce4fd8c8e8a974d639e98f79b. * better * fix * little more clear Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> replay: fix wrong format code in print (#24006) Add warning for unsupported NVME (#23972) * Add warning for unsupported NVME * fix it up * fix typo Co-authored-by: Comma Device <device@comma.ai> Sanitize IP zookeeper/enable_and_wait.py (#24007) * Sanitize IP zookeeper/enable_and_wait.py * Fixed Identation * Fixed Gaierror skip test models in unittest discovery cleanup tici_init in launch script calibrationd: remove unused arg in function (#24004) camerad: set QCOM CL perf hint (#23791) Co-authored-by: Comma Device <device@comma.ai> update tesla ap2 fingerprint after OTA update (#24013) Revert "camerad: set QCOM CL perf hint (#23791)" This reverts commit b079475ad3045300b26db54924f0c3db3e2e06d8. Ignore BrokenPipeError Tesla: disable temp fault on hands on error (#24014) plotjuggler: add lag debugging layout Apply EU guideline lateral limits (#23974) * Apply EU limits * Lower bound v_ego * Add curvature limit comment * Remove comment * Update ref calibrationd: add function typing (#24018) deleter: handle files (#24023) set MANAGER_DAEMON for boardd docs: support for automatically generating website vehicles page (#24020) * add vehicles.vue template * add original vue file * stash * stash * clean up a bit * add template for now * implement footnotes and tier copy * no more generator * convert to 2 spaces * should work, now onto vue * does GH handle this html well? * fix * auto-generate descriptions and make tiers' maps non-str * remove old files * move template specific variable into templates, should be a bit simpler * js template is simplier too now js template is simplier too now js template is simplier too now * add video links from the nice car_info * make rows attributes * clean up * fix * remove template * experiment with video links in GH add image how does this look? fix * Revert "experiment with video links in GH" This reverts commit 8375e717b563f7b4ecf009ffae00174de1a0b8e9. * sort tier_car_info in place * unused Tuple * no type check * fix script test models: skip with flag Honda Nidec: don't actuate while longitudinal is inactive (#24028) * don't command any pcm_speed when long is not active * update refs Merge remote-tracking branch 'upstream/master' into disengage-on-gas Bump panda update unsafeMode to alternativeExperience (#23995) * update unsafeMode to alternativeExperience * fix * fix * bump submodules Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Merge remote-tracking branch 'upstream/master' into disengage-on-gas these changes will be in border PR these changes will be border PR ⛽ ➡️ 🔋 bump test onroad: CPU usage test improvements (#24035) * test onroad: CPU usage test improvements * remove those update SAFETY.md sensord: add support for Quectel raw gps (#24027) * connecting to rawgps * dumping rawfps packets * this works, but it might be useless * fix parsing * parsing 0x1476 * compare * compare better * refactoring * parsing and broadcasting GPS packet * glonass support * compare using submaster * fix compare for glonass * update cereal * make linter happy * other linter issue * last mypy complaints * add support for publishing gpsLocationExternal * set flags to 1 to match ubloxd * ready to ship * qcomdiag * use unused variables * last one Co-authored-by: Comma Device <device@comma.ai> Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> pylint: enforce indentation (W0311) (#24039) * pylint: enforce indentation (W0311) * few more CARLA: fix setting camera EOF (#24034) * Fix Openpilot in Carla isn't accelerating The scalars of the timestamp are different in real-world and simulation, which will cause an infinite loop in selfdrive/modeld/modeld.cc. * Set eof based on the frame ID Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * remove global Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> bunch of gpu config (#23932) Co-authored-by: Comma Device <device@comma.ai> ui: repaint toggles after offroadTransition (#24038) * repaint after offroadTransition * Update selfdrive/ui/qt/widgets/controls.h Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> UI: better lag logging (#24042) * UI: better lag logging * remove print sim: add ignition toggling (#24043) Training guide updates (#24033) * add new images * update boxes * copy updates and fix checkmark spacing * update wide images and boxes * tune path and smaller triangle * tune bounding boxes * clean up * same triangle as c3 * revert panda * optimize images * Revert "revert panda" This reverts commit f66aac85a01135d68d0c51ad4c383b7cd23ef86f. * add comment * add new step18 * final fixes * pixel perfect Update README.md CarParams: remove max steer (#24044) * Remove max steer * Update ref bump cereal HKG: Add FW for 2020 Genesis G70 (#24045) bump laika MultiLogIterator: add function to reset bump cereal VW MQB: Add FW for 2018 Volkswagen Arteon (#24050) VW MQB: Add FW for 2019 Volkswagen Golf (#24051) HKG: Add FW for 2022 Hyundai Santa Fe PHEV (#24048) Add missing CAMRYH_TSS2 fwdRadar (#24047) `@SloshyZebra#8815` 2022 Toyota Camry Hybrid DongleID/route 34c6eea208b2f059|2022-03-26--13-14-41 controlsd: no cruise speed while main off (#24052) * controlsd: no cruise speed while main off * probably more accurate * update refs Add sample metric type to statsd (#23557) * add sample stat, and make current power draw work on eon/c2 * fix power monitoring test * little cleanup * add type hinting to dict * save as different values * duh * rip out power stat * small fix Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * cleanup this too Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Merge remote-tracking branch 'upstream/master' into disengage-on-gas
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 14, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 14, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 20, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 28, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 28, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 28, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 29, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 29, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 29, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 29, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 29, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 29, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Apr 29, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
May 16, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
May 18, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
May 19, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
May 20, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
May 20, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
May 23, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
May 23, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 4, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 4, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 8, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 8, 2022
Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> Dev UI Dev UI Update img_brake_disc.png Update onroad.cc Update onroad.cc add signal for brake disc Update onroad.cc NEOS 20 Turning the speed Red rename Turning the speed Red hotFix Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 8, 2022
Masteryota-FInal-1 Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Dev UI Dev UI Update img_brake_disc.png Update onroad.cc Update onroad.cc add signal for brake disc Update onroad.cc NEOS 20 Turning the speed Red rename Turning the speed Red hotFix Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> add Rav4 to INDI Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 8, 2022
Masteryota-FInal-2 Masteryota-FInal-1 Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Dev UI Dev UI Update img_brake_disc.png Update onroad.cc Update onroad.cc add signal for brake disc Update onroad.cc NEOS 20 Turning the speed Red rename Turning the speed Red hotFix add Rav4 to INDI Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 8, 2022
Masteryota-Final-1 Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Dev UI Dev UI Update img_brake_disc.png Update onroad.cc Update onroad.cc add signal for brake disc Update onroad.cc NEOS 20 Turning the speed Red rename Turning the speed Red hotFix add Rav4 to INDI Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 9, 2022
Masteryota-Final-2 Masteryota-Final-1 Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Dev UI Dev UI Update img_brake_disc.png Update onroad.cc Update onroad.cc add signal for brake disc Update onroad.cc NEOS 20 Turning the speed Red rename Turning the speed Red hotFix add Rav4 to INDI Update interface.py Update longitudinal_planner.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 10, 2022
Masteryota-Final-2 Masteryota-Final-1 Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Dev UI Dev UI Update img_brake_disc.png Update onroad.cc Update onroad.cc add signal for brake disc Update onroad.cc NEOS 20 Turning the speed Red rename Turning the speed Red hotFix add Rav4 to INDI Update interface.py Update longitudinal_planner.py Typo oops Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 10, 2022
Masteryota-Final-2 Masteryota-Final-1 Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Dev UI Dev UI Update img_brake_disc.png Update onroad.cc Update onroad.cc add signal for brake disc Update onroad.cc NEOS 20 Turning the speed Red rename Turning the speed Red hotFix add Rav4 to INDI Update interface.py Update longitudinal_planner.py Typo oops Update README.md increase torque rate limit Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 10, 2022
Masteryota-Final Masteryota-Final-2 Masteryota-Final-1 Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Dev UI Dev UI Update img_brake_disc.png Update onroad.cc Update onroad.cc add signal for brake disc Update onroad.cc NEOS 20 Turning the speed Red rename Turning the speed Red hotFix add Rav4 to INDI Update interface.py Update longitudinal_planner.py Typo oops Update README.md increase torque rate limit corolla indi untested Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 11, 2022
Masteryota-Final Masteryota-Final-2 Masteryota-Final-1 Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Dev UI Dev UI Update img_brake_disc.png Update onroad.cc Update onroad.cc add signal for brake disc Update onroad.cc NEOS 20 Turning the speed Red rename Turning the speed Red hotFix add Rav4 to INDI Update interface.py Update longitudinal_planner.py Typo oops Update README.md increase torque rate limit corolla indi untested Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 11, 2022
Masteryota-Final Masteryota-Final-2 Masteryota-Final-1 Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Dev UI Dev UI Update img_brake_disc.png Update onroad.cc Update onroad.cc add signal for brake disc Update onroad.cc NEOS 20 Turning the speed Red rename Turning the speed Red hotFix add Rav4 to INDI Update interface.py Update longitudinal_planner.py Typo oops Update README.md increase torque rate limit corolla indi untested Update README.md Update README.md Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 11, 2022
Update README.md Masteryota-Final Masteryota-Final Masteryota-Final-2 Masteryota-Final-1 Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py :warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad Disabling of not tested branch warning should only affect users with ssh access to repo (me) and only the main Rav4-TSS2 branch. Disabled in a way that hopefully doesn't harm comma's metrics. Update interface.py faster accel max Use INDI instead of LQR for select Toyota's Add camry to indi bump up gain 10% Prius tss2 INDI instead of LQR for Prius tss2 INDI Update interface.py Lower PID for smoother wheel Update tunes.py Update interface.py Update tunes.py Update interface.py almost stock accel max This reverts commit 9c775d0. Stockify accel Faster accel from start rearrange Steering fault fix Update safety_toyota.h Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Revert "Steering fault fix" This reverts commit 4b33fea. Revert "rearrange" This reverts commit b054950. Revert "Faster accel from start" This reverts commit 03dac75. Remove op long toggle since it's broken fixed traffic TF This reverts commit 6be8366. fixed traffic TF Revert ":warning: Remove Test Branch Warning; Disable Updates; Remove Prime Ad" This reverts commit 11afa4c. tiny bit more boost at take-off Features list Features list Update README.md offset to match dash not just prius speed factor hack for Prius speed factor hack for Prius Update carstate.py offset speed to match dash Dev UI Dev UI Update img_brake_disc.png Update onroad.cc Update onroad.cc add signal for brake disc Update onroad.cc NEOS 20 Turning the speed Red rename Turning the speed Red hotFix add Rav4 to INDI Update interface.py Update longitudinal_planner.py Typo oops Update README.md increase torque rate limit corolla indi untested Update README.md Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 22, 2022
Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jun 22, 2022
Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py NEOS 20 add hkg to max lat accel and import params add hkg to max lat accel and import params Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Update interface.py Update interface.py Update interface.py Update interface.py chart vals Legacy Comma engage/disengage sounds tuned by spektor add rav4 to torque controller Latcontrol torque: integrator need not be reset (commaai#24606) slow integrators need not be reset rename Honda MAX_LAT_ACCEL rename HKG to MAX_LAT_ACCEL fix logic for non modded users Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com>
cfranyota
pushed a commit
to cfranyota/openpilot-retired
that referenced
this pull request
Jul 7, 2022
Mypilot-v0.8.14 Mypilot-v0.8.14 commit 0ec5f5d Author: Casey Francis <> Date: Sun Jul 3 14:32:08 2022 -0700 increase for sluggish follow commit bf8f21c Author: Casey Francis <> Date: Sun Jul 3 14:26:45 2022 -0700 increase decelrate by 25% commit ef62343 Author: Casey Francis <> Date: Sun Jul 3 13:32:48 2022 -0700 Update carstate.py commit bbdafa7 Author: Casey Francis <> Date: Sun Jul 3 13:29:00 2022 -0700 Update carstate.py commit 180ebce Author: Casey Francis <> Date: Sun Jul 3 12:20:07 2022 -0700 fix VOACC for Honda bosch commit f496bf9 Author: Casey Francis <> Date: Sun Jul 3 10:55:02 2022 -0700 Update carstate.py commit 331c7a7 Author: Casey Francis <> Date: Sun Jul 3 10:35:27 2022 -0700 Update carstate.py commit 3229367 Author: Casey Francis <> Date: Sun Jul 3 10:29:03 2022 -0700 Update carstate.py commit 73be4a3 Author: Casey Francis <> Date: Sun Jul 3 10:20:04 2022 -0700 Update carstate.py commit d743857 Author: Casey Francis <> Date: Sun Jul 3 10:14:27 2022 -0700 Update hondacan.py commit 3e9380d Author: Casey Francis <> Date: Sun Jul 3 10:05:30 2022 -0700 Update carstate.py commit 395670d Author: Casey Francis <> Date: Sun Jul 3 09:55:40 2022 -0700 Update carstate.py commit 7da96d9 Author: Casey Francis <> Date: Sun Jul 3 09:43:14 2022 -0700 Update carstate.py commit 82aa8fe Author: Casey Francis <> Date: Sun Jul 3 09:42:42 2022 -0700 Revert "Update carstate.py" This reverts commit b94fcdf. commit b94fcdf Author: Casey Francis <> Date: Sun Jul 3 09:35:29 2022 -0700 Update carstate.py commit 785b974 Author: Casey Francis <> Date: Sun Jul 3 09:00:25 2022 -0700 Update carstate.py commit 0cfcfd2 Author: Casey Francis <> Date: Sat Jul 2 18:55:32 2022 -0700 Update safety_honda.h commit c6c0a49 Author: Casey Francis <> Date: Sat Jul 2 18:54:38 2022 -0700 Revert "Update safety_honda.h" This reverts commit 90ec6ec. commit 90ec6ec Author: Casey Francis <> Date: Sat Jul 2 18:48:01 2022 -0700 Update safety_honda.h commit 113f6eb Author: Casey Francis <> Date: Fri Jul 1 20:29:12 2022 -0700 Update safety_honda.h commit 6d48b88 Author: Casey Francis <> Date: Fri Jul 1 20:27:25 2022 -0700 join nidec commit 120d745 Author: Casey Francis <> Date: Fri Jul 1 20:23:39 2022 -0700 Update interface.py commit 37af77d Author: Casey Francis <> Date: Thu Jun 30 22:55:52 2022 -0700 bosch's dbc stuff forget 2 things commit a5dab5e Author: Jason Wen <47793918+sunnyhaibin@users.noreply.github.com> Date: Wed Jun 22 01:17:13 2022 -0400 Honda Longitudinal: fix HUD max distance setting (commaai#24915) Fix max distance setting on display commit dfd731e Author: Shane Smiskol <shane@smiskol.com> Date: Sat Jun 11 00:14:58 2022 -0700 Honda carcontroller and signal cleanup (commaai#24806) * common signals * move stopping * space * clean up * bump opendbc commit f187271 Author: Shane Smiskol <shane@smiskol.com> Date: Mon Jun 13 18:42:47 2022 -0700 Honda Bosch long: fix ACC fault (commaai#24851) Fix Honda bosch long Co-authored-by: redacid95 <jonathanc.olivier@gmail.com> Honda Bosch long: fix ACC fault (commaai#24851) Fix Honda bosch long Co-authored-by: redacid95 <jonathanc.olivier@gmail.com> commit 4e22be3 Author: Shane Smiskol <shane@smiskol.com> Date: Wed Jun 8 22:38:07 2022 -0700 Honda Bosch: fix openpilot longitudinal controls mismatch (commaai#24788) Honda Bosch: fix openpilot longitudinal controls mismatch (commaai#24788) * fix bosch controls mismatch * bump * bump panda commit 43471f1 Author: Casey Francis <> Date: Thu Jun 30 17:02:05 2022 -0700 fix civics/ crv commit 9a23770 Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Thu Jun 30 16:34:03 2022 -0700 Update interface.py commit 1c5cad2 Author: Casey Francis <> Date: Thu Jun 30 08:44:50 2022 -0700 temp in C° commit 9cd15ad Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Mon Jun 27 15:25:47 2022 -0700 Torque control: higher low speed gains and better steering angle deadzone logic (commaai#24980) * Try no friction and no deadzone * Learn fromd ata * update refs commit 65ce9f7 Author: Casey Francis <> Date: Mon Jun 27 13:14:36 2022 -0700 adjust numbers down a tad commit d72946b Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Mon Jun 27 12:04:49 2022 -0700 Update longcontrol.py commit 73a2317 Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Mon Jun 27 11:45:31 2022 -0700 my device pic commit 8a5205b Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Mon Jun 27 10:46:56 2022 -0700 Update README.md commit 72ebfba Author: Casey Francis <> Date: Mon Jun 27 08:17:15 2022 -0700 Update interfaces.py commit 83f368d Author: Casey Francis <> Date: Mon Jun 27 01:36:39 2022 -0700 Update long_mpc.py commit 67cdad9 Author: Casey Francis <> Date: Sun Jun 26 10:08:45 2022 -0700 Cereal move-fast move-fast cereal commit 5b165b7 Author: alfhern <hz.alfonso@gmail.com> Date: Fri Jul 17 15:23:38 2020 +0200 Move-Fast mods Hands on wheel monitoring: Implementation according to r079r4e regulation VisionTurnController Implementation Debug UI: Toggle to display debug UI elements LiveMapData: Implementation SpeedLimitControl: Implementation TurnSpeedController: Implementation Live Map Data; Fix issue on C2 installation of opspline package. Update onroad.cc Update hands_on_wheel_monitor.py Update vision_turn_controller.py Update WayRelation.py Update dmonitoringd.py Update onroad.cc Revert "Update onroad.cc" This reverts commit 55d784c. Revert "Revert "Update onroad.cc"" This reverts commit 93bf316. Update longitudinal_planner.py Update mapd.py Update onroad.cc Update onroad.cc Update onroad.cc Revert "Update onroad.cc" This reverts commit 534aee7. Update onroad.cc reposition numbers better offset better offset Update speed_limit_controller.py Update onroad.cc commit 71e4010 Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Sun Jun 26 10:23:54 2022 -0700 Update thermald.py commit 000fc11 Author: Casey Francis <> Date: Fri Jun 24 20:18:02 2022 -0700 Update long_mpc.py commit c916857 Author: Casey Francis <> Date: Fri Jun 24 20:05:15 2022 -0700 unicorns and ferries :unicorn: commit b3e4094 Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Fri Jun 24 16:57:06 2022 -0700 Add the rest oops commit dd34a8b Author: Casey Francis <> Date: Fri Jun 24 16:14:37 2022 -0700 add brake lights for honda bosch commit c05866c Author: Casey Francis <> Date: Thu Jun 23 16:50:43 2022 -0700 Update interface.py commit 98c08a2 Merge: cd24dc8 31de3f6 Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Thu Jun 23 10:15:24 2022 -0700 Merge commit '31de3f60274caa723ce3b67b3152fa29d194165a' Conflicts: selfdrive/car/toyota/interface.py commit 31de3f6 Author: Casey Francis <> Date: Thu Jun 23 03:15:25 2022 -0700 Update longcontrol.py commit cd24dc8 Author: Casey Francis <> Date: Thu Jun 23 03:15:25 2022 -0700 Update longcontrol.py commit 4e95756 Author: Casey Francis <> Date: Thu Jun 23 02:55:03 2022 -0700 random commit 971b5b9 Author: Casey Francis <> Date: Wed Jun 22 22:55:10 2022 -0700 torque_tune commit f1261b1 Author: Casey Francis <> Date: Wed Jun 22 22:18:05 2022 -0700 update commit 9da1707 Author: Casey Francis <> Date: Wed Jun 22 21:53:45 2022 -0700 Update log.capnp commit cdde264 Author: Casey Francis <> Date: Wed Jun 22 21:28:42 2022 -0700 Update drive_helpers.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 9b35741 Author: Casey Francis <> Date: Wed Jun 22 21:17:37 2022 -0700 Update tunes.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 0e222ea Author: Casey Francis <> Date: Wed Jun 22 20:59:57 2022 -0700 Update car.capnp Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit a598793 Author: Casey Francis <> Date: Wed Jun 22 20:56:28 2022 -0700 cereal changes Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 109c99d Author: Casey Francis <> Date: Wed Jun 22 20:42:19 2022 -0700 Update interfaces.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit db3b5b4 Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Wed Jun 22 15:58:06 2022 -0700 Refactor torque stuff (commaai#24921) * Refactor torque stuff * Add to release * Add substitute and override * Maxlataccel is required * Add to asserts * add ideal car * Need china too * yamls already linted * Fixed some bugs * Fixup * Unreliable data * Add cehck * Better comment * ref commit update commit cf514a3 Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Mon Jun 13 19:08:09 2022 -0700 Move couple toyotas to torque table values (commaai#24849) * Move couple toyotas to torque table values * Dont set for all cars yet * Dont regress docs * update ref commit 0746971 Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Mon Jun 13 16:54:32 2022 -0700 Couple more cars to torque tune (commaai#24848) * try sonata on torque tune * Couple known cars to torque control * fix * more fix commit 7503288 Author: Shane Smiskol <shane@smiskol.com> Date: Mon Jun 13 09:29:28 2022 -0700 Toyota Camry TSS2: update torque control params (commaai#24819) Use updated accel and friction values for TSS2 Camry commit 83db938 Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Fri Jun 10 17:57:23 2022 -0700 Car interface: set max lateral torque from table (commaai#24789) * json * better naem * Read from table * formatting and default to nan * Generate docs * Read from table * this should be the same * Prius v is full * test we always set the tunes correctly add to release files * Set for all cars Set for all cars * Revert tuning changes Revert tuning changes * remove that * fixes * update ref commit for new maxLateralAccels Co-authored-by: Shane Smiskol <shane@smiskol.com> commit b46bd4e Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Fri Jun 10 22:52:48 2022 -0700 Misc torque control fixes (commaai#24801) * Fiction compensation should be based on error * Update refs * Add deadzone * update ref commit ec5697d Author: Casey Francis <> Date: Wed Jun 22 18:59:19 2022 -0700 Revert "Revert "Update carcontroller.py"" This reverts commit c0d48c6. commit 466bf28 Author: Casey Francis <> Date: Wed Jun 22 18:59:05 2022 -0700 whoknowsifthisworks Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit ee94dc6 Author: Casey Francis <> Date: Wed Jun 22 17:08:15 2022 -0700 Update latcontrol_torque.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit c0d48c6 Author: Casey Francis <> Date: Wed Jun 22 17:07:18 2022 -0700 Revert "Update carcontroller.py" This reverts commit d21c769. commit 2ca6b6a Author: Casey Francis <> Date: Wed Jun 22 17:04:54 2022 -0700 Update latcontrol_torque.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit a287e68 Author: Shane Smiskol <shane@smiskol.com> Date: Thu Apr 28 00:42:52 2022 -0700 Clean up controllers (commaai#24340) * clean up lat controllers * pass CP once * sort commit 9da1707 Author: Casey Francis <> Date: Wed Jun 22 21:53:45 2022 -0700 Update log.capnp commit cdde264 Author: Casey Francis <> Date: Wed Jun 22 21:28:42 2022 -0700 Update drive_helpers.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 9b35741 Author: Casey Francis <> Date: Wed Jun 22 21:17:37 2022 -0700 Update tunes.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 0e222ea Author: Casey Francis <> Date: Wed Jun 22 20:59:57 2022 -0700 Update car.capnp Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit a598793 Author: Casey Francis <> Date: Wed Jun 22 20:56:28 2022 -0700 cereal changes Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 109c99d Author: Casey Francis <> Date: Wed Jun 22 20:42:19 2022 -0700 Update interfaces.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit db3b5b4 Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Wed Jun 22 15:58:06 2022 -0700 Refactor torque stuff (commaai#24921) * Refactor torque stuff * Add to release * Add substitute and override * Maxlataccel is required * Add to asserts * add ideal car * Need china too * yamls already linted * Fixed some bugs * Fixup * Unreliable data * Add cehck * Better comment * ref commit update commit cf514a3 Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Mon Jun 13 19:08:09 2022 -0700 Move couple toyotas to torque table values (commaai#24849) * Move couple toyotas to torque table values * Dont set for all cars yet * Dont regress docs * update ref commit 0746971 Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Mon Jun 13 16:54:32 2022 -0700 Couple more cars to torque tune (commaai#24848) * try sonata on torque tune * Couple known cars to torque control * fix * more fix commit 7503288 Author: Shane Smiskol <shane@smiskol.com> Date: Mon Jun 13 09:29:28 2022 -0700 Toyota Camry TSS2: update torque control params (commaai#24819) Use updated accel and friction values for TSS2 Camry commit 83db938 Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Fri Jun 10 17:57:23 2022 -0700 Car interface: set max lateral torque from table (commaai#24789) * json * better naem * Read from table * formatting and default to nan * Generate docs * Read from table * this should be the same * Prius v is full * test we always set the tunes correctly add to release files * Set for all cars Set for all cars * Revert tuning changes Revert tuning changes * remove that * fixes * update ref commit for new maxLateralAccels Co-authored-by: Shane Smiskol <shane@smiskol.com> commit b46bd4e Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Fri Jun 10 22:52:48 2022 -0700 Misc torque control fixes (commaai#24801) * Fiction compensation should be based on error * Update refs * Add deadzone * update ref commit ec5697d Author: Casey Francis <> Date: Wed Jun 22 18:59:19 2022 -0700 Revert "Revert "Update carcontroller.py"" This reverts commit c0d48c6. commit 466bf28 Author: Casey Francis <> Date: Wed Jun 22 18:59:05 2022 -0700 whoknowsifthisworks Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit b85252c Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Wed Jun 22 18:10:16 2022 -0700 Update longitudinal_planner.py commit ee94dc6 Author: Casey Francis <> Date: Wed Jun 22 17:08:15 2022 -0700 Update latcontrol_torque.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit c0d48c6 Author: Casey Francis <> Date: Wed Jun 22 17:07:18 2022 -0700 Revert "Update carcontroller.py" This reverts commit d21c769. commit 2ca6b6a Author: Casey Francis <> Date: Wed Jun 22 17:04:54 2022 -0700 Update latcontrol_torque.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit a287e68 Author: Shane Smiskol <shane@smiskol.com> Date: Thu Apr 28 00:42:52 2022 -0700 Clean up controllers (commaai#24340) * clean up lat controllers * pass CP once * sort commit 86d0ede Author: Casey Francis <> Date: Sun Jun 19 18:32:56 2022 -0700 INDI or Torque, no pid anymore Update interface.py commit 4164e2a Author: Casey Francis <> Date: Wed Jun 22 14:34:28 2022 -0700 Update README.md Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 1b33c40 Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Tue May 24 09:11:31 2022 -0700 New model: better laneless (commaai#24605) * Fix ping pong * Fix hugging: e6fd3a62-aa86-46d1-a414-19137ed1babc/800 * Remove lateral toggle * a6da6265-1952-48dd-986b-2b5996dd2642/950 * Model replay commit * Revert "Remove lateral toggle" This reverts commit 69e57eb. commit 09fce5e Author: Casey Francis <> Date: Wed Jun 22 14:20:27 2022 -0700 Update carstate.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit d21c769 Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Wed Jun 22 14:05:29 2022 -0700 Update carcontroller.py commit 5456bf5 Author: Casey Francis <> Date: Wed Jun 22 13:47:32 2022 -0700 Update safety_toyota.h Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 91633ea Author: Casey Francis <> Date: Wed Jun 22 13:26:19 2022 -0700 Update carcontroller.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 2e4aabb Author: Casey Francis <> Date: Wed Jun 22 13:17:44 2022 -0700 Update carcontroller.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit b8a3e6c Author: Casey Francis <> Date: Wed Jun 22 12:52:40 2022 -0700 merge conflict Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 0f07db2 Author: Casey Francis <> Date: Wed Jun 22 12:13:59 2022 -0700 add CC.latActive Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit f5311f6 Merge: 6bbed9a cde8a13 Author: Casey Francis <> Date: Wed Jun 22 11:31:01 2022 -0700 Merge branch 'devel-0.8.14' of https://github.com/cfranyota/openpilot into devel-0.8.14 commit 6bbed9a Author: HaraldSchafer <harald.the.engineer@gmail.com> Date: Tue Apr 19 19:34:31 2022 -0700 Lateral torque-based control with roll on TSS2 corolla and TSSP rav4 (commaai#24260) * Initial commit * Fix bugs * Need more torque rate * Cleanup cray cray control * Write nicely * Chiiil * Not relevant for cray cray control * Do some logging * Seems like it has more torque than I thought * Bit more feedforward * Tune change * Retune * Retune * Little more chill * Add coroll * Add corolla * Give craycray a good name * Update to proper logging * D to the PI * Should be in radians * Add d * Start oscillations * Add D term * Only change torque rate limits for new tune * Add d logging * Should be enough * Wrong sign in D * Downtune a little * Needed to prevent faults * Add lqr rav4 to tune * Try derivative again * Data based retune * Data based retune * add friction compensation * Doesnt need too much P with friction comp * remove lqr * Remove kd * Fix tests * fix tests * Too much error * Get roll induced error under 1cm/deg * Too much jitter * Do roll comp * Add ki * Final update * Update refs * Cleanup latcontrol_torque a little more commit d54430a Author: Shane Smiskol <shane@smiskol.com> Date: Tue Apr 19 16:07:46 2022 -0700 ui: adjust e2e path width commit cde8a13 Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Wed Jun 22 11:22:58 2022 -0700 Update controlsd.py commit e4f0cda Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Wed Jun 22 10:58:04 2022 -0700 Typo commit badab9d Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Wed Jun 22 10:53:14 2022 -0700 Llk commit ebf981c Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Wed Jun 22 10:48:02 2022 -0700 - self commit be18261 Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Wed Jun 22 10:42:48 2022 -0700 Update controlsd.py commit d22d8b6 Author: Casey Francis <> Date: Wed Jun 22 10:18:45 2022 -0700 this was renamed oops i forgot Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 2b35cb8 Author: Casey Francis <> Date: Wed Jun 22 09:45:54 2022 -0700 Update latcontrol_pid.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 000e20a Author: Adeeb Shihadeh <adeebshihadeh@gmail.com> Date: Fri Jun 3 14:34:16 2022 -0700 UI: don't disable toggles onroad commit a5d2fff Author: cfranyota <46506059+cfranyota@users.noreply.github.com> Date: Fri Jun 3 19:38:47 2022 -0700 fixed traffic TF This reverts commit 6be8366. fixed traffic TF commit cb48173 Author: Casey Francis <> Date: Wed Jun 22 09:16:26 2022 -0700 Update car.capnp Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 50fc52e Author: Casey Francis <> Date: Wed Jun 22 09:11:11 2022 -0700 revert Dev UI Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 87bb640 Author: cydia2020 <12470297+cydia2020@users.noreply.github.com> Date: Sat Jun 18 23:15:26 2022 +1000 Torque control: low speed boost (commaai#24859) commit 0c54cb1 Author: Casey Francis <> Date: Wed Jun 22 08:51:41 2022 -0700 Update car.capnp Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit f299fc8 Author: Casey Francis <> Date: Wed Jun 22 08:47:21 2022 -0700 Update car.capnp Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 42b6794 Author: Casey Francis <> Date: Wed Jun 22 08:46:54 2022 -0700 Revert "Update car.capnp" This reverts commit fc0190a. commit ce6ba17 Author: Casey Francis <> Date: Wed Jun 22 08:45:17 2022 -0700 Update car.capnp Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 46e774b Author: Casey Francis <> Date: Wed Jun 22 08:29:03 2022 -0700 Update log.capnp Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 1255018 Author: alexandresato <sato_alexandre@hotmail.com> Date: Mon Feb 7 16:28:26 2022 -0300 Turning the speed Red Turning the speed Red hotFix commit 677ebc8 Author: Casey Francis <> Date: Fri Jun 10 20:51:59 2022 -0700 Finish rename toggle change toggle to torque Update interface.py Update settings.cc commit ee2015c Author: Casey Francis <> Date: Sat Jun 11 15:20:11 2022 -0700 fix for non-tss 2.0 commit 78e0326 Author: Casey Francis <> Date: Sat May 14 07:37:03 2022 -0700 Steering fault fix Steering fault fix Update carcontroller.py Steering fault fix fault fix 1 fix conflict Rename oops Revert "Steering fault fix" This reverts commit b10db87. Fix "Steering fault fix"" This reverts commit cda5c77. Update safety_toyota.h Revert "Steering fault fix" This reverts commit 6600370. Revert "Revert "Steering fault fix"" This reverts commit 95c6cb3. Update carcontroller.py Update carcontroller.py Update carstate.py Update safety_toyota.h commit d7dbbb4 Author: wirelessnet2 <37725998+wirelessnet2@users.noreply.github.com> Date: Thu May 26 13:56:33 2022 -0400 Dev UI Dev UI Update onroad.cc Update car.capnp Update car.capnp Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 982178e Author: Casey Francis <> Date: Thu Apr 14 03:02:35 2022 -0700 Masteryota Masteryota Masteryota This reverts commit 916f2de. 1.8 accel max 1.25 follow Copied Sport vals from SA-Eco 3 hours off / saves your 12v battery Testing if the deadzone is causing the delay Or maybe it's the high ki values. Testing old known values from previous versions of OP. No deadzone Toyota logo instead of comma 1.2 follow Fork mods Fork mods lower gain, higher prediction, stiffer wheel, higher steer ratio Fork mods commit 5c673b6399737b3e0b9d9d54e0b830e0cb04b185 Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Wed Jul 28 15:47:27 2021 -0700 Fix steer max and make ki a bit higher. commit 039cf40ab0ac72ced1c19de6854b7761a109d4e6 Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 23:19:30 2021 -0700 add LQR for other bosch kids commit 95efde9a50bc4ca38a81e5cfdb86d1307db41f3c Author: Casey Francis <@cfranhonda> Date: Tue Jul 27 22:34:51 2021 -0700 add LQR tune Fork mods commit 9b45eb1 Author: Daehyuk Ahn <daehyuk@live.com> Date: Mon May 24 23:14:34 2021 -0700 Add EnableGasPedal (toggle menu) commit 4e9ac3b Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 17:36:22 2021 -0700 full speed fan commit 152dec1 Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:45:17 2021 -0700 add vision/ disable radar toggle commit 5c48f3e Author: Casey Francis <@cfranhonda> Date: Sat Aug 21 07:35:54 2021 -0700 vaggy hack to stop jerk commit 87328dd Author: cfranhonda <46506059+cfranhonda@users.noreply.github.com> Date: Mon Aug 23 07:15:05 2021 -0700 eps mod / gasmax adjust commit baffaee Author: Vehicle Researcher <user@comma.ai> Date: Sun Aug 22 22:13:11 2021 -0700 openpilot v0.8.8 release adding "," fws for modded people Update thermald.py No sound for Saturated steering remove no gps alert Update power_monitoring.py Update interface.py green instead of red path LQR toggle add LQR toggle for select Honda's add LQR toggle for modded Civic's & CRV Revert "Universal LQR tune" This reverts commit c10adf7. add LQR toggle change description Universal LQR tune Universal LQR tune This tune taken from the Toyota Rav4 has shown to be a great alternative to the standard PID tune. It's worked very well on eps mod multipliers of 2, 2.5, 3.5, 4x. It climbs the torque scale much smoother and doesn't "jitter" like PID does sometimes. fix LQR for RDX kf under PID only. add Accord to LQR toggle Conflicts: selfdrive/boardd/boardd.cc selfdrive/controls/lib/events.py selfdrive/ui/qt/offroad/settings.cc LQR toggle lower ff +25% Cruise max add to release notes paramsd cpu usage has been increasing boardd: connect to all pandas if none specified (commaai#23805) Refactor convolutions (commaai#23807) * one conv with defines * add conv * building works on C3 * this is num_outputs too, process replay is so useful cleanup import chaining of T_IDXS (commaai#23806) bump panda ui.py: fix model lead plotting Param to allow upload over cellular (commaai#23811) * param to allow upload over cellular * brackets to be consistent * move outside loop * fix tests longitudinal planner: disable change cost when stopped. not engaged or gas pressed (commaai#23639) * disable change cost completely on standstill and gas press * cleanup * set accel to zero * clean up logic around standstill * update ref onroad_test: increase camerad cpu usage after debayer changes Update raw_logger/framereader to new new ffmpeg api (commaai#23799) * Update raw_logger/framereader to new new ffmpeg api * Can be removed now * Handled by avcodec_free_context * handle EAGAIN and clean up thneed: a few asserts in the optimizer for cases it will fail docs: fix title typo cabana for your terminal Fix tici bigmodel (commaai#23817) * Fix bigmodel on tici: cam intrinsics arent static * Give TICI route own name for import * Make function useable in offline test * typo * change tici ecam focal to trained focal * No shadow variable * Fixed ref * Force update this time * Update model replay ref commit 2022 Hyundai Elantra firmware versions (commaai#23818) Added 2022 Hyundai Elantra fwdCamera, transmission, and engine fingerprints. CARS.md add 2022 elantra hyundai: custom fw version for sonata eps (commaai#23816) * hyundai: custom fw version for sonata eps * another comment HKG: Kia Sorento FPv2 (commaai#23815) * Replace Kia Sorento FPv1 with FPv2 * keep old fingerprint Subaru: add FW for Impreza Limited UDM 2017 (commaai#23802) * FPv2: Add Subaru Impreza Limited USM 2017 * test_fw_query_on_routes.py: add subaru support Fix unmetered upload over cell (fix commaai#23811) (commaai#23820) omx encoder: move writing into thread (commaai#23771) * omx encoder: move writing to separate thread * fix include * pop * log buffers sizes * split copy and write adjust comma two model timing thresholds after bigmodel Toyota: fix flaky EV detection (commaai#23825) script to clear DTCs move lock clearing to uploader (commaai#23826) * move lock clearing to uploader * test case Honda: revert to button enable on Nidec (commaai#23828) * Honda: revert to button enable on Nidec * fix test * bump panda Added (Ecu.eps) fingerprint for Hyundai Ioniq EV 2017 (commaai#23823) fix mac_setup w/ tools+plotjuggler (commaai#23552) * fix pycurl issue: * use newer curl backend for pip install * update lib paths based on brew prefix * fix cert issue when using pycurl using certifi * make output setup nicer * fix linter * typo * dont need that actually * revert * pipenv in brew * forgot this * make brew available on fresh install * undo * more undo * oops * use sytem curl, but homebrew openssl replay: use QCoreApplication (commaai#23831) scons: use correct brew prefix (commaai#23833) replay: use VideoToolbox HW decoder on Mac (commaai#23832) * replay: support VideoToolbox HW decoding * rename flag * remove debug assert Fix watch3 on mac (commaai#23834) this seems to about what my car converges to (commaai#23836) boardd: handle missing pandas Subaru: remove Impreza CAN fingerprints (commaai#23841) * Subaru: remove Impreza CAN fingerprints * fix process replay * update refs Toyota: remove outdated comment (commaai#23844) Remove unused MPC_COST_LONG class (commaai#23843) Faster cruise max Update interface.py sport torque for everyone torq boi suggestions torque for everyone Update settings.cc Update interface.py fix prius/camry tune torque for everyone add torque to hondas Update interface.py Fix Honda rename MAX_LAT_ACCEL Rename to MAX_LAT_ACCEL Try more chill tune Revert: That was too chill Update interface.py NEOS 20 add hkg to max lat accel and import params add hkg to max lat accel and import params Classic comma spinner '2' boot logo smaller '2' Revert "smaller '2'" This reverts commit 629267e. i think its fixed now Update interface.py Update interface.py Update interface.py Update interface.py chart vals Legacy Comma engage/disengage sounds tuned by spektor add rav4 to torque controller Latcontrol torque: integrator need not be reset (commaai#24606) slow integrators need not be reset rename Honda MAX_LAT_ACCEL rename HKG to MAX_LAT_ACCEL fix logic for non modded users Update interface.py Co-Authored-By: Comma Device <device@comma.ai> Co-Authored-By: Willem Melching <willem.melching@gmail.com> commit 4bcd01f Author: KRKeegan <kevin@krkeegan.com> Date: Wed May 25 17:42:15 2022 -0700 :racing_car: More Aggresive Start from Standstill Uses Dynamic MPC Costs which decreases the a_change and jerk costs at low speeds when accelerating. No changes made during braking. Also dynamically decreases the Stop_Distance as the lead pulls away so that the long_mpc commands forward accel just a little bit sooner. Lower overall Stop_Distance slightly, since we stop a bit more assertively now with the decreased costs, the stop distance doesn't need to be as high. Add a test_accel file for testing sluggish starts. Ignore longitudinalPlan Msgs in Process Replay. commit 448b4aa Author: KRKeegan <kevin@krkeegan.com> Date: Wed May 25 16:42:22 2022 -0700 :wrench: Tweak Toyota Long Tuning for My Tastes The Rav4 2019 TSS2 has ~1.4s lag between when accel commands are sent to the car and when they are acted upon when the car is starting from a dead stop. Stock feels fine with this limitation, so OP can too. Most of these changes are designed to fix any sluggishness caused by the Toyota Tune. Additional changes need to be made to the Long MPC in order to solve the sluggish start completely. Changes: Decrease vEgoStopping and vEgoStarting to 0.2. Car is perfectly capable of controlling at these speeds. Lower value allows for state machine to exit stopping phase just a bit faster. Double the ActuatorDelay lag to .3 so we look into the future just a bit more, seems a bit more inline with realworld experience. Halve stoppingDecelRate to match the OEM stop_accel of -.4m/s2. Makes the final jerk in stopping a bit smoother Increase the PID max accel to 1.8 m/s2 tappering back to 1.5 m/s2 at 5m/s. Increase planner max accel to 1.4 m/s2 from 1.2 m/s2 starting from a stop tapering back to 1.2 m/s2 at 10m/s. Decreased planner max accel at 55mph, seemed a little uncomfortable to me. Decrease A_Change Timescale in Long_MPC to match more closely what toyota lag is. Ignore some messages and fields in process_replay test in order to keep it working. commit 7a0d9be Author: KRKeegan <kevin@krkeegan.com> Date: Wed May 25 16:40:37 2022 -0700 :straight_ruler: Enable Toyota Distance Button to Change Distance Lines __Additions__ * Forward distance button presses to car can * Read distance_lines can message from car and use to set distance profile. * Alter T_Follow based on distance profile * Stock = 1.45 * Relaxed = 1.25 * Traffic ~= 1.05 (at low speeds closer to 1.25) * Adjust J_Cost, A_Change_Cost, and D_Cost based on distance profile * Weights for Costs need to be adjusted when T_Follow is decreased. __Tests__ * Add Longitudinal Tests for Additional Following Profiles * Copy the comma tests, with appropriate following distance for each profile. * Tweak Process_Replay Action - Ignores the new carState.distanceLines message, so that replay refs still pass. Thanks to sshane for help with this. See the tree ending with commit 73237de commit e517eef Author: Kevin Robert Keegan <kevin@krkeegan.com> Date: Sun Dec 19 15:50:05 2021 -0800 :page_facing_up: Add Toggle to Enable Automatic Raw Log Uploading Brings back the raw log toggle that was used prior to version 8.12. Upload RLogs First then Videos This reverts in part commit 2e0c73f. commit fb05960 Author: rav4kumar <36933347+rav4kumar@users.noreply.github.com> Date: Tue May 3 18:49:35 2022 -0700 torque port Latcontrol torque: update tuning (commaai#24357) * Little more chill * Update ref * Update refs Latcontrol torque: max_torque rename (commaai#24265) Update interface.py ordinal bs Update interface.py Update README.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
selfdrive/controls/lib/lateral_mpc_lib/lat_mpc.py imports T_IDXS from drive_helpers.py which imports it from modeld.constants.
imported directly from modeld.constants instead.