Skip to content

Releases: RoboSense-LiDAR/rs_driver

release v1.5.16

27 Aug 09:38
ba07ba4
Compare
Choose a tag to compare

Added

  • Support sn parsing of RSMX.

Fixed

  • Update msop protocol of RSMX.
  • Fix compilation bug in epoll socket.
  • Fix compilation warning for unit tests.

release v1.5.15

08 Aug 07:49
2021961
Compare
Choose a tag to compare

Added

  • Support RSM3.

release v1.5.14

05 Aug 03:49
80c93b9
Compare
Choose a tag to compare

Added

  • Support multiple lidars with different multicast addresses and the same port.

Fixed

  • Fixed the bug that only one lidar was parsed correctly when multiple bp4.0 were used.

v1.5.13

10 May 08:28
68859d4
Compare
Choose a tag to compare

Added

  • Support RSMX.

Fixed

  • Update timestamp parsing unit and the number of packets per frame in decoder_RSE1.
  • Update firing_tss of Helios/Helios16P/RubyPlus.
  • Fix compilation bug of unit test.

v1.5.12

06 May 03:01
Compare
Choose a tag to compare
  • Fix bug in getting device info and status.
  • Fix bug in getting device temperature.

v1.5.11

26 Apr 06:52
Compare
Choose a tag to compare

Added

  • Split frame at the end of frame.

Changed

  • Enable modify socket buffer size.

Fixed

  • Fix the bug of rs_drvier_viewer.cpp abnormal crash.
  • Fix fir_tss of RSBPV4.
  • Fix rotation direction of RSBPV4 when reversal.

v1.5.10

11 Apr 07:51
Compare
Choose a tag to compare
  • Merge RSBPV4 into RSBP

v1.5.9

17 Feb 09:54
Compare
Choose a tag to compare

Fixed

  • Fix timestamp value (T) of XYZIRT for RS128
  • Fix PCL point cloud message. Adapt it to the format of the output file of rslidar_sdk.

Added

  • Add examples to parse DIFOP packets to get config/status data.
  • Support CRC32 check on MSOP/DIFOP packets.

Changed

  • Recover frame_id field for C user.
  • clear current cloud point when stop the instance of rs_driver.
  • Filter MOSP/DIFOP messages with two bytes instead of one byte.

v1.5.8

09 Dec 03:29
Compare
Choose a tag to compare

v1.5.8

Fixed

  • Revert "Report error ERRCODE_MSOP_TIMEOUT if only DIFOP packet is received", to avoid incorrect error report.
  • Fix error distance of RSM2. Change it to 250m.

Added

  • Add User's guide document

Changed

  • Rename RSEOS as RSE1
  • Let user's distance values cover LiDAR's

v1.5.7

10 Oct 01:36
Compare
Choose a tag to compare

Fixed

  • Fix distance range of RSHELIOS series. Also update distance ranges of other lidars. (important !)
  • Report error ERRCODE_MSOP_TIMEOUT if only DIFOP packets are received

Added

  • Seperate RSBPV4 from RSBP (important !)
  • Add a tool to save point cloud as PCD file
  • Add a demo app demo_online_multi_lidars

Changed

  • Disable error report in case of wrong block id for RS128/RS80 temporarily