Skip to content

Commit

Permalink
CLIPPY!
Browse files Browse the repository at this point in the history
  • Loading branch information
misha7b committed Nov 21, 2024
1 parent 545b4dc commit 6f8d85e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/localisation/src/control/localizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,15 @@ impl Localizer {
accelerometer_val: 0.0,
}
}
}

impl Default for Localizer {
fn default() -> Self {
Self::new()
}
}

impl Localizer {
pub fn preprocessor(
&mut self,
optical_data: Vec<Vec<f64, 2>, 2>,
Expand Down

0 comments on commit 6f8d85e

Please sign in to comment.