-
Notifications
You must be signed in to change notification settings - Fork 90
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
Having trouble building colcon workspace #9
Comments
sorry, joshHUNB, |
@Livox-SDK same problem... so the livox_ros2_driver based on ros2 foxy now? but README said running Livox ROS2 driver under ubuntu18.04, ROS2 (dashing, ubuntu18.04)... Foxy is based on ubuntu 20.04. |
I have tried building it on Foxy but haven't had much success. Do you have any new install instructions? For example I build foxy workspace from source, then I go to the ws_livox it asks for perception_pcl to be added, so I put that in ws_livox/src (I tried in Foxy but it didn't like that), but then perception fails.
Moving to Foxy may be a problem for my project as well since we mostly operate in 18.04 ubuntu. But I have managed to get Foxy working |
No need to install Livox-SDK in advance! |
Note - see the other issue - you have different compilation options in SDK and driver, so only local build of SDK ( within driver) will work. It will never properly link to standalone SDK build. |
@Livox-SDK Building it without Livox-SDK I get this errors when I try to run the driver:
I build it on Ubuntu 20.04 with Foxy. |
Look for this in one of CMakeLists.txt set(livox_sdk_REV "v2.3.0") You need precisely same version.... |
And you need SDK to bu build |
@jarekkt Yes, I finally managed to build it, thank you so much. |
Hello I have been trying unsuccessfully to get the Livox ROS2 driver to work on my machine. I am running ubuntu 18.04 with ROS2 Dashing.
These are the commands I am running to install Livox-SDK and the ROS2 Driver. The colcon build command fails and I am not sure why.
This is the terminal output I get after running colcon build in ws_livox
Any help would be appreciated
The text was updated successfully, but these errors were encountered: