Commit Graph

8 Commits

Author SHA1 Message Date
Genie af9edff2f6
Update sunnylink.py to use bluepilot 2024-07-02 11:45:19 -05:00
tonesto7 a97cdb588a
Merged in experimental (SP 2024.06.05-1964) (#8)
* sync with alan-polk/dev-c3-app

* updated readme.md

* udpates to readme

* new image

* removed dead links

* fix typo in utilize

* no lane change smoothing in a curve

* updated logo

* add back support sunnypilot to readme.md

* updated lane change logic

* updated tuning on lane change modifiers

* 0.5 on right lane changes

* right is positive in comma world

* updated lane change tuning

* self.right_lc_modifier = 0.80

* self.right_lc_modifier = 0.70

* apply curvature limits after all calculations instead of before.

* use absolute value of apply_curvature when detecting lane change.

* if steeringPressed and abs(steeringAngleDeg) > 45:

* Merged in sunnypilot v2024.05.24-1822

* Fixed 23-24 Escape carname in sunnypilot_carname.json

* fixed missing torque data override for FORD_ESCAPE_MK4_23REFRESH

* additional LMC2 variables.

* bp readme.md

* Fixed issues with explorer mk6 after recent merge

* Merged in latest sp-dev changes into experimental

* create desired_curvature as a calculated value

* Only apply curvature limits once (#6)

* Only apply curvature limits once

* create immediate_curvature.

* safety limits before lane changes

* Merged SP Dev 2024.06.05-1964

---------

Co-authored-by: alan-polk <56047663+alan-polk@users.noreply.github.com>
2024-06-08 11:01:21 -04:00
alan-polk 268843673e
fix typo 2024-05-28 13:51:21 -05:00
alan-polk 6bfbd1930e if steeringPressed and abs(steeringAngleDeg) > 45: 2024-05-22 17:13:27 -05:00
alan-polk fe55b02b0d use absolute value of apply_curvature when detecting lane change 2024-05-22 14:47:19 -05:00
Nortel Data ca6d506485
Add 2023-2024 Ford Escape (CAN-FD) (#5)
* Update fingerprints.py

* Update values.py

* Update values.py

* Update sunnypilot_carname.json

* Update override.toml

* Update values.py

* Update fingerprints.py

* Update carcontroller.py

* Update values.py

* Update values.py

* Update carcontroller.py

* Update values.py
2024-05-21 10:50:43 -05:00
alan-polk 126c690d77
Initial feature merge from experimental (#3)
* sync with alan-polk/dev-c3-app

* updated readme.md

* udpates to readme

* new image

* removed dead links

* fix typo in utilize

* no lane change smoothing in a curve

* updated logo

* add back support sunnypilot to readme.md

* updated lane change logic

* updated tuning on lane change modifiers

* 0.5 on right lane changes

* right is positive in comma world

* updated lane change tuning

* self.right_lc_modifier = 0.80
2024-05-10 06:09:47 -05:00
Jason Wen 9f28d9bc44 sunnypilot v2024.04.30-1666
version: sunnypilot v0.9.7.0 release
  date: 2024-04-30T20:59:55
  master commit: 9caf2b5c10e73cfb1df27bf68c48023f3779e594
2024-04-30 20:59:55 +00:00