Python Forum

Full Version: Dronekit and mavlink
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to get gps flight logs from the flight controller after the landing/ flight?

msg = self.vehicle.message_factory.log_request_list_send(0,0,
                                              0, 0xffff)
print(msg)
Output:
None
I am getting None as output. Kindly help me out.
Is there a way to get/download log file from pixhawk using py code?
Not sure if this will help or not. I have zero experience with pixhawk.
https://docs.px4.io/v1.9.0/en/log/flight...lysis.html
Thanks but it is of no help as it does not shows way to download logs from fc using code.