Skip to content

Commit

Permalink
Optimize only once per submap in 2D. (#22)
Browse files Browse the repository at this point in the history
The setting was unintentionally set to optimize twice per submap which
harms parallelism.
  • Loading branch information
wohe committed Sep 8, 2016
1 parent ea0f93a commit 54a7faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration_files/sparse_pose_graph.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
-- limitations under the License.

SPARSE_POSE_GRAPH = {
optimize_every_n_scans = 45,
optimize_every_n_scans = 90,
also_match_to_new_submaps = true,
constraint_builder = {
sampling_ratio = 0.3,
Expand Down

0 comments on commit 54a7faf

Please sign in to comment.