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

MAVSDK client for Python.

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

THX for your help so far! I send the RTCM messages from the ntrip caster by [MASDK ](https://github.com/mavlink/MAVSDK-Python/issues/491) to the PX4. The messaging works also perfectly. But the GNSS still...

question

hello , I have a question regarding telemetry >>> import asyncio >>> from mavsdk import System >>> drone = System() >>> await drone.connect() >>> await drone.action.arm() Then I took off...

I'm attempting to install mavsdk via pip and keep getting "ERROR: No matching distribution found..." Here's the relevant portions of the output from verbose pip install: ``` Skipping link: none...

bug

I have a code segment that uploads a series of waypoints (mission_items) as part of a mission_plan. The aircraft accepts the mission_plan and associated mission_items.. but when calling start_mission() it...

Hey guys, I tried to change the altitude in takeoff_and_land.py through the following code but ran into an error. Looks like a bug. Would be grateful for insights and help...

bug
help wanted
good first issue

Hi, can anybody help me this out? I'm trying to make a flight with pixhawk orange cube and raspberry pi 4 via mavsdk. I can connect pi and pixhawk with...

I am running make px4_sitl gazebo_typhoon_h480. To control the gimbal, I am running gimbal.py from MAVSDK-Python but following error occured "raise GimbalError(result, "set_pitch_rate_and_yaw_rate()", pitch_rate_deg_s, yaw_rate_deg_s) mavsdk.gimbal.GimbalError: UNSUPPORTED: 'Unsupported'; origin: set_pitch_rate_and_yaw_rate();...

can you show me an example, the use of mavsdk RTK plugin? i connected to the vehicle on serial port and i have an ntrip server await PXvhc.connect(system_address="serial:///dev/ttyUSB0:...") ntrip caster...

question

Hi, I'm a researcher working on drone data, and I'm trying to make the process of collecting simulation data easier. In that pursuit, I made a python script that executes...

bug

![Ekran Görüntüsü (8)](https://user-images.githubusercontent.com/29780691/158904974-6cc7f10c-0fd2-4440-a218-f146a94f4448.png) I want to look at the determined roi region with fixed camera but I am getting this error. ``` Traceback (most recent call last): File "C:\Users\m42se\PycharmProjects\odtu\main.py", line...

bug