MAVSDK-Python icon indicating copy to clipboard operation
MAVSDK-Python copied to clipboard

MAVSDK client for Python.

Results 169 MAVSDK-Python issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to upload a mission to an sitl instance of the px4 flight simulator so i started by trying to run the mission_import.py example. The example plan...

feature

I tried the examples with Python 3.10 and I get a warning: ``` DeprecationWarning: There is no current event loop ``` And also, everything just stalls and I have to...

bug

Hi good day I have a custom actuator which is parachute servo that can be controlled from the board and also some custom uorb topics that will be broadcasted with...

Hi, I have a gazebo model that includes multiple laser sensors : samples tag of tag scan of tag ray:6; plugin=libgazebo_lidar_plugin.so If I use the MAVSDK-Pyton function mavsdk.telemetry.distance_sensor() I obtain...

feature

Hi, I am testing my drone using VelocityBody code, where I am taking off drone to certain height using VelocityBodyyawSpeed(0.0,0.0,-1.5,0.0) for 6 seconds and hovering for 20 seconds. But I...

so I'm trying to use the offboard_position_ned to control the final landing of my drone to the desired position (manual control doesn't seem to work) the example here [https://github.com/mavlink/MAVSDK-Python/blob/main/examples/offboard_position_ned.py](here) seems...

My hardware is raspberry pi 4 4gb ``` dronepi@dronepi:~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" ``` I install...

bug

Hello, I am working on offboard_position_ned code , which is working based on MAV_FRAME_LOCAL_NED.(link attached below) [here](https://github.com/mavlink/MAVSDK-Python/blob/main/examples/offboard_position_ned.py) I would like to know how to modify the python script to work...

feature

I am trying to connect via serial (ttyUSB0) from pixhawk to a jetson xavier. I have installed mavsdk-python via pip3 and I am trying to execute examples/takeoff_and_land.py. With the only...

When I try to run opencv code as a parallel task with my mavsdk code, for example red detection, when my camera sees the red, the code suddenly stops. What...

question