Skip to content

Commit

Permalink
Changed the default for the weight of slow detection to what it effec…
Browse files Browse the repository at this point in the history
…tively used to be.
  • Loading branch information
emmef committed Jan 7, 2024
1 parent 42bc346 commit 5ceca05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background_music/basic_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static constexpr double CONF_MAX_AMPLIFICATION_MIN = 0.0;
static constexpr double CONF_MAX_AMPLIFICATION_MAX = 40.0;

static constexpr const char * CONF_SLOW_WEIGHT_VARIABLE = "perception_slow_weight";
static constexpr const char * CONF_SLOW_WEIGHT_DEFAULT_STRING = "1.0";
static constexpr const char * CONF_SLOW_WEIGHT_DEFAULT_STRING = "0.5";
static constexpr double CONF_SLOW_WEIGHT_MIN = 0.0;
static constexpr double CONF_SLOW_WEIGHT_MAX = 2.0;

Expand Down

0 comments on commit 5ceca05

Please sign in to comment.