-
Notifications
You must be signed in to change notification settings - Fork 35
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
CONFIG_LOGIWHEELS_FF is not set in Jetson orin #38
Comments
It means your OS or Jetson doesn't support force feedback. |
Hi @kuriatsu, thanks for the suggestion. I tried running your code and am getting the same error as @zainmfd got above.
When running the node, I get the error as -
The linux kernel version i have is -
When I try - Could you please help me identify what could be the problem? Happy to provide more details for debugging, if need be. Thanks! |
Did you change |
Yes, I changed the device name parameter in the yaml file to device_name ='/dev/input/event11'. That's how the device was able to successfully connect. I think the issue is related to the force feedback modules. Could you please let me know if there were any other kernel versions that you have tested? Besides the 5.3.0-generic one? |
Sorry, I haven't checked the kernel and can't test it right now. |
If your wheel doesn't turn for calibration when you plug it in, there may be a hardware issue. |
I tried |
Okay, that may be the kernel issue. |
I'm using seeedstudio reComputer J4012-Edge AI Device with Jetson Orin NX 16GB module and trying g29 with ros noetic.
![error](https://private-user-images.githubusercontent.com/30889567/366976526-136fb0a2-7318-4d5a-ad6b-1f6a5faff1dd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Nzc2MTMsIm5iZiI6MTczOTQ3NzMxMywicGF0aCI6Ii8zMDg4OTU2Ny8zNjY5NzY1MjYtMTM2ZmIwYTItNzMxOC00ZDVhLWFkNmItMWY2YTVmYWZmMWRkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIwMDgzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE1OWEwMmVlY2IyMWUwYmQzYTA5NTVmODFiOWJkMWJiNTIyZWVjYjIyMjllZjNiNjY1MDVkMDZkZTEwNGRhYzAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4LIDCwBV0OGLmp6yKx-UKT5Hr0H2vksIfAx190wDLq0)
![Screenshot from 2024-09-12 21-42-22](https://private-user-images.githubusercontent.com/30889567/366974805-fad769c7-7802-4ed3-9cee-bfc7a9728295.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Nzc2MTMsIm5iZiI6MTczOTQ3NzMxMywicGF0aCI6Ii8zMDg4OTU2Ny8zNjY5NzQ4MDUtZmFkNzY5YzctNzgwMi00ZWQzLTljZWUtYmZjN2E5NzI4Mjk1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIwMDgzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc1ZmI0Y2VmZDYzYmNkNzMxNjViZTk5MTdkMTc1NjA5ZDIyZmE2YmU0MTQ5MzI0MjNiMTNjMGY5ZGM2MjBjODImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.h24ahw5xdI9EcWr5ngTT38JDdGBnwlCQZrEyLexKjLo)
when I try to run os_g29_force_feedback it is giving an error like below
Then I try
zcat /proc/config.gz | grep CONFIG_LOGIWHEELS_FF
Result
If anyone fix this issue please help me to solve this.
The text was updated successfully, but these errors were encountered: