repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git]
/
matlab
/
ins
/
insgps_ml.m
blob
131b8c71ef6eddbd2c4879c6cdc4a5062919563a
1
function insgps_ml(funName, ...)
2
% Calls the C linked insgps algorithm
3
%
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
9