Skip to content

Commit

Permalink
further tuned the barro
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza787b committed Aug 28, 2024
1 parent 42d7187 commit cda8a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ bool ConfigManager::filter_barometer_enabled = true;
* (less smoothing), and a lower value provides more smoothing (more reliance on previous data points).
* Tuning this parameter helps balance the responsiveness of the pressure data with the need for noise reduction.
*/
float ConfigManager::barometer_filter_alpha = 0.65f;
float ConfigManager::barometer_filter_alpha = 0.50f;


// Stores configurations for actuators, indexed by their channel number.
Expand Down

0 comments on commit cda8a20

Please sign in to comment.