Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

36 lines (31 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

[1.1.3] - 2023-03-13

Fixed

  • Improve performance when running in ROS2 Humble;

[1.1.2] - 2023-02-15

Changed

  • Change publish frequency range to [0.5Hz, 10 Hz];

Fixed

  • Fix a high CPU-usage problem;

[1.1.1] - 2023-01-09

Added

  • Offer valid line-number info in the point cloud data of MID-360 Lidar.
  • Enable IMU by default.

Changed

  • Update the README slightly.

[1.0.0] - 2022-12-12

Added

  • Support Mid-360 Lidar.
  • Support for Ubuntu 22.04 ROS2 humble.
  • Support multi-topic fuction, the suffix of the topic name corresponds to the ip address of each Lidar.

Changed

  • Remove the embedded SDK.
  • Constraint: Livox ROS Driver 2 for ROS2 does not support message passing with PCL native data types.

Fixed

  • Fix IMU packet loss.
  • Fix some conflicts with livox ros driver.
  • Fixed HAP Lidar publishing PointCloud2 and CustomMsg format point clouds with no line number.