LP-106 Setup Wizard refresh : Add dual servo setup (dual aileron or
[librepilot.git] / matlab / ins / insgps_ml.m
blob131b8c71ef6eddbd2c4879c6cdc4a5062919563a
1 function insgps_ml(funName, ...)
2 % Calls the C linked insgps algorithm
4 % insgps_ml('INSGPSInit') 
5 %   initialize the algorithm
6 % insgps_ml('INSStatePrediction',gyro,accel,dT);
7 % insgps_ml('INSFullCorrection',mag,pos,vel,baro);
8 % JC 2010-11-31