Commit Graph

16984 Commits

Author SHA1 Message Date
infiniteCable2 4c66affb36 Update opendbc_repo 2025-09-07 17:32:58 +02:00
infiniteCable2 5d057a1f03 Revert "pass yaw directly"
This reverts commit 8812fde77c.
2025-09-07 17:31:06 +02:00
infiniteCable2 894ef0c5c5 Merge branch 'curv_corr' of https://github.com/infiniteCable2/openpilot into curv_corr 2025-09-07 17:22:44 +02:00
infiniteCable2 8b3bcc5556 Update opendbc_repo 2025-09-07 17:22:37 +02:00
infiniteCable2 8812fde77c pass yaw directly 2025-09-07 17:22:27 +02:00
infiniteCable d17ba5a562 Update controlsd.py 2025-09-07 16:32:17 +02:00
infiniteCable2 d7fa268432 Update opendbc_repo 2025-09-07 15:48:34 +02:00
infiniteCable2 659963931b prepare neccessary variables for curv correction in vw car controller 2025-09-07 15:12:14 +02:00
infiniteCable2 564337b482 now ok? 2025-09-04 19:04:33 +02:00
infiniteCable2 4d708ab30a f**ked up submodule 2025-09-04 18:47:23 +02:00
infiniteCable2 b7aa4cdffe Revert "Update opendbc_repo"
This reverts commit 7a707bd8cd.
2025-09-04 18:47:06 +02:00
infiniteCable2 7a707bd8cd Update opendbc_repo 2025-09-04 18:42:49 +02:00
infiniteCable2 6e9e783a36 Update panda 2025-09-04 18:41:21 +02:00
infiniteCable2 5e249b3854 Merge branch 'master' of https://github.com/sunnypilot/sunnypilot 2025-09-04 18:40:27 +02:00
infiniteCable2 44e1dafd1d bump PR carcontroller PID, static ISO 2025-09-04 18:39:45 +02:00
infiniteCable2 1fe54563fb Merge pull request #3 from infiniteCable2/corr_car_contr_no_roll
Remove Curvature PID Correction
2025-09-04 18:37:30 +02:00
infiniteCable2 46fe675a74 Update opendbc_repo 2025-09-04 18:27:39 +02:00
infiniteCable2 c2461e95c3 Merge branch 'corr_car_contr_no_roll' of https://github.com/infiniteCable2/openpilot into corr_car_contr_no_roll 2025-09-04 18:04:43 +02:00
infiniteCable2 e806306fe1 Update opendbc_repo 2025-09-04 18:04:17 +02:00
infiniteCable2 42dfca1a5c Create latcontrol_curvature_pid_backup.py leave this here 2025-09-04 17:58:51 +02:00
github-actions[bot] 0cd2bbf6c0 [bot] Update Python packages (#1201)
Update Python packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-09-04 10:08:51 -04:00
DevTekVE 0871abcf55 bugfix: fix fetching params for sunnylink and backup (#1177)
* Hotfix for the params stuff until I rework this properly and leverage the new data types

* Revert "Hotfix for the params stuff until I rework this properly and leverage the new data types"

This reverts commit c6031b29d92d3ff5b679ffce3ba53611bb2dba0e.

* refactor: enhance getParams function to support JSON and bytes types with optional compression

* refactor: add TODO for enhancing server support of metadata in sunnylinkd.py

* lint and clean

* refactor: update value handling in getParams to return decoded values for JSON serialization

* refactor: simplify params_dict initialization by removing type hint

* refactor: update response handling in getParams to include JSON serialization of params

* refactor: update response handling in getParams to include JSON serialization of params

* Add to dic types

* refactor: extract get_param_as_byte function for improved parameter handling and fix backup inconsistencies

* cleanup

* ensure error propagates on backup fail
2025-09-04 14:45:37 +02:00
DevTekVE 8ccb777192 bugfix: improve exception handling for sunnylinkd (SUN-89) (#1207)
* bugfix: improve exception handling for WebSocket connections in sunnylinkd

* bugfix: enhance exception handling for WebSocket connections in sunnylinkd

* bugfix: improve OSError handling in sunnylinkd for better error reporting
2025-09-04 14:45:03 +02:00
DevTekVE 0593667601 bugfix: improve error handling in model fetching process (SUN-87) (#1205)
* bugfix: improve error handling in model fetching process

* cleanup

* bugfix: refine error handling in model fetching process
2025-09-04 14:44:42 +02:00
infiniteCable2 cd4325d23d Merge branch 'master' of https://github.com/infiniteCable2/openpilot into corr_car_contr_no_roll 2025-09-03 21:37:49 +02:00
infiniteCable2 95ce7f2f87 Update params_keys.h enable by default 2025-09-03 21:18:06 +02:00
infiniteCable2 13ecc929d2 Update settings.cc 2025-09-03 21:13:53 +02:00
infiniteCable2 e07866eab2 Update settings.cc 2025-09-03 21:08:51 +02:00
infiniteCable2 c1242a185d Update settings.cc 2025-09-03 21:02:09 +02:00
infiniteCable2 ad5debf481 Update settings.cc 2025-09-03 20:56:34 +02:00
infiniteCable2 ad9f836080 Update settings.py 2025-09-03 20:56:00 +02:00
infiniteCable2 8a24c00701 Update settings.py 2025-09-03 20:43:57 +02:00
infiniteCable2 68e886cfaa Update settings.cc 2025-09-03 20:42:51 +02:00
infiniteCable2 e812a36426 Update settings.cc 2025-09-03 20:17:35 +02:00
infiniteCable2 806f4e1583 Update settings.h 2025-09-03 20:08:33 +02:00
infiniteCable2 4006d9f370 Update settings.cc 2025-09-03 20:08:23 +02:00
infiniteCable2 c1dedd2692 Update opendbc_repo 2025-09-03 19:19:57 +02:00
infiniteCable2 5afb5e281b Merge branch 'master' of https://github.com/infiniteCable2/openpilot into corr_car_contr_no_roll 2025-09-03 19:09:57 +02:00
infiniteCable2 9061355549 bump 2025-09-03 18:59:19 +02:00
infiniteCable2 eaf24aa218 bump 2025-09-03 18:55:54 +02:00
infiniteCable2 0634987776 Merge branch 'master' of https://github.com/sunnypilot/sunnypilot 2025-09-03 18:55:16 +02:00
infiniteCable2 14b8457976 revert curv control and type clean 2025-09-03 18:52:22 +02:00
infiniteCable2 1d6ad46b02 Revert "remove curvature controller"
This reverts commit 085ebe148a.
2025-09-03 18:49:51 +02:00
infiniteCable2 9f8ff6d908 Revert "cleanup"
This reverts commit f524c6ef6d.
2025-09-03 18:49:45 +02:00
infiniteCable2 93f954ad8d Revert "Update opendbc_repo"
This reverts commit 5670bb044e.
2025-09-03 18:49:40 +02:00
infiniteCable2 98fedfecb8 Revert "Update opendbc_repo"
This reverts commit ca9173f122.
2025-09-03 18:49:35 +02:00
infiniteCable2 b417647192 Revert "Update opendbc_repo"
This reverts commit 4fa998d1bd.
2025-09-03 18:49:32 +02:00
infiniteCable2 2b780fc414 Revert "Update opendbc_repo"
This reverts commit 1211b79e8e.
2025-09-03 18:49:28 +02:00
infiniteCable2 7a279c8ce1 Revert "Update opendbc_repo"
This reverts commit e85397485c.
2025-09-03 18:49:24 +02:00
infiniteCable2 7c0da9aaa5 Revert "Update opendbc_repo"
This reverts commit 82fc6cca1a.
2025-09-03 18:49:20 +02:00