A Turkish-made ground control station with a user-friendly and simple interface, developed using Python and Node.js to enable remote control and data transfer for unmanned aerial vehicles.
- a UAV
- a Pixhawk
- a Computer (tests were carried out in darwin and penguin)
If you are using Windows, run the setup.bat file in the scripts directory, and everything will be set up correctly. If you are using macOS or a Linux distribution, simply run the start.sh file in the same directory, and once the setup is complete, a startup script appropriate for your operating system will be created in the main directory.
| Title | Source |
|---|---|
| Fixed Wing Parameters | https://ardupilot.org/copter/docs/parameters.html |
| Drone Parameters | https://ardupilot.org/plane/docs/parameters.html |
| MAVLINK Common Message Set | https://mavlink.io/en/messages/common.html |
| Python | https://www.python.org/downloads/ |
| Node.js | https://nodejs.org/en |