I’ve also made a lot of updates to the tool, now it works on all 3 axis, it sets the filter defaults reading the parameters of the log and on closing it prints the parameters to set the filters.
You can run it passing a log as command line argument, if not it should open a file picker GUI.
The code surely needs a cleanup and has some dependencies, I’ve tested only with python 3.
Hello I tried your python script on windows with python 3.5. I installed all modules requested by the scrip, but finally i cant get it working, nothin happens.
Sorry I’m newbee on this but maybe i forget on detail for it work and maybe you can help me to get it work?
Hi, I don’t use Windows, but I can try to help.
Do you see some kind of error or the program hangs?
Sometimes the file chooser window opens in background.
You can try to call it from a command line with a log file argument, E.g.
Hi! No, FFT batch logging is not required as this FFT analysis is performed on raw IMU logs, so I think the minimal bitmask to enable this is LOG_BITMASK = 786560
Maybe in the future we can visualize and compare also a batch FFT, but raw imu logging is already a considerable load, so I don’t know how the logger can handle it.
Also if you see holes in the log you can try to increase LOG_FILE_BUFSIZE.
Hi @guglie nice tool! Im also trying to run it on Windows but have had no success, the program hangs. Tried running it via cmd too but no success there either.
Hi. Yes I did but it wasnt working. I tried it on another Linux machine and it seems to be working fine now, needed to install some packages (tk and pymavlink) but other than that all good!