MAVProxy
MAVProxy copied to clipboard
mavplayback.py issue for binary file
When I run:
mavplayback.py 252.BIN
I receive this error:
Traceback (most recent call last):
File "/usr/local/bin/mavplayback.py", line 4, in
The BIN file is off the Arduplane software stack running on a PX4.
Thanks, Chris
Strange, but now I see the same on one recently computer,
$ mavplayback.py ~/apmplanner2/dataflashLogs/Solo4.0.1.bin
Traceback (most recent call last):
File "/home/andre/.local/bin/mavplayback.py", line 256, in <module>
app=App(filename)
File "/home/andre/.local/bin/mavplayback.py", line 104, in __init__
self.next_message()
File "/home/andre/.local/bin/mavplayback.py", line 199, in next_message
pos = float(self.mlog.f.tell()) / self.filesize
AttributeError: 'DFReader_binary' object has no attribute 'f'