.. |
internal
|
Change pbstream migrate to support new submap format. (#1733)
|
2020-08-14 11:08:53 +02:00 |
testing
|
Update clang-format to new Google style. (#1564)
|
2019-04-10 13:04:57 +02:00 |
color.cc
|
color.cc constexpr std::sqrt is not ISO C++ (#432)
|
2017-07-28 12:11:57 +02:00 |
color.h
|
Change Color to Uint8Color and FloatColor (#423)
|
2017-07-27 11:03:55 +02:00 |
coloring_points_processor.cc
|
[ABSL] Purge common::make_unique. (#1340)
|
2018-07-27 19:43:35 +02:00 |
coloring_points_processor.h
|
replace implicit use of cartographer::string with explicit use of std::string (#673)
|
2017-11-15 10:17:59 +01:00 |
counting_points_processor.cc
|
[ABSL] Purge common::make_unique. (#1340)
|
2018-07-27 19:43:35 +02:00 |
counting_points_processor.h
|
Adds a CountingPointsProcessor. (#98)
|
2016-10-25 16:09:47 +02:00 |
draw_trajectories.cc
|
Fix Lint and ClangTidy warnings. (#485)
|
2017-08-31 13:39:47 +02:00 |
draw_trajectories.h
|
Fix Lint and ClangTidy warnings. (#485)
|
2017-08-31 13:39:47 +02:00 |
fake_file_writer.cc
|
Added a fake file writer (writes to string instead of file) (#1101)
|
2018-04-27 13:45:54 +02:00 |
fake_file_writer.h
|
Added a fake file writer (writes to string instead of file) (#1101)
|
2018-04-27 13:45:54 +02:00 |
fake_file_writer_test.cc
|
Update clang-format to new Google style. (#1564)
|
2019-04-10 13:04:57 +02:00 |
file_writer.cc
|
replace implicit use of cartographer::string with explicit use of std::string (#673)
|
2017-11-15 10:17:59 +01:00 |
file_writer.h
|
replace implicit use of cartographer::string with explicit use of std::string (#673)
|
2017-11-15 10:17:59 +01:00 |
fixed_ratio_sampling_points_processor.cc
|
[ABSL] Use flat_hash_set instead of unordered_set. (#1442)
|
2018-10-08 12:43:17 +02:00 |
fixed_ratio_sampling_points_processor.h
|
Adds a fixed sampling points processor. (#96)
|
2016-10-25 15:37:47 +02:00 |
frame_id_filtering_points_processor.cc
|
[ABSL] Use flat_hash_set instead of unordered_set. (#1442)
|
2018-10-08 12:43:17 +02:00 |
frame_id_filtering_points_processor.h
|
[ABSL] Use flat_hash_set instead of unordered_set. (#1442)
|
2018-10-08 12:43:17 +02:00 |
hybrid_grid_points_processor.cc
|
Add new sensor::PointCloud interface. (#1759)
|
2020-10-13 15:57:45 +02:00 |
hybrid_grid_points_processor.h
|
Move proto files out of 2d/3d directories. (#1749)
|
2020-09-14 12:17:15 +02:00 |
image.cc
|
Cleanup and new features in Image code. (#685)
|
2017-11-16 17:05:18 +01:00 |
image.h
|
Cleanup and new features in Image code. (#685)
|
2017-11-16 17:05:18 +01:00 |
intensity_to_color_points_processor.cc
|
[ABSL] Purge common::make_unique. (#1340)
|
2018-07-27 19:43:35 +02:00 |
intensity_to_color_points_processor.h
|
replace implicit use of cartographer::string with explicit use of std::string (#673)
|
2017-11-15 10:17:59 +01:00 |
min_max_range_filtering_points_processor.cc
|
Fix typo, naming, formatting, type. (#1694)
|
2020-06-03 11:46:45 +02:00 |
min_max_range_filtering_points_processor.h
|
Fix typo, naming, formatting, type. (#1694)
|
2020-06-03 11:46:45 +02:00 |
null_points_processor.h
|
PointsProcessor can now ask for another pass over the data. (#69)
|
2016-10-19 13:11:13 +02:00 |
outlier_removing_points_processor.cc
|
Configurable miss_per_hit_limit in outlier removing processor. (#1476)
|
2018-12-16 00:06:09 +01:00 |
outlier_removing_points_processor.h
|
Configurable miss_per_hit_limit in outlier removing processor. (#1476)
|
2018-12-16 00:06:09 +01:00 |
pbstream_main.cc
|
Change pbstream migrate to support new submap format. (#1733)
|
2020-08-14 11:08:53 +02:00 |
pcd_writing_points_processor.cc
|
Introduce [Timed]RangefinderPoint. (#1357)
|
2018-08-10 22:36:37 +02:00 |
pcd_writing_points_processor.h
|
Always take std::function<> by value. (#188)
|
2017-01-26 11:35:09 +01:00 |
ply_writing_points_processor.cc
|
Ability to pass additional comments to ply header. (#1549)
|
2019-03-26 11:33:03 +01:00 |
ply_writing_points_processor.h
|
Ability to pass additional comments to ply header. (#1549)
|
2019-03-26 11:33:03 +01:00 |
points_batch.cc
|
Add new sensor::PointCloud interface. (#1759)
|
2020-10-13 15:57:45 +02:00 |
points_batch.h
|
Add new sensor::PointCloud interface. (#1759)
|
2020-10-13 15:57:45 +02:00 |
points_processor.h
|
PointsProcessor can now ask for another pass over the data. (#69)
|
2016-10-19 13:11:13 +02:00 |
points_processor_pipeline_builder.cc
|
Add VerticalRangeFilteringPointsProcessor. (#1636)
|
2020-06-09 12:35:47 +02:00 |
points_processor_pipeline_builder.h
|
[ABSL] Use flat_hash_map instead of unordered_map. (#1439)
|
2018-10-08 10:47:28 +02:00 |
points_processor_pipeline_builder_test.cc
|
replace implicit use of cartographer::string with explicit use of std::string (#673)
|
2017-11-15 10:17:59 +01:00 |
probability_grid_points_processor.cc
|
Add new sensor::PointCloud interface. (#1759)
|
2020-10-13 15:57:45 +02:00 |
probability_grid_points_processor.h
|
Move proto files out of 2d/3d directories. (#1749)
|
2020-09-14 12:17:15 +02:00 |
probability_grid_points_processor_test.cc
|
Add new sensor::PointCloud interface. (#1759)
|
2020-10-13 15:57:45 +02:00 |
proto_stream.cc
|
Update clang-format to new Google style. (#1564)
|
2019-04-10 13:04:57 +02:00 |
proto_stream.h
|
Add ProtoStreamWriterInterface and implement forwarding writer. (#849)
|
2018-01-25 15:27:50 +01:00 |
proto_stream_deserializer.cc
|
Store histogram in submap (#1277)
|
2018-09-04 12:02:57 +02:00 |
proto_stream_deserializer.h
|
Using new serialization format. (#1174)
|
2018-05-30 13:31:33 +02:00 |
proto_stream_deserializer_test.cc
|
Update clang-format to new Google style. (#1564)
|
2019-04-10 13:04:57 +02:00 |
proto_stream_interface.h
|
Internal cleanup (#1045)
|
2018-04-10 09:43:36 +02:00 |
proto_stream_test.cc
|
Windows build fixes & Azure CI (#1463)
|
2018-12-16 17:04:23 +01:00 |
serialization_format_migration.cc
|
Change pbstream migrate to support new submap format. (#1733)
|
2020-08-14 11:08:53 +02:00 |
serialization_format_migration.h
|
Change pbstream migrate to support new submap format. (#1733)
|
2020-08-14 11:08:53 +02:00 |
serialization_format_migration_test.cc
|
Change pbstream migrate to support new submap format. (#1733)
|
2020-08-14 11:08:53 +02:00 |
submap_painter.cc
|
Fill submaps slices (#1353)
|
2018-07-31 11:48:04 +02:00 |
submap_painter.h
|
Fill submaps slices (#1353)
|
2018-07-31 11:48:04 +02:00 |
vertical_range_filtering_points_processor.cc
|
Add VerticalRangeFilteringPointsProcessor. (#1636)
|
2020-06-09 12:35:47 +02:00 |
vertical_range_filtering_points_processor.h
|
Add VerticalRangeFilteringPointsProcessor. (#1636)
|
2020-06-09 12:35:47 +02:00 |
xray_points_processor.cc
|
Add saturation_factor to scale the saturation of the point color (#1556)
|
2019-04-02 16:57:27 +02:00 |
xray_points_processor.h
|
Add saturation_factor to scale the saturation of the point color (#1556)
|
2019-04-02 16:57:27 +02:00 |
xyz_writing_points_processor.cc
|
Introduce [Timed]RangefinderPoint. (#1357)
|
2018-08-10 22:36:37 +02:00 |
xyz_writing_points_processor.h
|
Fix ClangTidy warnings. (#455)
|
2017-08-16 15:21:04 +02:00 |