-
My computer is on window 8.1. After I setup python2.7.11(it will setup pip automatically), I type "pip install dronekit-sitl -UI" [here](http://python.dronekit.io/develop/sitl_setup.html) in my cmd.ex…
xgkkk updated
8 years ago
-
It would make sense to merge DroneKit Service part into Tower because:
- it will make Tower install simpler
- it doesn't seem to me that there will be cases when multiple apps will control multiple …
-
Dear DroneKit-Cloud and DroneShare users,
As of March 31st, 2016 the DroneKit team will be permanently shutting down both [DroneShare](https://www.droneshare.com/) and [DroneKit-Cloud](http://cloud.d…
-
Hi, does anyone know which command is supported in dronekit where the DJI Drone would be able to yaw around? I have tried MAV_CMD_CONDITION_YAW command but doesn't help. Please help thanks
-
Hello,
I'm trying to run this code:
```python3
#!/usr/bin/env python3
import sys
if sys.version_info[0] < 3:
raise Exception("Must be using Python 3")
import os
## TODO: can t…
-
Hi,
I am not sure it is the right place to raise the question but I did not find any better:
I would like to control my Gopro onboard the solo via some dronekit Python functions and I am therefore l…
-
I would like to specify a timeout > 30 seconds, but if I do, I get the following exception after 30 seconds anyway:
```
WARNING:dronekit:Link timeout, no heartbeat in last 5 seconds
ERROR:droneki…
dwiel updated
3 months ago
-
I would like to log some data from the RC channels using a Python script. Is there anyway I can log the data using MicroUSB to USB connection to my laptop? Currently, I am getting "None" for all param…
-
I'm trying to simulate the simple_go_to code on the Iris model with ardupilot plugin for gazebo. I wanted to know if there is any support for dronekit because every time I try to connect with the dron…
-
Hey guys.
i have been having a really strange issue i'm using dronekit as a ground-station with a remote server running a drone-kit script which accepts a udpin connection. the drone it self is using…