microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
https://microsoft.github.io/AirSim/
Other
16.44k stars 4.58k forks source link

Is motion platform and Forcefeedback support available in AirSim? #1134

Open haider04 opened 6 years ago

haider04 commented 6 years ago

Hi,

I wanted to know if some interface to detect motions is present in AirSim? Which could be then fed to a motion platform like D-Box? Also if AirSim supports Forcefeedback system in steering wheel as well?So that we could have a real feel while driving a car?

Regards, Haider

sytelus commented 6 years ago

One of the contributor had submitted force feedback code for DirectX. see PawnSimApi::setRCForceFeedback() in https://github.com/Microsoft/AirSim/blob/master/Unreal/Plugins/AirSim/Source/PawnSimApi.cpp#L210

If D-Box etc are available through DirectX Joystick interface then you might be able to use it. Please feel free to contribute :).

hrishikeshtawade04 commented 5 years ago

@sytelus I am using G920 logitech wheel and want to use it with the city map. Will I get the rumble on the wheel by just adding the force-feedback part in the PawnSimApi or do we need to do some additional settings?