Skip to content

Commit

Permalink
V2.6.1: Support for RMS-1xxx binary protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
rostest committed Apr 4, 2022
1 parent cfaf624 commit 7d14fa1
Show file tree
Hide file tree
Showing 6 changed files with 376 additions and 56 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ features that will be removed in future versions **Removed** for deprecated feat

## Unreleased ##

## Released ##

### v2.6.1 -
- **Added** V2.6.1: Support for RMS-1xxx binary protocol

### v2.6.0 -
- **Changed** V2.6.0: RMS configuration update, issue #7

## Released ##

### v2.5.2 -
- **Fixed** Fix LSR-4xxx laserscan angles #28
- **Fixed** Fix duplicated laserscan messages #28
Expand Down
2 changes: 1 addition & 1 deletion driver/src/sick_generic_caller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

#define SICK_GENERIC_MAJOR_VER "2"
#define SICK_GENERIC_MINOR_VER "6"
#define SICK_GENERIC_PATCH_LEVEL "0"
#define SICK_GENERIC_PATCH_LEVEL "1"

#include <algorithm> // for std::min

Expand Down
Loading

0 comments on commit 7d14fa1

Please sign in to comment.