Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenEverson authored Nov 12, 2024
1 parent 8a688c5 commit 398307c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions earthmover-lidar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const OFFSET_N: f32 = 1.608;
/// Offset along r
const OFFSET_R: f32 = -0.004;

/// Given a lidar's roll, pitch and raw angles, alongside a set of fixed offsets from an
/// accelerometer to a lidar, generates the appropriate Distance vector
/// Given a lidar's roll, pitch and raw angles, alongside a set of fixed offsets from the
/// center of rotation to a lidar, generates the appropriate Distance vector
pub fn convert_raw_lidar_to_vector_space(
theta_r: f32,
theta_p: f32,
Expand Down

0 comments on commit 398307c

Please sign in to comment.