wil3 / gymfc

A universal flight control tuning framework
http://wfk.io/neuroflight/
MIT License
389 stars 99 forks source link

the empty world model #108

Closed Suvian-wy closed 2 years ago

Suvian-wy commented 2 years ago

Hi, @wil3 . I want to fly my aircraft now. I want to know if the empty env is OK? Do I need to write my own free flight environment?

wil3 commented 2 years ago

Hey @Suvian-wy, the empty world was initially intended to make sure the model was assembled correctly but could be used to build up a new world.

To SITL fly your aircraft this is more complicated and outside of the scope of this repo but what you'd have to do is have the model complied into a flight control firmware (e.g., neuroflight) and then interface that with a sim (e.g., Gazebo).

Its been a really long time but we built this repo to SITL fly Betaflight and might be able to point you in the direction for your application.