Cartographer_ros: Deutsches Museum - TSDF Tuning

Created on 11 Oct 2018  路  2Comments  路  Source: cartographer-project/cartographer_ros

Thanks @kdaun for the addition of TSDF mapping; this is great work and I'm excited to use it!

I was just wondering if someone had played around and found some good tunings for the Deutsches Mueseum dataset? With the default params in the scans appear to "slide around" quite a bit relative to the (sub)map.

Most helpful comment

The TSDF is quite sensitive to the parameter configuration, here a configuration for the Deutsches Museum dataset and the resulting map:
deutsches_museum_tsdf
In my experience, in comparison to the Occupancy Grid pipeline, TSDF can improve the accuracy, the robustness to poor initial guesses and the convergence rate of the scan matching at the cost of a more expensive map updated and worse upper bounds for the branch-and-bound constraint search.
The airplane hall in the Deutsche Museum yields a reduced accuracy, as the TSDF is more sensitive to the strongly moving point observations when scanning the wings.

I'm still working on the TSDF approach and looking forward to hear about your results.

All 2 comments

The TSDF is quite sensitive to the parameter configuration, here a configuration for the Deutsches Museum dataset and the resulting map:
deutsches_museum_tsdf
In my experience, in comparison to the Occupancy Grid pipeline, TSDF can improve the accuracy, the robustness to poor initial guesses and the convergence rate of the scan matching at the cost of a more expensive map updated and worse upper bounds for the branch-and-bound constraint search.
The airplane hall in the Deutsche Museum yields a reduced accuracy, as the TSDF is more sensitive to the strongly moving point observations when scanning the wings.

I'm still working on the TSDF approach and looking forward to hear about your results.

Cheers for this! Works great! Looking forward to seeing how things progress. I'll let you know if I manage to come up with anything interesting.

Again, great work and thanks for the help.

Was this page helpful?
0 / 5 - 0 ratings