cartographer/configuration_files
Susanne Pielawa b38b1cefa0
Allow using TolerantLoss for INS in pose graph optimization (#1700)
This PR adds the possibility to use the TolerantLoss function for INS in pose graph optimization. This is currently switched off, and so there's not functional change. 

The ceres TolerantLoss function (see [description](http://ceres-solver.org/nnls_modeling.html), and [implementation](https://github.com/ceres-solver/ceres-solver/blob/master/internal/ceres/loss_function.cc)) has the following property

- for large values of x it approaches a quadratic loss ("null loss") with the specified weight (fixed_frame_pose_translation_weight)
- for small values of x it approaches a quadratic loss with a smaller weight
- there's a crossover at some value x_c. The function is convex everywhere.
2020-06-15 10:56:23 +02:00
..
map_builder.lua Add `collate_by_trajectory` support in lua config (#1334) 2019-03-08 15:36:30 +01:00
map_builder_server.lua Use collate_by_trajectory lua option in server (#1537) 2019-03-08 16:36:53 +01:00
pose_graph.lua Allow using TolerantLoss for INS in pose graph optimization (#1700) 2020-06-15 10:56:23 +02:00
trajectory_builder.lua Move OverlappingSubmapTrimmerOptions to PoseGraphOptions (#1408) 2018-09-04 10:12:19 +02:00
trajectory_builder_2d.lua Correct spelling to bandwidth (#1490) 2019-01-02 13:12:26 +01:00
trajectory_builder_3d.lua Rename options for consistency. (#686) 2017-11-17 10:52:22 +01:00