Skip to content

Commit

Permalink
feat: change version to v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ronzheng1006 committed Oct 9, 2022
1 parent 8abe0e9 commit 91afc5e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

### Changed

## v1.5.7 2022-10-09

### Added
- Add tool to save as PCD file
- Seperate RSBPV4 from RSBP
- Add demo app demo_online_multi_lidars

### Changed
- Disable error report in case of wrong block id for RS128/RS80 temporarily

### Fixed
- Fix distance range of helios series. Also update distance ranges of other lidars
- Report error ERRCODE_MSOP_TIMEOUT if only DIFOP packet is received

## v1.5.6 2022-09-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(WIN32)
cmake_policy(SET CMP0074 NEW) # CMake 3.12 required
endif(WIN32)

project(rs_driver VERSION 1.5.6)
project(rs_driver VERSION 1.5.7)

#========================
# Project setup
Expand Down

0 comments on commit 91afc5e

Please sign in to comment.