Skip to content

a minimal gui example for working with MAVSDK PX4

Notifications You must be signed in to change notification settings

freestuffasd/mavsdk-gui-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

mavsdk-gui-example

a minimal gui example for working with MAVSDK PX4 image

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

Screen Shot 1401-06-09 at 07 32 58

About

a minimal gui example for working with MAVSDK PX4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%