Questions tagged [dronekit-python]

DroneKit-Python is for questions on the Python library for the DroneKit set of APIs for drones from 3D Robotics.

DroneKit is a set of APIs created by 3D Robotics. The Dronekit-Python tag is specifically for questions related to its Python library.

124 questions
0
votes
0 answers

How to arm APM using Mavproxy without overrinding rc channels

I'm using the Dronekit-python API to control my APM-based drone and lately I've been facing a problem trying to arm it with the code vehicle.armed = True but I just get an error. I've also tried to arm it directly from Mavproxy using arm throttle…
Zevesh
  • 81
  • 1
  • 9
0
votes
1 answer

DroneAPI and custom Mavlink message

I am new with DroneApi. I would to know how i can read a custom message using the DroneApi. I created a personal mavlink message that send me the value of a sensor. I would to know how i can read this new message using the DroneApi. Thank you. Edit…
0
votes
1 answer

Debugging options /Dronekit outside of Mavproxy

I would be very interested to know more about running Dronekit outside of Mavproxy. I'm developing a large app at the moment, which is mostly decision making logic and 'health' checking of the flight. Debugging is fairly important, and is difficult…
cap
  • 11
  • 2
-1
votes
1 answer

PackagesNotFoundError: The following packages are not available from current channels.(Anaconda)

I tried this code conda install mono-devel I encountered the following error Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata…
1 2 3
8
9