Skip to content

Commit

Permalink
commented unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
dev10110 committed Mar 24, 2023
1 parent 78851c7 commit 133e5b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class GeometricControl
const matrix::Vector3f _z = matrix::Vector3f(0,0,1);

static constexpr float g = 9.81f;
float hover_throttle = 0.5f;
// float hover_throttle = 0.5f;
matrix::SquareMatrix<float, 3> _J;

// gains
Expand Down

0 comments on commit 133e5b6

Please sign in to comment.