NaveGo icon indicating copy to clipboard operation
NaveGo copied to clipboard

NaveGo: an open-source MATLAB/GNU Octave toolbox for processing integrated navigation systems and performing inertial sensors analysis.

Results 13 NaveGo issues
Sort by recently updated
recently updated
newest added

NaveGo's Holy Grail ;-) Groves' book (2nd Ed.) provides MATLAB code for an implementation of tightly-coupled integration. This code can be used as a starting point for NaveGo's own implementation.

new-feature

The following first articles: - R. Gonzalez, J.I. Giribet, and H.D. Patiño. NaveGo: a simulation framework for low-cost integrated navigation systems, Journal of Control Engineering and Applied Informatics, vol. 17,...

enhancement

Usually, an IMU frame is known as the b-frame. It is assumed that the b-frame is aligned with the v-frame, as shown Fig A. However, this may not be the...

enhancement

NaveGo could accept and handle position estimates coming from a SLAM source. This new feature has been developed by Mr. Johann Diep from the ESA (European Space Agency). Contributor should...

enhancement

Since NaveGo mathematical model is no longer completely based on the two articles by Gonzalez (Gonzalez et al., 2015, Gonzalez et al., 2015b), references to these two articles have to...

enhancement

add calibration processing for IMU data ? And also add frame transformation due to level arm effect?

new-feature

dsplot.m is a very verbose function to plot downsampled data from static IMUs. It has to be deleted and a new function or code has to be implemented just to...

During the forced GNSS outages, the altitude shows a sharp drop which is inconsistent with a land vehicle trajectory. One approach could be, if the Vel D is bigger than...

A parser for RINEX files is needed to extract pseudoranges and pseudorange rates from GNSS measurements, in order to later support tightly-coupled integration. The parser can be developed in-house or...

g_err_b(i,:) = ( omega_in_b * gyro_b (i,:)' )' or gyro_err_b(i,:) = ( omega_in_b )';

bug
question