- [auv_nav] Add support for ALR data
- [auv_nav] Increase number of parameters that can be set: different uncertainties (stdev) for x, y and z velocities, Mahalanobis distance threshold and (de)activating of Kalman smoother (via auv_nav.yaml), as well as verbosity (via CLI)
- [auv_nav] Generate plots of EKF / EKS processed positions, orientatiions and velocities with unvertainties (stdev) against time. Plot rejected sensor measurements.
- [auv_nav] Change EKF to use sensor measurements at timestamps when they were recorder instead of using interpolated values
- [auv_nav] Compute relative postion / angular uncertainty between 2 points
- First dockerfile and singularity definition files released.