Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
avsaase committed Sep 29, 2024
1 parent d5fba2f commit 28bf927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ impl ESKF {
/// # Arguments
/// - `jacobian` is the measurement Jacobian matrix
/// - `difference` is the difference between the measured sensor and the filter's internal
/// state
/// state
/// - `variance` is the uncertainty of the observation
pub fn update<R: Dim>(
&mut self,
Expand Down

0 comments on commit 28bf927

Please sign in to comment.