A software of Visual Programming Language for Drones. Developed with QT4.8, avaliable on windows only.
The front-end program enables user to write the program by dragging and linking widgets. And Other fuctions are provided, including file save, compile.
The back-end program enables user to:
- save the graphical code in .xml file.
- open a .xml file with correct format and recosntruct the graphcal code.
- compile the graphical code and generate corresponding python codes. The latter calls interface of DroneController and enables drone to fly automatically.