Hieu's Discussions (1)

Sort by

Something in the MatrixPilot code

In the latest MatrixPilot source code, in the file rollCntrl.c , at around line 125, there's this function call:

 

rollAccum._.W1 = determine_navigation_deflection( 'r' ) ;

 

But when I look inside the implementation of determine_navigation_deflection, I

Read more…