Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.11 KB

File metadata and controls

26 lines (19 loc) · 1.11 KB

Automatica submission: Equivaraint Symmetries for Inertial Navigation Systems

Alessandro Fornasier, Yixiao Ge, Pieter van Goor, Robert Mahony, and Stephan Weiss


Dependencies

How to reproduce the results of the submission:

Run the filters:

# To run the filters on the simulated data
python3 Simulation/Simulation.py Trajectories/sim <path_where_to_save_the_results> --ct --ctex --ctnew --iekf --tfiekf --mekf --equivariant_output

# To run the filters on the real data
python3 Simulation/Simulation.py Trajectories/insane <path_where_to_save_the_results> --ct --ctex --ctnew --iekf --tfiekf --mekf --equivariant_output --insane

Plot the results of a single run:

Run matlab's script Evaluation/scripts/plotFilters.m to plot the results

Plot the results of multiple runs:

Run matlab's script Evaluation/scripts/averageRmse.m to plot the results

Note that these scripts have not been cleaned up and are considered "research code"