Skip to content

Releases: PRBonn/PIN_SLAM

v1.0.5

27 Aug 10:52
Compare
Choose a tag to compare

What's changed

  • Fix bugs in mesh reconstruction after the SLAM process #27
  • Add config file for LiDAR-MOS using PIN-SLAM
  • Update the readme on using colorized LiDAR points

Full Changelog: v1.0.4...v1.0.5

v1.0.4

16 Aug 12:15
Compare
Choose a tag to compare

What's Changed

  • Unify the dataloader interface, and support image input for using colorized LiDAR point cloud for mapping (example: run_kitti_color.yaml)
  • Add kitti360 data loader, and drop paris_loco dataloader (can be used with generic)
  • Add the initial implementation of the pure-localization mode, which currently only supports pose tracking and does not support global localization. Use it by setting load_model: True and setting model_path as the path to the prebuilt neural point map xxx/model/pin_map.pth in the config file. #16
  • Fix paper bibtex and some other docs

Full Changelog: v1.0.3...v1.0.4

v1.0.3

16 Jul 09:43
Compare
Choose a tag to compare

What's Changed

  • use iSAM2 as the default incremental factor graph optimizer
  • add basic visualization logging based on rerun
  • update requirement by @YibinWu in #23

New Contributors

v1.0.2

28 Jun 09:32
Compare
Choose a tag to compare
  • Add dependency requirement file [#21]
  • Add dataloaders (from images) for replica, tum rgbd and neural rgbd datasets [#15]
  • Update paper information

v1.0.1

05 Jun 14:49
Compare
Choose a tag to compare
  • Copy kiss-icp data loaders locally to drop the dependency. Add loader for replica dataset. Now to use a specific data loader, use flag -d instead of -k
  • Fix potential timestamp bugs

v1.0.0

22 May 19:30
Compare
Choose a tag to compare

First stable version

  • Support kiss-icp data loaders to load data directly from rosbags and support more datasets
  • Refactor the argparser command-line options