This commit is contained in:
alan-polk 2024-05-28 13:51:21 -05:00 committed by GitHub
parent 6bfbd1930e
commit 268843673e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ In addition to all sunnypilot features, bluepilot incorporates the following For
- [**Improved Ford Longitudinal controls**] - logic to adjust stock OpenPilot single acceleration signal into seperate gas and brake signals for much smoother long control on ford vehicles. - [**Improved Ford Longitudinal controls**] - logic to adjust stock OpenPilot single acceleration signal into seperate gas and brake signals for much smoother long control on ford vehicles.
- [**Anti-Windup in Turns**] - Logic to reset the EPAS back to zero when a human turn is detected. This prevents the EPAS from winding up and fighting to keep turning after the car has straightened up. Makes experimental mode and MADS safer to use. - [**Anti-Windup in Turns**] - Logic to reset the EPAS back to zero when a human turn is detected. This prevents the EPAS from winding up and fighting to keep turning after the car has straightened up. Makes experimental mode and MADS safer to use.
- [**Anti Ping Pong Logic**] - Applies a blend of desired curvature and predicted curvature when no curves have been detected for at least the next 3 seconds. This greatly reduce steering wheel wiggle and ping pong. - [**Anti Ping Pong Logic**] - Applies a blend of desired curvature and predicted curvature when no curves have been detected for at least the next 3 seconds. This greatly reduce steering wheel wiggle and ping pong.
- [**Less Aggressive Lance Changes**] - utilizes a blend of desired curvature and predicted curvature to achieve smoother, less aggressive lane changes. - [**Less Aggressive Lane Changes**] - utilizes a blend of desired curvature and predicted curvature to achieve smoother, less aggressive lane changes.
</details> </details>