simondlevy / MulticopterSim

Multi-language multirotor flight simulator using UnrealEngine
MIT License
124 stars 53 forks source link

Can you tell me how to control it in Python? #139

Closed haiyangder closed 3 years ago

simondlevy commented 3 years ago
  1. Make sure you're using the Socket module (double-click use_socket.bat)
  2. Clone Hackflight
  3. Run Hackflight/extras/python/hackflight.py

You'll need some kind of game controller (Xbox, PS4, etc.) to fly.

simondlevy commented 3 years ago

I'll try and add keyboard control for the hackflight.py script, too.