Skip to content

Commit

Permalink
add range comment
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Jul 1, 2024
1 parent 8c302aa commit dee21b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/fuse.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ class Fusor : public Looper {

// Twist angle.
// Note: Twist speed is simply gyro().z!
// Range: -PI to PI
float angle2() {
if (angle2_ == 1000.0f) {
angle2_ = atan2f(down_.y, down_.z);
Expand Down

0 comments on commit dee21b9

Please sign in to comment.