Skip to content

Commit

Permalink
MPU6000 example is fixed, fix #122
Browse files Browse the repository at this point in the history
  • Loading branch information
rodralez committed Apr 8, 2022
1 parent 017fd29 commit 259f2d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file modified examples/real-data/mpu6000_imu.mat
Binary file not shown.
4 changes: 1 addition & 3 deletions examples/real-data/navego_example_real_mpu6000.m
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,14 @@

load mpu6000_imu

% mpu6000_imu.wb(1:2) = -mpu6000_imu.wb(1:2);

%% EKINOX GNSS

fprintf('NaveGo: loading Ekinox GNSS data... \n')

load ekinox_gnss

% ekinox_gnss contains the lever arm with respect to Ekinox IMU.
% ekinox_gnss.larm has to be changed for MPU-6000 IMU
% ekinox_gnss.larm has to be changed for MPU-6000 IMU.
ekinox_gnss.larm = [-0.369, 0.0, -0.219]';

ekinox_gnss.eps = mean(diff(mpu6000_imu.t)) / 2; % A rule of thumb for choosing eps.
Expand Down

0 comments on commit 259f2d6

Please sign in to comment.