Skip to content

Releases: w111liang222/lidar-slam-detection

v2.1.0

05 Oct 10:06
Compare
Choose a tag to compare

v2.0.0

25 May 09:57
Compare
Choose a tag to compare
NEW: add rosbag_to_pkl tool to make LSD can test the rosbag

Signed-off-by: LiangWang <15lwang@alumni.tongji.edu.cn>

v1.3.0

17 Jul 02:14
Compare
Choose a tag to compare

Optimization:

  1. SLAM don't output high frequency pose in offline
  2. No connection edge in preview page while running localization

Fix:

  1. Crash problem in pointcloud colouration

v1.2.0

04 Jul 05:31
Compare
Choose a tag to compare

Feature:

  1. Support multi-lidar mapping and localization(except the FLOAM)

Optimization:

  1. The IMU initialization procedure is needed for FastLIO(keep 1s stable at the startup)
  2. Enlarge the input points of lidar detection from 10w to 20w
  3. Auto switch to the 100hz motion model based localization when no imu received
  4. Optimize the status switch logic of INS

Fix:

  1. The unit of accelerator in FastLIO mapping.
  2. Crash when reading the wrong map.
  3. Some vertex may not be dumped when saving map
  4. Crash when slam if camera is not available
  5. Custom configure is not updated after upgrading

v1.1.0

15 May 01:55
Compare
Choose a tag to compare

Feature:

  1. TViz support XYZI/XYZRGB pointcloud visualization
  2. Add the downsample step, resolution for SLAM localization in Web
  3. Support building RGB pointcloud map
  4. Add "RGB" color visualization in Preview.
  5. Support fisheye undistortion on x86 platform
  6. Add timestamp for camera data

Optimization:

  1. RTK mapping do not depend on the INS status
  2. speedup the loop closure detection
  3. use radius outlier removal to filter the key frames of map
  4. filter out the outliers of ground to slim.
  5. update the car model in preview

Fix:

  1. timestamp jumping to make FastLIO output wrong pose
  2. can not save maps when using RTK mapping
  3. the bound processing in INS driver

v1.0.0

03 Apr 08:50
Compare
Choose a tag to compare
FIX: network check of config

Signed-off-by: liangwang <15lwang@alumni.tongji.edu.cn>