Added generic artifical FF_SPRING effect using FF_CONSTANT in Python.#22
Open
StanSwanborn wants to merge 2 commits into
Open
Added generic artifical FF_SPRING effect using FF_CONSTANT in Python.#22StanSwanborn wants to merge 2 commits into
StanSwanborn wants to merge 2 commits into
Conversation
Owner
|
Hi! Second... I believe that driver (in your case, |
This file contains hidden or 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
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.
Hi!
I worked on understanding my steering wheel on Linux for the past couple of weeks; your repository was invaluable for me! Using the sparse information available, using
lsusb,evtest,fftestand so on - I started to understand the Linux input system and the way the driver was interacting with it.I wanted to play Farming Simulator 2025, notorious for the crappy Force Feedback implementation (if you could even call it that) in the GIANTS engine since its introduction years ago. I therefore usually played it, using my Thrustmaster T300 RS, using the "Spring" effect.
I discovered my Asetek Forte Wheelbase does not support the FF_SPRING effect. Which severely limited my options in using my DD wheel for Farming Simulator 25. Using it in the default safety force mode, or in the no-force mode was unplayable.
I therefore set out to make my own generic script that would mimic FF_SPRING behavior through the FF_CONSTANT capability. I came to the following script.
Maybe it could help others, and considering your repository is currently the go-to spot for anyone looking to get their (direct drive) steering wheel working on Linux; I thought it would be nice to merge it here for others to use and expand upon.
Cheers,
Stan