cartographer/cartographer/mapping
gaschler f060815a7f
Fix locking while modifying counter (#1454)
Clang with thread safety does not compile because
num_nodes_since_last_loop_closure_
is modified without holding a mutex.
This fixes it.
2018-10-25 15:30:06 +02:00
..
2d Improve portability (#1452) 2018-10-24 18:04:55 +02:00
3d Improve portability (#1452) 2018-10-24 18:04:55 +02:00
internal Fix locking while modifying counter (#1454) 2018-10-25 15:30:06 +02:00
proto Move OverlappingSubmapTrimmerOptions to PoseGraphOptions (#1408) 2018-09-04 10:12:19 +02:00
detect_floors.cc Fix some nits. (#536) 2017-09-28 09:21:07 +02:00
detect_floors.h Clean up. (#266) 2017-05-08 15:29:13 +02:00
grid_interface.h Fix virtual destructors (#1453) 2018-10-24 18:45:58 +02:00
id.h [ABSL] Purge common::make_unique. (#1340) 2018-07-27 19:43:35 +02:00
id_test.cc Inline calls to Trim() in id_test. (#1451) 2018-10-24 16:38:41 +02:00
imu_tracker.cc ImuTracker uses conjugate. (#693) 2017-11-23 13:50:44 +01:00
imu_tracker.h Use the ImuTracker in the PoseExtrapolator. (#436) 2017-08-01 10:44:32 +02:00
imu_tracker_test.cc [ABSL] Purge common::make_unique. (#1340) 2018-07-27 19:43:35 +02:00
local_slam_result_data.h Internal cleanup (#1051) 2018-04-11 09:56:22 +02:00
map_builder.cc Add WriteStateToFileResponse. (#1428) 2018-09-15 00:03:30 +02:00
map_builder.h Add WriteStateToFileResponse. (#1428) 2018-09-15 00:03:30 +02:00
map_builder_interface.h Add WriteStateToFileResponse. (#1428) 2018-09-15 00:03:30 +02:00
map_builder_test.cc Skip constraint search against unfinished submaps. (#1362) 2018-08-06 17:34:40 +02:00
pose_extrapolator.cc [ABSL] Purge common::make_unique. (#1340) 2018-07-27 19:43:35 +02:00
pose_extrapolator.h Fix gravity alignment of submaps in local SLAM (#1398) 2018-08-24 12:28:31 +02:00
pose_extrapolator_test.cc Improve portability (#1452) 2018-10-24 18:04:55 +02:00
pose_graph.cc Include all trajectory nodes when serializing without unfinished submaps. (#1410) 2018-09-05 16:59:16 +02:00
pose_graph.h [ABSL] Use flat_hash_map instead of unordered_map. (#1439) 2018-10-08 10:47:28 +02:00
pose_graph_data.h Rename submap finished flags (#1384) 2018-08-13 10:38:33 +02:00
pose_graph_interface.h Include all trajectory nodes when serializing without unfinished submaps. (#1410) 2018-09-05 16:59:16 +02:00
pose_graph_test.cc Rename namespace to testing (#1191) 2018-06-12 15:18:20 +02:00
pose_graph_trimmer.cc Add max_submaps_with_pure_localization parameter (#1141) 2018-07-02 20:32:23 +02:00
pose_graph_trimmer.h Fix serialization for deleted trajectories. (#1214) 2018-06-26 13:36:42 +02:00
pose_graph_trimmer_test.cc Move FakeTrimmable implementation to internal/testing. (#1050) 2018-04-10 18:05:03 +02:00
probability_values.cc [ABSL] Purge common::make_unique. (#1340) 2018-07-27 19:43:35 +02:00
probability_values.h Correspondence cost based probability grid (#1081) 2018-04-18 14:46:38 +02:00
probability_values_test.cc Correspondence cost based probability grid (#1081) 2018-04-18 14:46:38 +02:00
range_data_inserter_interface.cc Add TSDF RangeDataInserter (#1236) 2018-07-09 13:46:46 +02:00
range_data_inserter_interface.h Fix virtual destructors (#1453) 2018-10-24 18:45:58 +02:00
submaps.h Rename submap finished flags (#1384) 2018-08-13 10:38:33 +02:00
submaps_test.cc Moves the contents of the cartographer subdirectory up one level. 2016-08-03 12:48:29 +02:00
trajectory_builder_interface.cc Move OverlappingSubmapTrimmerOptions to PoseGraphOptions (#1408) 2018-09-04 10:12:19 +02:00
trajectory_builder_interface.h [ABSL] Purge common::make_unique. (#1340) 2018-07-27 19:43:35 +02:00
trajectory_node.cc Change submap_data_ in pose graph to MapById. (#593) 2017-10-17 13:13:37 +02:00
trajectory_node.h [ABSL] Purge common::optional. (#1339) 2018-07-27 19:05:45 +02:00
trajectory_node_test.cc Introduce [Timed]RangefinderPoint. (#1357) 2018-08-10 22:36:37 +02:00
value_conversion_tables.cc [ABSL] Purge common::make_unique. (#1340) 2018-07-27 19:43:35 +02:00
value_conversion_tables.h Add value conversion tables (#1255) 2018-07-12 22:11:55 +02:00
value_conversion_tables_test.cc Add value conversion tables (#1255) 2018-07-12 22:11:55 +02:00