Hi all. I am making software for the ground control and telemetry, which will be adapted for my flight platform. As the next automatic pilot will be Ardupilot Mega, I want to make the telemetry log to be compatible with the Ardu Mission Planner. The problem is what I cannot find any explicit documentation about the Ardu Mission Planner output files. As I understand, there are two type of files: *.tlog and *.log.
The *.log file is the ASCII text file downloaded from the hardware unit. It is "intuitive understandable" and has some documentation here (maybe in few days I could implement this protocol form in my solution), but my solution save the telemetry data stream, so maybe more interesting could be use the form of the *.tlog file, which is the telemetry stream too, but I cannot find any documentation about it fields meaning. I can not download any "official" *.tlog file. Some files comes with Mission Planner, so I can assume that *.tlog is a binary file contained literally all stream of telemetry communication (the same idea in my software). As binary file the *.tlog is not very readable by humans and data programs, but it is not a problem to write a converter (or, maybe, somebody have writtent one from *.tlog to *.log?). So the main question is: How to interpret (byte by byte) the *.tlog file?
Permalink Reply by Andrew Radford on April 4, 2012 at 5:35am It's a binary dump of timestamped mavlink packets
Permalink Reply by Vassili Lennikov on April 4, 2012 at 2:20pm Yes this page I am investigating about a week. May be I have not enough experience in how to get useful information in this form, but the only thing I have understand, that mavlink generates messages divided by some titles, the messages are binary and can contain anything (explained in title). By this time I have not find no title explication, nor the byte coding of the message (for example "the byte 1 and 2 of the message are the latitude degrees").
By the way, the Qgroundcontrol software cannot read *.tlog file correctly.
Permalink Reply by Adam Kimberlin on October 18, 2012 at 5:48pm Any luck with this lately?
Season Two of the Trust Time Trial (T3) Contest has now begun. The fourth round is an accuracy round for multicopters, which requires contestants to fly a cube. The deadline is April 14th.207 members
58 members
24 members
1355 members
88 members
© 2013 Created by Chris Anderson.
Powered by
