Commit Graph

1026 Commits

Author SHA1 Message Date
dragonpilot 9e26bd8a89 remove canbus freq checking 2019-10-24 13:44:03 +10:00
dragonpilot 0df2160823 remove chmod bs 2019-10-22 16:53:36 +10:00
dragonpilot e5431eab5d completely remove params.put for connectivity check for performance purpose 2019-10-21 19:04:27 +10:00
dragonpilot d3b7d741af remove gas/brake value modification when allow_gas is enabled 2019-10-21 11:18:17 +10:00
dragonpilot ce54902f69 disable internet connection checking 2019-10-21 11:11:51 +10:00
dragonpilot 4b962fef63 Add Lead Car Moving Alert 2019-10-18 17:58:12 +10:00
dragonpilot c61ee95eec Make sure always use unsigned panda firmware 2019-10-18 09:47:14 +10:00
dragonpilot b5fb96455d adjust STEER_ANGLE to 0.0573 instead of 0.573 2019-10-18 09:41:09 +10:00
dragonpilot e8c31261c8 Merge branch 'devel-unsupported-cars' into devel-en 2019-10-18 09:39:33 +10:00
dragonpilot 608c8e46fd Merge branch 'devel' of https://github.com/commaai/openpilot into devel-en 2019-10-18 09:39:19 +10:00
dragonpilot 0f8cf424ce Merge branch 'devel' of https://github.com/commaai/openpilot into devel-unsupported-cars 2019-10-18 09:38:09 +10:00
Riccardo 9e20d79455 Update ref to process_replay regression test 2019-10-17 14:47:38 -07:00
Jason Young da1161d7d8 Add core OP support for CRC validation, with extra support for Volkswagen MQB (#836)
* Generalized core OP CRC support plus extra bits for Volkswagen MQB.
2019-10-17 13:58:32 -07:00
Riccardo 62d14b8122 Revert to using the sum of the lane line probabilities instead of the the product 2019-10-17 13:31:28 -07:00
dragonpilot 1608739cf7 Add slow on curve toggle 2019-10-17 14:22:28 +10:00
dragonpilot 3db7389eb8 fix unable to display release note issue 2019-10-17 13:35:10 +10:00
dragonpilot 7c8f42c07e update APK 2019-10-17 10:30:50 +10:00
dragonpilot 84fc30a84b Fix STEER_ANGLE in STEER_TORQUE_SENSOR factor to 0.573 (was 0.056) 2019-10-17 10:21:00 +10:00
dragonpilot fbbf03bb73 Merge branch 'devel-unsupported-cars' into devel-en 2019-10-17 10:19:50 +10:00
dragonpilot f096912cb5 Merge branch 'devel' of https://github.com/commaai/openpilot into devel-unsupported-cars 2019-10-17 10:19:13 +10:00
dragonpilot 270702f54c Fix charging_ctrl max/min value param reader 2019-10-17 09:59:13 +10:00
dragonpilot 601d0b8f1e Add DragonCarModel/DragonCarVIN params 2019-10-17 09:58:47 +10:00
dragonpilot 5416f2008e delete bs (branch switcher) 2019-10-16 17:22:21 +10:00
dragonpilot 4d8444a4aa upgrade autonavi app to v4.3.0 2019-10-16 16:10:01 +10:00
dragonpilot 4730da4911 Add no-cache header when download changelog 2019-10-16 11:57:49 +10:00
dragonpilot 24ed87e568 Add reboot to flash panda script 2019-10-16 10:36:17 +10:00
dragonpilot 3c658f93c0 Merge branch 'devel' of https://github.com/commaai/openpilot into devel-en 2019-10-15 11:57:02 +10:00
dragonpilot f82539ddd4 Update APK 2019-10-14 17:12:13 +10:00
dragonpilot cdfab1efeb Update APK 2019-10-14 16:59:49 +10:00
dragonpilot d8501656f0 fix reset_update.sh script again 2019-10-14 16:56:08 +10:00
dragonpilot 5eea31af91 Fix update_panda_firmware.sh 2019-10-14 16:29:13 +10:00
dragonpilot 3caa71ef1b add a script for update panda firmware 2019-10-14 16:03:44 +10:00
dragonpilot ef33ef60a8 fix reset_update script 2019-10-14 16:03:31 +10:00
dragonpilot d9ac0507a3 update APK 2019-10-14 13:59:20 +10:00
dragonpilot 3cd0270878 Create a custom script for update feature 2019-10-14 13:44:06 +10:00
dragonpilot 1c03ea3b39 update APK 2019-10-14 12:32:01 +10:00
dragonpilot 7a8f3e1df3 fix charging ctrl toggle 2019-10-14 12:27:39 +10:00
rbiasini 2ea17f00cf Force subaru to assume the stock camera is connected (#849) 2019-10-13 18:25:09 -07:00
dragonpilot 3adf752f1a Display dp's changelog instead of dp's release notes 2019-10-14 11:02:12 +10:00
dragonpilot 8803683a0c remove deprecated dragon params 2019-10-13 10:58:03 +10:00
dragonpilot c37dd3ec37 re-enable updated 2019-10-13 10:36:21 +10:00
dragonpilot 30f707cf7a Merge branch 'devel' of https://github.com/commaai/openpilot into devel-en 2019-10-13 10:17:34 +10:00
rbiasini 77aaead924 Allow to lock safety mode to keep gm/tesla cars supported (#844) 2019-10-11 17:35:07 -07:00
illumiN8i 8e329e1e3a 2019 Highlander Hybrid Limited Platinum (#843)
fingerprint from ogdragonzypher on Discord
2019-10-11 13:46:48 -07:00
dekerr 7ad5f4292e simplify encode/decode in dbc (#840)
* simplify encode/decode
2019-10-11 13:22:16 -07:00
dekerr a7bfa413ae use list comprehension (#839)
* use list comprehension

* oops index range fix
2019-10-11 00:09:59 -07:00
eFini b773d54460 Increase LEXUS_IS safetyParam to 77 (#841) 2019-10-10 23:31:05 -07:00
dragonpilot 7f3f07e04e Merge branch 'devel-unsupported-cars' into devel-en 2019-10-11 14:24:04 +10:00
dragonpilot a1abe13da0 Add Taiwan 2019 RAV4 FP from Max Duan / CloudJ 2019-10-11 14:23:43 +10:00
dragonpilot e55fd7ae4b Merge branch 'devel-unsupported-cars' into devel-en 2019-10-11 14:17:06 +10:00