Optimize only once per submap in 2D. (#22)
The setting was unintentionally set to optimize twice per submap which harms parallelism.master
parent
ea0f93aa9a
commit
54a7faf294
|
@ -13,7 +13,7 @@
|
||||||
-- limitations under the License.
|
-- limitations under the License.
|
||||||
|
|
||||||
SPARSE_POSE_GRAPH = {
|
SPARSE_POSE_GRAPH = {
|
||||||
optimize_every_n_scans = 45,
|
optimize_every_n_scans = 90,
|
||||||
also_match_to_new_submaps = true,
|
also_match_to_new_submaps = true,
|
||||||
constraint_builder = {
|
constraint_builder = {
|
||||||
sampling_ratio = 0.3,
|
sampling_ratio = 0.3,
|
||||||
|
|
Loading…
Reference in New Issue