Skip to content

Commit

Permalink
Added missing addpath, fixes #114
Browse files Browse the repository at this point in the history
  • Loading branch information
rodralez committed Mar 8, 2022
1 parent b636d02 commit 0f2e50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/real-data/navego_example_real_gnss_outage.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
addpath ../../performance-analysis/
addpath ../../misc/
addpath ../../plot/
addpath ../../simulation/

navego_print_version;

Expand Down
1 change: 1 addition & 0 deletions examples/real-data/navego_example_real_mpu6000.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
addpath ../../conversions/
addpath ../../performance-analysis/
addpath ../../misc/
addpath ../../plot/

navego_print_version;

Expand Down

0 comments on commit 0f2e50e

Please sign in to comment.