Skip to content

Commit efcfb11

Browse files
Documentation updated
1 parent 11e4888 commit efcfb11

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# **Lens interface C++ library**
88

9-
**v4.0.1**
9+
**v4.0.2**
1010

1111
------
1212

@@ -63,6 +63,7 @@
6363
| 3.2.0 | 10.05.2023 | - Parameters list changed. |
6464
| 4.0.0 | 18.06.2023 | - Added **LensParams** class which contains lens controller parameters.<br/>- Added new methods to encode/decode lens control command.<br/>- Added new lens parameters.<br/>- Added tests. |
6565
| 4.0.1 | 28.06.2023 | - ConfigReader submodule updated.<br />- Frame submodule updated. |
66+
| 4.0.2 | 29.06.2023 | - Documentation updated. |
6667

6768

6869

@@ -206,7 +207,7 @@ std::cout << "Lens class version: " << Lens::getVersion() << std::endl;
206207
Console output:
207208

208209
```bash
209-
Lens class version: 4.0.1
210+
Lens class version: 4.0.2
210211
```
211212

212213

@@ -1229,7 +1230,7 @@ Typical commands to build **Lens** library:
12291230

12301231
```bash
12311232
git clone https://github.com/ConstantRobotics-Ltd/Lens.git
1232-
cd ConfigReader
1233+
cd Lens
12331234
git submodule update --init --recursive
12341235
mkdir build
12351236
cd build
@@ -1251,7 +1252,7 @@ You can add repository **Lens** as submodule by commands:
12511252

12521253
```bash
12531254
cd <your respository folder>
1254-
git submodule add https://github.com/ConstantRobotics-Ltd/Lense.git 3rdparty/Lens
1255+
git submodule add https://github.com/ConstantRobotics-Ltd/Lens.git 3rdparty/Lens
12551256
git submodule update --init --recursive
12561257
```
12571258

README.pdf

-8.7 KB
Binary file not shown.

_static/lens_logo.png

-9.96 KB
Loading

0 commit comments

Comments
 (0)