betaflight / blackbox-tools

Tools for working with blackbox flight logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compute RC rate and PID error

bw1129 opened this issue · comments

Currently, blackbox_decode does not compute RC rate and PID error (for anyone interested in doing offline analyses on these). My current workaround is to load the log in explorer and save an csv file from there which contains these variables, so presumably they are computed in explorer. I am trying to do offline Matlab analyses on PID error, and it'd be much less cumbersome, and easier to implement within Matlab scripts, if blackbox_decode did this.

commented

This issue / pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week.

@bw1129: Looks like there are no takers on this feature request. Do you want to have a go at implementing it yourself in blackbox-tools?