Skip to content

Commit

Permalink
test rqt conf
Browse files Browse the repository at this point in the history
  • Loading branch information
johaq committed Apr 10, 2018
1 parent b692474 commit 4d88cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amcl/cfg/AMCL.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gen.add("laser_sigma_hit", double_t, 0, "Standard deviation for Gaussian model u
gen.add("laser_lambda_short", double_t, 0, "Exponential decay parameter for z_short part of model.", .1, 0, 10)
gen.add("laser_likelihood_max_dist", double_t, 0, "Maximum distance to do obstacle inflation on map, for use in likelihood_field model.", 2, 0, 20)

lmt = gen.enum([gen.const("beam_const", str_t, "beam", "Use beam laser model"), gen.const("likelihood_field_prob", str_t, "likelihood_field_prob", "Use likelihood_field laser model")], "Laser Models")
lmt = gen.enum([gen.const("beam_const", str_t, "beam", "Use beam laser model"), gen.const("likelihood_field_prob", str_t, "likelihood_field_prob", "Use likelihood_field_prob laser model"),gen.const("likelihood_field", str_t, "likelihood_field", "Use likelihood_field laser model")], "Laser Models")
gen.add("laser_model_type", str_t, 0, "Which model to use, either beam, likelihood_field or likelihood_field_prob.", "likelihood_field", edit_method=lmt)

# Odometry Model Parameters
Expand Down

0 comments on commit 4d88cb0

Please sign in to comment.