forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 1
Data Logs
msberk edited this page Apr 7, 2016
·
10 revisions
Your flight data will be logged in 2 different places during your flight:
- Dataflash logs (onboard pixhawk) - These will contain the most amount of information during the flight as all the data is logged at a much higher rate than what comes down to the ground.
- In order to view these logs, you will need to pull them off the SD card
- Here are several ways for you to analyze the data flash logs
- These logs can be converted to CSV files using a python script
- Telemetry logs (onboard ground station) - These are logs generate by QGroundControl that log the data coming down from the pixhawk at a much lower rate than above.
- These logs can be read by QGroundControl in a playback mode in order for you to watch your flight on the ground station software after your flight is finished
##Data Log Details## Go here for details on all the data log values that you will need.