DroneKit

DroneKit

Developer tools for drones. DroneKit offers an SDK and web API to easily develop apps for your drones. DroneKit helps you build apps for the air, ground or cloud. Homepage

Architecture

user@workstation:~$ git clone https://github.com/dronekit/dronekit-python.git
user@workstation:~$ cd dronekit-python
user@workstation:~/dronekit-python$ ls
appveyor.yml  CONTRIBUTING.md  dronekit.egg-info  requirements.txt  windows
build          dist           examples          scripts
CHANGELOG.md  docs           LICENSE          setup.py
circle.yml    dronekit           README.md      Vagrantfile
user@workstation:~/dronekit-python$ cd examples
user@workstation:~/dronekit-python/examples$
user@workstation:~/dronekit-python/examples$ mavproxy.py --master=udp:127.0.0.1:6000
Connect udp:127.0.0.1:6000 source_system=255
Log Directory: 
Telemetry log: mav.tlog
Waiting for heartbeat from 127.0.0.1:6000
 MAV>

DroneKit-Python :: Sitl

Default Port 14550

DroneKit-Python

Default Port 14550

DroneKit-Python :: JMAVSim

Port 14580

Manual Mode, Port 14570, Set Copter in GUIDED mode

DroneKit-Python :: Ardupilot SITL

Last updated