-
# State implementation files Mavsdk to drone kit replacement
## Problem
Replace the mavsdk commands in state_machine/states/impl with dronekit commands. The files that should need replacement ar…
-
[DroneKit Tutorial](https://ardupilot.org/dev/docs/droneapi-tutorial.html) - Embedded YouTube link no longer available
-
Hello all,
I am running arduplane 4.1.X with dronekit 2.9.2 and pymavlink 2.4.4. When I run the SITL sim_vehicle.py and connect the vehicle_state.py example code every thing works as it should…
-
i am using cygwin in windows 10. whenever i used the following command, it shows error
$ pip2 install dronekit-sitl
Collecting dronekit-sitl
Using cached https://files.pythonhosted.org/package…
-
I have been building a simple navigation (“go from Point A to Point B”) tool using Python 3 and DroneKit (with DroneKit-SITL for testing for now).
I set up DroneKit-SITL and MAVProxy on my Mac comp…
ghost updated
3 months ago
-
Hello,
I am trying to start a Dronekit SITL simulation using the API, and connect to it with Dronekit-Python. Here is the first part of my code:
```py
from dronekit import connect, VehicleMode
f…
-
Companion Computer: RPi 4B
Dronekit : 2.9.2
Dronekit sitl: 3.3.0
I received this two errors:
1) pi@raspberrypi:~ $ dronekit-sitl copter
os: linux, apm: copter, release: stable
SITL already D…
-
Hello friends,
I have this problem with the dronekit execution. can someone help me?
pi@raspberrypi:~ $ dronekit-sitl copter
os: linux, apm: copter, release: stable
Downloading SITL from http://…
-
Hello! I'm trying to run python scripts on my Raspberry Pi (connected to Pixhawk) through my Ubuntu terminal. I have installed the following packages on my Ubuntu using these lines:
sudo apt-get in…
ghost updated
2 years ago
-
Hello,
I am trying to run dronekit-sitl copter-3.3, I get this error.
dronekit-sitl copter-3.3 --home=-35.363261,149.165230,584,353
os: linux, apm: copter, release: 3.3
SITL already Downloaded…