We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed320fd commit eb4e637Copy full SHA for eb4e637
CHANGELOG.md
@@ -8,6 +8,9 @@ features that will be removed in future versions **Removed** for deprecated feat
8
9
## Released ##
10
11
+### v2.6.2 -
12
+ - **Fixed** LDMRS spinning problem corrected
13
+
14
### v2.6.1 -
15
- **Added** V2.6.1: Support for RMS-1xxx binary protocol
16
driver/src/sick_generic_caller.cpp
@@ -81,7 +81,7 @@
81
82
#define SICK_GENERIC_MAJOR_VER "2"
83
#define SICK_GENERIC_MINOR_VER "6"
84
-#define SICK_GENERIC_PATCH_LEVEL "1"
+#define SICK_GENERIC_PATCH_LEVEL "2"
85
86
#include <algorithm> // for std::min
87
0 commit comments