Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oxkitsune committed Nov 12, 2024
1 parent a783259 commit 8734e35
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 @@ -588,7 +588,7 @@ impl Vqf {
// line 25 from Algorithm 2
let bias_lp = self.state.motion_bias_estimate_low_pass.filter(rb_hat);

// update the bias estimate for the respecive Kalman filter
// update the bias estimate for the respective Kalman filter
let (e, r, w) = if self.is_rest_phase() && self.parameters.do_rest_bias_estimation {
(
self.state.rest_gyro_low_pass.last_output - bias,
Expand Down

0 comments on commit 8734e35

Please sign in to comment.