About

Location

Barcelona


Please tell us a bit about your UAV interest

UAVs for low-cost Remote Sensing


Activity Feed

Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"oops! I meant 0 to pi rads (0 to 180 deg)"
Mar 14, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"Partially answering myself:
mavlink_attitude_t.yaw follows the trigonometric convention and ranges 0 to 2pi rads (0 to 180 deg). Once converted into degrees and subtracted
from 90, can be used to correct mavlink_gps_raw_int.cog (course over the…"
Mar 13, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"Looking at the values, one strange observation:
The values of mavlink_global_position_int_t.hdg ("Compass heading in degrees *100) range between 
3470 and 12070, while the values of mavlink_gps_raw_int_t.cog (course over ground), also in…"
Mar 12, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"Thanks, I would have not been able to find out that information on my own.
I keep on documenting. 
More doubts: 
1.  mavlink_attitude_t.yaw, as it is in rad, should I assume that the 0 is pointing E and goes counterclokwise?
2.  mavlink_vfr_hud_t :…"
Mar 12, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"Andrew,
You forgot including the AM/PM field in your program, times are not in 24h format in the input txt files (unfortunately)
Actually, it would be better writing YYYY/MM/DD HH:MM:SS.xxx in 24h in your csv files.
Agus"
Mar 8, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"I'm using arduplane, but I assume that for this purpose the variables are the same.
I'm finding most of the variables I need defined in
ArduCopter- 2.9.1/libraries/GCS_MAVLink/include/mavlink/v1.0/common/*.h

Some doubts persist, though. For…"
Mar 8, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"ok, I'll try to contribute a table...
I understand I must check the mavlink_msg*.h files in
GCS_MAVLink/include/mavlink/v1.0/ardupilotmega and common
right?
http://svn.mikrokopter.de/listing.php?repname=Projects&path=%2F...

Agus"
Mar 5, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"Is there any place where the actual definition of the parameters is documented? For example,
what's  mavlink_sensor_offsets_t.accel_cal_z ?
Thanks"
Mar 4, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"Andrew,
Would it be possible that in a new version the program will have a default output filename automatically set using
the prefix of the input filename + .csv? The user could always modify this filename, but
most often this default would be…"
Mar 4, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"Well, at least we would decrease the error in a 50%. Also, newer gps models to be connected to the APM will be
able to transfer info at higher rates. Some of the current bluetooth gps units transmit at 10Hz right now. So having
the time as accurate…"
Mar 3, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"Andrew,
This does not solve the problem of linking other sensors because there is no way to link the elapsed usecs to the actual time: the starting time is recorded in secs only.
We cannot know the time that corresponds to the elapsed 409810452 usec…"
Mar 3, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"Andrew, I'm afraid I do not fully understand. Does this mean that you can modify your program to report milliseconds or not? Alternatively, is there another field that I could use in the output table so that I can
calculate time in milliseconds in…"
Jan 21, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"Thanks for your interest.
Note that according to the table in 
http://code.google.com/p/ardupilot-mega/wiki/MPDatalog
the GPS Time is UTC in  ms. I understand this is for the log files, not for the tlog files, but if the time is saved in ms 
in the…"
Jan 7, 2013
Agustin Lobo commented on Andrew Fernie's blog post Extracting data from tlog files for plotting in Excel
"Thanks for this program, as the txt and csv files from MisionPlanner are too complex.
Is there any way we could have the Time field with milliseconds? i.e. having1:55:09.345 instead of just 1:55:09. Note that currently, with the time in seconds,we…"
Jan 6, 2013