Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dronekit and mavlink
#1
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.
Reply
#2
Is there a way to get/download log file from pixhawk using py code?
Reply
#3
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
Reply
#4
Thanks but it is of no help as it does not shows way to download logs from fc using code.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020