Alireza Ghaderi
Alireza Ghaderi
I exactly followed your example codes but not working inside my async Tkinter app... you example files works fine but don't working inside my app... is there a compatibility problem...
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 great work I have already done the state estimation with linear Kalman filter... Now I want to do it with your Code (EKF) and publish the comparison... but I...
### Add X-Plane SITL Airframes for Cessna 172 and eVTOL Air Taxi Ehang 184 and Alia 250 This pull request adds three new airframes for the PX4 SITL simulation to...
Hi I was just tryin to build a new function to set the flight mode command in mavsdk. I created the proto s and were just implementing the cpp when...
Hi. As far as I see I can either send acceleration offboard or position, velocity offboard is that correct? Can we just send all? I can see that px4 supports...
This pull request significantly broadens the offboard control capabilities of MAVSDK-Python by introducing an easy mechanism for receiving and processing drone control commands via UDP. The new `receiver.py` script and...
I’m working on a project where I need to control the onboard RGB LED (e.g., the one in the GPS module) during certain phases of flight, such as during a...
# RuntimeError: Task pending got Future attached to a different loop during Offboard control with FastAPI and MAVSDK ## Description I am working on a Python application that integrates FastAPI...
Hi, I'm trying to retrieve the GPS coordinates of the local NED origin that PX4 uses. I'd like to access the latitude, longitude, and altitude (AMSL) of this origin point....