Skip to content

Commit a118037

Browse files
committed
2018-10-16
1 parent 2709b6e commit a118037

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ The `example` folder contains several types of examples.
9494

9595
Just execute the file `navego_allan_example.m`. Firstly, it process 2-hours of static measurements from an Sensonor STIM300 IMU. Then, it process about 5 hours of synthetic inertial data.
9696

97+
## INS/GPS integration example using real data
98+
99+
An example of how to use NaveGo to post-process real data is provided by `navego_example_real.m`. This script integrates measurements coming from an Ekinox-D IMU and Ekinox-D GNSS. This dataset was generated by driving a vehicle through the streets of Turin city (Italy).
100+
97101
## INS/GPS integration example using synthetic (simulated) data
98102

99103
The file `navego_example.m` tries to demonstrate how NaveGo works. It compares the performances of two simulated IMUs, ADIS16405 IMU and ADIS16488 IMU, both integrated with a simulated GPS.

examples/real-data/navego_example_real.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
% Example of how to use NaveGo to post-process real IMU and GNSS data.
22
%
33
% Main goal: to integrate IMU and GNSS measurements from Ekinox-D IMU.
4-
% The dataset was generated driving a vehicle on the streets of Turin City.
4+
% The dataset was generated driving a vehicle through the streets of Turin
5+
% city (Italy).
56
%
67
% Copyright (C) 2014, Rodrigo Gonzalez, all rights reserved.
78
%
@@ -41,7 +42,7 @@
4142
addpath ../../
4243
addpath ../../simulation/
4344
addpath ../../conversions/
44-
% Comment any of the following parameters in order to NOT execute a particular portion of code
45+
4546
versionstr = 'NaveGo, release v1.1';
4647

4748
fprintf('\n%s.\n', versionstr)

0 commit comments

Comments
 (0)