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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this still does not work with MADS
visualage
force-pushed
the
visualage_wp_chrysler_advanced
branch
from
February 26, 2024 16:54
c3fcf15
to
a1df079
Compare
sunnyhaibin
changed the title
spoofing the speed only when steering command is active
FCA: Only spoof vEgo when steering command is active
Feb 28, 2024
visualage
force-pushed
the
visualage_wp_chrysler_advanced
branch
from
February 29, 2024 17:35
5be8a35
to
9691b4e
Compare
visualage
changed the title
FCA: Only spoof vEgo when steering command is active
FCA: Only spoof EPS when steering command is active
Feb 29, 2024
visualage
force-pushed
the
visualage_wp_chrysler_advanced
branch
from
February 29, 2024 17:37
9691b4e
to
ad623e1
Compare
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.
<5kph, delay 0.7s <10kph, delay 0.6s <15kph, delay 0.4s <25kph, delay 0.2s <65kph, delay 0.1s
<5kph, delay 0.7s <10kph, delay 0.6s <15kph, delay 0.4s <20kph, delay 0.3s <25kph, delay 0.2s <65kph, delay 0.1s
sunnyhaibin
added a commit
that referenced
this pull request
Jul 29, 2024
* MADS: cruise main button check cleanup * exit and resume controls cleanup * shorten and simplier * Update var names * simplify LKAS button press * more cleanup * Hyundai longitudinal: revert back for now * Add todo for future PR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.