GrandK / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

Stream data to simple output file #785

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
rlog and tlog files are not easily read into other pieces of software, 
especially real-time. Having a tab or comma-delimited file that contains all of 
the streaming data formatted in such a way that the Matlab 'fgetl' function can 
easily read data for processing.

For example, we are building a UAV with autonomous human detection via Matlab. 
We would like to be able to stream the telemetry data into Matlab to give 
specifics as to where the humans were spotted.

Original issue reported on code.google.com by adam.c.k...@gmail.com on 18 Oct 2012 at 1:26

GoogleCodeExporter commented 9 years ago
"Having a tab or comma-delimited file that contains all of the streaming data 
formatted in such a way that the Matlab 'fgetl' function can easily read data 
for processing would make things far simpler."

Original comment by adam.c.k...@gmail.com on 18 Oct 2012 at 1:27

GoogleCodeExporter commented 9 years ago
what data did you have in mine for output?

Original comment by Meee...@gmail.com on 6 Nov 2012 at 11:42