-
Notifications
You must be signed in to change notification settings - Fork 224
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
ROS2 - Colcon build Error #125
Comments
You have to change the code to make it build for ROS2 |
might be you provide more details about your build step? seem you miss to source |
Hi, thank you for answering;
I'm not expert of ROS2 so maybe I'm missing some trivial steps. |
I believe you have not configured the project to build for ROS2. The Robosense ROS driver does not compile for ROS2 as-is. |
Sorry, do you mean changes that are not inside the readMe file? |
Would you share your workspace structure with I have built it several times today... all built are success. which linux and ros version are you working on? Have you installed desktop version or base version of ROS? have you run |
Hi sorry for my late response, i have not my pc with me this WE. I run the command I want to thank you for your time. The Tree structure of the ws is: 53 directories, 298 files |
from what i saw in here is that, you put all the packages outside the If you follow the ros2_ws structure should look like this:
Under the root dir |
Hi, maybe the tree structure shows not correctly the structure; i don't know why but the structure is like you posted and the command for dependencies tell me all is installed correctly. I will try on another computer to understand better why this happens |
One of my new team members also encountered some weird issues, he told me that after reinstalling everything CAREFULLY and structured, the build was a success. I am not sure do you run any You could log down the step when reinstalling, then might be I could help a better understanding which part cause the issue |
I'm not using any environments at all. |
Yeah I will reply when I am free. Just leave the finding and step to reproduce in here. |
I am trying to build this package in ubuntu 22.04 with ROS2 Humble. I get the following error log when I run colcon build.
Does anyone know what i could do to solve this error?
The text was updated successfully, but these errors were encountered: