forked from commaai/panda
-
Notifications
You must be signed in to change notification settings - Fork 29
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
FCA: Only spoof EPS when steering command is active #15
Open
visualage
wants to merge
10
commits into
sunnypilot:sunnypilot_wp_chrysler_advanced
Choose a base branch
from
visualage:visualage_wp_chrysler_advanced
base: sunnypilot_wp_chrysler_advanced
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
FCA: Only spoof EPS when steering command is active #15
visualage
wants to merge
10
commits into
sunnypilot:sunnypilot_wp_chrysler_advanced
from
visualage:visualage_wp_chrysler_advanced
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b8a778 - Browse repository at this point
Copy the full SHA 4b8a778View commit details -
use op active to enable/disable wp speed spoofing
this still does not work with MADS
Configuration menu - View commit details
-
Copy full SHA for e07ef4a - Browse repository at this point
Copy the full SHA e07ef4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dbb2b2 - Browse repository at this point
Copy the full SHA 8dbb2b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for df9d38f - Browse repository at this point
Copy the full SHA df9d38fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e86787 - Browse repository at this point
Copy the full SHA 3e86787View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1df079 - Browse repository at this point
Copy the full SHA a1df079View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad623e1 - Browse repository at this point
Copy the full SHA ad623e1View commit details -
adjust wait time for EPS based on vehicle speed
it seems EPS will fault when the speed is low (e.g. <15mph) and LKAS torque is sent too soon. introduce a way to dyanmically adjust the wait time (cycles) based on the speed before spoofing for speed <3mph, the wait time is 1s. for speed <9mph, the wait time is 0.5s. for speed <15mph, the wait time is 0.2s. for speed <39mph, the wait time is 0.1s. for speed >=39mph, no wait time.
Configuration menu - View commit details
-
Copy full SHA for 69fb11c - Browse repository at this point
Copy the full SHA 69fb11cView commit details
Commits on Mar 1, 2024
-
Fine tune the delay at various speeds
<5kph, delay 0.7s <10kph, delay 0.6s <15kph, delay 0.4s <25kph, delay 0.2s <65kph, delay 0.1s
Configuration menu - View commit details
-
Copy full SHA for 910fed9 - Browse repository at this point
Copy the full SHA 910fed9View commit details
Commits on Mar 5, 2024
-
<5kph, delay 0.7s <10kph, delay 0.6s <15kph, delay 0.4s <20kph, delay 0.3s <25kph, delay 0.2s <65kph, delay 0.1s
Configuration menu - View commit details
-
Copy full SHA for a8c1ddf - Browse repository at this point
Copy the full SHA a8c1ddfView commit details
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.