Georacer / ardupilog

A ardupilot log to MATLAB converter
GNU General Public License v3.0
49 stars 36 forks source link

When getting a struct from a sliced log, fixed bug #76

Closed hunt0r closed 5 years ago

hunt0r commented 5 years ago

Bug is that deleted LogMsgGroups causes an error. Now they are excluded (silently) from the struct. Passing the secret 'verbose' flag produces a notification message, but I doubt folks care.

Georacer commented 5 years ago

I didn't know that isvalid existed to check for deleted objects. Looks good!