-
Notifications
You must be signed in to change notification settings - Fork 41
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] clean build failing on ROS2 Foxy #30
Comments
I believe this issue is related to CMake 3.16 (the default version for Ubuntu 20.04). In any case, a workaround was found. If you need this repo to work on Foxy or want to make this repo support ROS2 Foxy natively, see my fork with changes. |
@Chambana can you prepare a PR to do that? |
Rather than hard coding in the ROS2 release name, I think you can address this by appropriate use of find_package() and set() in the CMakeLists.txt. Something like:
|
@gsokoll do you have a PR you can share? ran into the same issue... |
nevermind, I did for myself. shall I share a PR? I did changes like instead of using
for the top level
it builds on my Mac as well |
@tfoldi a PR would be great. |
was a heroic battle with Iron dependencies, but #36 compiles on Humble, Iron and Rolling. I've added a github action/workflow that checks compilation on these distributions |
When I follow the installation instruction within a ROS2 Foxy environment on Ubuntu 20.04, the colcon build command fails with hundreds of these errors:
build fail log.txt
I've attached a full log showing my exact steps, which following the installation instructions.
The text was updated successfully, but these errors were encountered: