Skip to content

Commit

Permalink
Remove unused parameter from dynamic reconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Lawless committed Jul 4, 2017
1 parent 2e1e013 commit eda2776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/Dynamic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ resampling = gen.add_group("Resampling")
resampling.add("percentage_to_keep", double_t, 0, "Particles will only be resampled from this point onward", 50, 0, 100)

target = gen.add_group("Target")
target.add("velocity_estimator_stack_size", int_t, 0, "Size of the stack to use by the PF-UCLT's target velocity estimator", 15, 2, 100)
target.add("predict_model_stddev", double_t, 0, "Prediction model - standard deviation of the gaussian distribution", 10.0, 0, 300.0)

alphas = gen.add_group("Alphas")
Expand Down

0 comments on commit eda2776

Please sign in to comment.