Is it possible to control drone in Unity using RC controller? #4762
Unanswered
duongtran11
asked this question in
Support Q&A
Replies: 1 comment
-
Was your problem solved? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
My question?
Can you control drone using RC controller in Unity?
What I'm trying to achieve
I'm trying to control drone in Unity Editor using my Taranis X7 controller.
Unity Editor informed that the joystick (the Taranis controller) has connected.
I hit play, chose Drone mode, then the drone just fall to the ground, I couldn't control it with the controller.
Context details
Windows 10 64bit
Airsim main branch
Taranis X7 controller connect to my PC through an USB port
Unity 2019.3.12f1
settings.json:
{ "SimMode" : "", "SettingsVersion" : 1.2, "SeeDocsAt" : "https://github.com/Microsoft/AirSim/blob/main/docs/settings.md", "Vehicles" : { "SimpleFlight" : { "VehicleType" : "SimpleFlight" } } }
Beta Was this translation helpful? Give feedback.
All reactions