Correct states using GPS data for insfilterAsync
[
fuses GPS position data to correct the state estimate.res
,resCov
] = fusegps(FUSE
,position
,positionCovariance
)
[
fuses GPS position and velocity data to correct the state estimate.res
,resCov
] = fusegps(FUSE
,position
,positionCovariance
,velocity
,velocityCovariance
)