cleanflight / blackbox-log-viewer

Interactive log viewer for flight logs recorded with blackbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add acceleration (and maybe estimated speed) graphic

MauroMombelli opened this issue · comments

if the log data contain heading we can estimate the G vector, and subract it to the acceeleration vector, so we get the real acceleration along the 3 axis.

Integrating those acceleration also give a rough estimation of the speed, that would be nice to have.

That acceleration data is currently plotted by the commandline tool blackbox_render if you want it right away.

I think the acceleration integration will drift so quickly as to be worthless for velocity estimation.