You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mav...@googlegroups.com
I'm working on a workflow where I'd like to go from binary MAVLink data logged with QGC to MATLAB. I've settled on a workflow that is QGC->binary MAVLink log->mavlogdump.py->mavlogdump2csv.py->MATLAB. I figured other people would want to use this and so I'm posting it here as I didn't know if this would be worth including the main MAVLink repository. If so I can whip up a pull-request.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mav...@googlegroups.com
Hi Bryant,
Thank you very much for sharing that. That is neat.
Best wishes, Pete
Mike Jones
unread,
Oct 22, 2016, 2:54:07 PM10/22/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MAVLink, susu...@gmail.com
Hello, I know this is a bit old. But, could you please give me instruction on how to use this code? I tried running the script but I kept getting some errors NameError: name 'long' is not defined. I am trying to convert some bin files that I have from flight data to CSV without any data lose.