Hunter McClelland
Hunter McClelland
Since we read the file as a series of 8-bit bytes with the `fread()` command, endian-ness is not an issue at that point. The issue would arise inside `storeData()` inside...
The syntax you linked: `log = Ardupilog('mylog.bin')` runs WITHOUT error for me. I'm on version R2015a, and I have access to several other versions (2016a, 2017a, 2018a, I think). Should...
In 2016a, it runs successfully. In 2017a and 2018a I get the same error as you (fopen must not like the empty-string path). So I agree we should proceed to...
BTW, I hope it doesn't matter, but R2015a on linux, ran successfully. R2016a on Windows, ran successfully. R2017a on Windows, error occurred. (using './mylog.bin' works) R2018a on Windows, error occurred....
When we filter, we might also want to delete the FMT data, I think it is saved before the filtering is applied.