Closed ChristopherRabotin closed 4 months ago
This PR will also update the values used for the DSN as per the chapter 3 of the DESCANSO: https://descanso.jpl.nasa.gov/monograph/series1/Descanso1_C03.pdf .
The PR should include a plot of the measurement noise values used for each measurement update.
High level description
At the moment, the filter is configured to have a fixed measurement noise matrix, R. This is unrealistic: each participant will have its own noise levels.
Requirements
measurement_update
function shall be refactored so that the measurement matrix is provided at each updateTest plans
Design
measurement_update
should have an extra parameter to specify the measurement noise to be used in this measurement update. This function should also pass the residual check directly instead of an optionalf64
of the residual value.