a minimal gui example for working with MAVSDK PX4
This is just a very minimal MavSDK GUI Example created with TKinter. It can connectes to a PX4 drone using UDP Port specified and you can command it to take-off and land. This example just show you the first step and you can complete this app beased on your need.
Requirements:
Python +3.6 (Created and tested with Python 3.10)
MavSDK Installed
PX4 SITL (JmavSim, etc.)
To install mavsdk-python, simply run:
pip3 install mavsdk
*If you faced with unable to start MAVSDK_SERVER error, You havent installed the mavsdk correctly, you can manually download the mavsdk_server binary.
MAVSDK Examples: https://github.com/mavlink/MAVSDK-Python/tree/main/examples
Youtube Video: https://youtu.be/SM0WtREzqqE