gotzl / hid-fanatecff

Driver to support FANATEC input devices, in particular ForceFeedback of various wheel-bases
GNU General Public License v2.0
151 stars 19 forks source link

get raw data and ForceFeedBack Control on Linux #62

Open NeighborDva opened 5 months ago

NeighborDva commented 5 months ago

force_feedback_test

Hello.

For the purpose of developing remote control for autonomous driving As I'm looking for force feedback control (handle control) and raw data of the steering wheel as shown in the image above, I'm asking you because the racing wheel most similar to the actual car seems to be Fanatec's dd series.

Do you have any advice on controlling the handle with force feedback and how to get raw data for the handle and pedal?

https://github.com/kuriatsu/ros-g29-force-feedback Referring to the link above, it seems to be based on linux/input.h. Can Fanatec's product also control raw data acquisition and handle with force feedback based on that library?

gotzl commented 5 months ago

Can Fanatec's product also control raw data acquisition and handle with force feedback based on that library?

I had a quick look into the code. I would say that the code is not too g29 specific. The parameters will be surly different with other wheel, but the general logic should work for other wheels as well. As you said, it uses linux/input.h, which is common API for wheels, pedals, buttons ...