Releases: w111liang222/lidar-slam-detection
Releases · w111liang222/lidar-slam-detection
v2.1.0
Full Changelog: v2.0.0...v2.1.0
v2.0.0
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
Optimization:
- SLAM don't output high frequency pose in offline
- No connection edge in preview page while running localization
Fix:
- Crash problem in pointcloud colouration
v1.2.0
Feature:
- Support multi-lidar mapping and localization(except the FLOAM)
Optimization:
- The IMU initialization procedure is needed for FastLIO(keep 1s stable at the startup)
- Enlarge the input points of lidar detection from 10w to 20w
- Auto switch to the 100hz motion model based localization when no imu received
- Optimize the status switch logic of INS
Fix:
- The unit of accelerator in FastLIO mapping.
- Crash when reading the wrong map.
- Some vertex may not be dumped when saving map
- Crash when slam if camera is not available
- Custom configure is not updated after upgrading
v1.1.0
Feature:
- TViz support XYZI/XYZRGB pointcloud visualization
- Add the downsample step, resolution for SLAM localization in Web
- Support building RGB pointcloud map
- Add "RGB" color visualization in Preview.
- Support fisheye undistortion on x86 platform
- Add timestamp for camera data
Optimization:
- RTK mapping do not depend on the INS status
- speedup the loop closure detection
- use radius outlier removal to filter the key frames of map
- filter out the outliers of ground to slim.
- update the car model in preview
Fix:
- timestamp jumping to make FastLIO output wrong pose
- can not save maps when using RTK mapping
- the bound processing in INS driver
v1.0.0
FIX: network check of config Signed-off-by: liangwang <15lwang@alumni.tongji.edu.cn>