Download & View Logs
How to view and get the flight logs and Jetson logs.
Last updated
How to view and get the flight logs and Jetson logs.
Last updated
To download the flight logs, first enable the hotspot on the drone controller. Download QGroundControl on your computer, and connect to the controller's hotspot. From QGroundControl, you can download the logs directly. Detailed information about establishing the controller hotspot and connecting to the hotspot is located here. More information about the log download process in QGroundControl can be found here.
Slide down the notifications from the top left of the screen
Press and hold the Wifi symbol
Select Settings -> Tethering & portable hotspot
Select Set up Wi-Fi hotspot
Configure the name and password as you choose
In QGroundControl, go to Analyze->Log Download and you will find the log files. Click Download to get the log file.
There are many online tools to view downloaded logs. Ardupilot has a UAV log viewer that can be used.
To do so, go to https://plot.ardupilot.org/ and drag your log file into the top left box.
Once the file is loaded and processed, select the graph you would like to see. For example, under Plot Individual Field -> BARO[0], we select Alt (m).
For development purposes, payloads and services will store their logs on the Jetson in /flyby/log
. Each stream and payload registers itself with the drone, and these interactions are logged in the file /flyby/log/drone.log
. This log will contain all the relevant information about the drone and controller communication as it pertains to streams and payloads.