Gathiyo / arducopter

Automatically exported from code.google.com/p/arducopter
0 stars 0 forks source link

Mission Planner v1.2+ - Log Browse - headings missing #461

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If I browse a Log in MP, the headings of some of the columns are missing so 
there is no way to tell what they are - see attached.

It may be unrelated but when using ApmLogVisualizer from here: 
"http://diydrones.com/profiles/blogs/apmlogvisualizer-version-1-32-with-c-source
", I get the following error: "Your Log File has about 4336 Bad Line(s) in it." 

Is the Visualizer detecting bad lines incorrectly or are there actually bad 
lines in the log?

CH1-4 In & Out and others also seem to be missing (that may be my setup though).

Original issue reported on code.google.com by graham.d...@gmail.com on 31 Jul 2012 at 10:11

Attachments:

GoogleCodeExporter commented 8 years ago
The Visualizer looks like a great tool but it's not part of the 'official' 
arducopter software so probably best if you contact Dan Gray about that.

we had to remove the heading from the logs because in the code itself we now 
use a 3d vector to do the heading correction and calculating the heading just 
for the dataflash was going to eat up more processing power than we could 
justify.  sorry!

Good point about the column headers in MP not matching what's coming out of the 
dataflash..it changes quite a bit but every now and then I go through the 
mission planner's dataflashlog.xml file and update it to match.  Of course 
that's only good if you stay on the latest arducotper and latest MP versions.  
Anyway, i'll do another review to ensure they match. 

thanks for the report!

Original comment by rmackay...@gmail.com on 22 Oct 2012 at 4:41

GoogleCodeExporter commented 8 years ago

Original comment by graham.d...@gmail.com on 22 Oct 2012 at 9:40