FGDS Programming Language
The FGDS language is the simplest and fastest drone programming language. Working with the language is very easy. The program itself is written in a code editor based on FrogeeCodeIDE with simple syntax.
You can download the documentation from the website
Language Commands, drone.
Command to launch the quadcopter, lifts it into the air. In future versions, scripts will be able to specify the altitude for takeoff.
Command for the quadcopter to fly forward a certain number of meters. The distance is specified in parentheses.
Command for the quadcopter to fly backward a certain number of meters. The distance is specified in parentheses.
Command to land the quadcopter on the ground.
Command to fly right a certain number of meters. The distance is specified in parentheses.
Command to fly left a certain number of meters. The distance is specified in parentheses.
Commands are under development. In the future, in addition to commands, conditions, loops and variables will appear.
You can leave comments in the code without special characters, the interpreter will skip them.