Skip to content

Commit

Permalink
Height tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
KlemenDEV committed Sep 22, 2021
1 parent 8c14bd7 commit a23e099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/height_estimation/src/height_estimation_node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int main(int argc, char **argv) {

AltitudeEstimator altitude_local = AltitudeEstimator(0.0173244, // sigma Accel
0.00202674666, // sigma Gyro
0.01, // sigma Baro
0.008, // sigma Baro
0.2, // ca
0.5); // accelThreshold
altitude = &altitude_local;
Expand Down

0 comments on commit a23e099

Please sign in to comment.