Skip to content

Commit

Permalink
fix(start_planner): uninitialized hysteresis_factor_expand_rate
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <[email protected]>
  • Loading branch information
TakaHoribe committed Sep 14, 2023
1 parent 1648a2b commit 1b5c67a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct StartPlannerParameters
double maximum_jerk_for_stop;

// hysteresis parameter
double hysteresis_factor_expand_rate;
double hysteresis_factor_expand_rate = 0.0;

// path safety checker
utils::path_safety_checker::EgoPredictedPathParams ego_predicted_path_params;
Expand Down

0 comments on commit 1b5c67a

Please sign in to comment.