-
Notifications
You must be signed in to change notification settings - Fork 71
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
fix tests in foxy/ubuntu-20.04 #749
base: develop
Are you sure you want to change the base?
Conversation
The windows ci is using a ci build of ros2 which mistakenly exports local directories. INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;C:/ci/ws/install/include" This causes |
I prefer we use the rolling-distribution for But the rolling-distribution (or nightly build) is not stable although it's called |
I went back a few weeks and they all have the same error
maybe it's a unreported bug? |
made an issue ros2/ros2#1068 |
I suspect it was misconfigured, let's wait for the reply from the upstream. |
I notice there is a new Window ROS2 package generated (https://ci.ros2.org/view/packaging/job/packaging_windows/1960/), so the problem may have been fixed. |
This reverts commit 7065628.
It looks like the issue still isn't fixed 😞 |
I'm not sure if I'm the only one having this problem, the tests are failing for me in foxy/ubuntu-20.04. I actually saw in problem before in other projects and it is due to fastRTPS not correctly exported some cmake files. The simple workaround is to add AMENT_PREFIX_PATH to CMAKE_PREFIX_PATH.
I also try to simplify the compiling step by using colcon and sourcing the output instead of copying files around.
Edit: Actually all the previous build have been failing but it seems tests still passes