Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
more progress
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed Mar 10, 2024
1 parent a029ee4 commit fede3c7
Show file tree
Hide file tree
Showing 8 changed files with 289 additions and 119 deletions.
71 changes: 39 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions localization/src/frames.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use unros::rng::quick_rng;

use crate::{random_unit_vector, Float, Point3, UnitQuaternion, Vector3};


/// A position and variance measurement.
#[derive(Clone)]
pub struct PositionFrame {
Expand Down Expand Up @@ -127,4 +126,4 @@ impl IMUFrame {
robot_element,
}
}
}
}
Loading

0 comments on commit fede3c7

Please sign in to comment.