-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LIVOX_LIDAR_SDK_LIBRARY not found #128
Comments
I got this error too. How can I solve it? |
sorry,i haven't found a solution yet.
…---- Replied Message ----
| From | Leow Chee ***@***.***> |
| Date | 06/05/2024 15:21 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [Livox-SDK/livox_ros_driver2] LIVOX_LIDAR_SDK_LIBRARY not found (Issue #128) |
I got this error too. How can I solve it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Oh, I found the solution by installing this repository. |
I downloaded this SDK, but the error still exists. I was thinking it might be a problem with static IP. Perhaps I could ask how your static IP is set.
…---- Replied Message ----
| From | Leow Chee ***@***.***> |
| Date | 06/05/2024 17:28 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [Livox-SDK/livox_ros_driver2] LIVOX_LIDAR_SDK_LIBRARY not found (Issue #128) |
Oh, I found the solution by installing this repository.
https://github.com/Livox-SDK/Livox-SDK2/tree/master
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
No you need to install the SDK not only download it.
|
yeah,I have installed it according to GitHub's steps, but the problem still persists
…---- Replied Message ----
| From | Leow Chee ***@***.***> |
| Date | 06/05/2024 17:34 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [Livox-SDK/livox_ros_driver2] LIVOX_LIDAR_SDK_LIBRARY not found (Issue #128) |
No you need to install the SDK not only download it.
It have the installation instructions on the readme just as follows.
$ git clone https://github.com/Livox-SDK/Livox-SDK2.git
$ cd ./Livox-SDK2/
$ mkdir build
$ cd build
$ cmake .. && make -j
$ sudo make install
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
May i know whats kind of error messages is it? |
I have a full class today and can only send it to you tomorrow. Perhaps you have time tomorrow to help me check this error?
…---- Replied Message ----
| From | Leow Chee ***@***.***> |
| Date | 06/05/2024 17:38 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [Livox-SDK/livox_ros_driver2] LIVOX_LIDAR_SDK_LIBRARY not found (Issue #128) |
May i know whats kind of error messages is it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I'm not sure I can response instantly, but you can send the errors once I got time I can response to you. |
okay,thanks
…---- Replied Message ----
| From | Leow Chee ***@***.***> |
| Date | 06/05/2024 17:48 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [Livox-SDK/livox_ros_driver2] LIVOX_LIDAR_SDK_LIBRARY not found (Issue #128) |
I'm not sure I can response instantly, but you can send the errors once I got time I can response to you.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Do you have an HAP lidar?
|
thank you very much~!I am using MID-360 and I have found a solution! It turned out that my Ethernet IP was set incorrectly. |
don`t forget "sudo make install" |
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIVOX_LIDAR_SDK_LIBRARY
linked by target "livox_ros_driver2_node" in directory /home/fast-drone/ws_livox/src/livox_ros_driver2
-- Configuring incomplete, errors occurred!
See also "/home/fast-drone/ws_livox/build/CMakeFiles/CMakeOutput.log".
See also "/home/fast-drone/ws_livox/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
应该如何解决此条错误呢
The text was updated successfully, but these errors were encountered: