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