Skip to content

Commit eb4e637

Browse files
author
rostest
committed
V2.6.2 LDMRS spinning problem
1 parent ed320fd commit eb4e637

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ features that will be removed in future versions **Removed** for deprecated feat
88

99
## Released ##
1010

11+
### v2.6.2 -
12+
- **Fixed** LDMRS spinning problem corrected
13+
1114
### v2.6.1 -
1215
- **Added** V2.6.1: Support for RMS-1xxx binary protocol
1316

driver/src/sick_generic_caller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
#define SICK_GENERIC_MAJOR_VER "2"
8383
#define SICK_GENERIC_MINOR_VER "6"
84-
#define SICK_GENERIC_PATCH_LEVEL "1"
84+
#define SICK_GENERIC_PATCH_LEVEL "2"
8585

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

0 commit comments

Comments
 (0)