Better tuning for 2D. (#428)
parent
347dc8cec5
commit
3859da7ea4
|
@ -37,9 +37,9 @@ TRAJECTORY_BUILDER_2D = {
|
||||||
},
|
},
|
||||||
|
|
||||||
ceres_scan_matcher = {
|
ceres_scan_matcher = {
|
||||||
occupied_space_weight = 1e1,
|
occupied_space_weight = 1.,
|
||||||
translation_weight = 1e1,
|
translation_weight = 10.,
|
||||||
rotation_weight = 1e2,
|
rotation_weight = 40.,
|
||||||
ceres_solver_options = {
|
ceres_solver_options = {
|
||||||
use_nonmonotonic_steps = false,
|
use_nonmonotonic_steps = false,
|
||||||
max_num_iterations = 20,
|
max_num_iterations = 20,
|
||||||
|
|
Loading…
Reference in New Issue