You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Redistribution and use in source and binary forms, with or without modification,
14
14
15
15
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
16
16
17
-
3. Neither the names of the Vanjee, nor Suteng Innovation Technology, nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission.
17
+
3. Neither the names of the Vanjee, nor Wanji Technology, nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission.
18
18
19
19
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copy file name to clipboardExpand all lines: README_EN.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,22 @@ The supported LiDAR models are as follows.
13
13
- vanjee_718h
14
14
- vanjee_719
15
15
- vanjee_719c
16
+
- vanjee_719e
16
17
- vanjee_720 / vanjee_720_16
17
18
- vanjee_720_32
18
19
- vanjee_721
19
20
- vanjee_722
21
+
- vanjee_722f
22
+
- vanjee_722h
23
+
- vanjee_722z
20
24
- vanjee_733
21
25
- vanjee_750
22
26
- vanjee_760
23
27
24
28
## 3 Supported Operating Systems
25
29
26
30
The supported operating systems and compilers are as follows. Note that the compiler must support the C++14 standard.
27
-
- Ubuntu (16.04, 18.04, 20.04)
31
+
- Ubuntu (16.04, 18.04, 20.04, 22.04, 24.04)
28
32
- gcc (4.8+)
29
33
30
34
- Windows
@@ -123,6 +127,12 @@ On Windows, **vanjee_driver** does not support installation at this time.
123
127
124
128
Please complete the demo compilation using one of the following methods.
125
129
130
+
**If there is an error message indicating that "libVanJeeLaser760Filter_linux.so" cannot be found during compilation or execution, the following steps should be taken**
@@ -150,6 +160,12 @@ For more information about `demo_pcap`, refer to[Decoding PCAP Files](doc/howto/
150
160
151
161
Please complete the tool compilation using one of the following methods.
152
162
163
+
**If there is an error message indicating that "libVanJeeLaser760Filter_linux.so" cannot be found during compilation or execution, the following steps should be taken**
@@ -178,6 +194,12 @@ For usage instructions on `vanjee_driver_viewer`, please refer to the [Visualiza
178
194
179
195
Please complete the dynamic library compilation in one of the following ways.
180
196
197
+
**If there is an error message indicating that "libVanJeeLaser760Filter_linux.so" cannot be found during compilation or execution, the following steps should be taken**
0 commit comments