Closed rhaschke closed 3 years ago
Unfortunately, using a linked devel-space layout is not compatible with the --install flag
So wouldn't it be better to use a merged space instead?
Not sure a merged devel-space solves the issue. However, our goal in MoveIt is to test a common use case, namely the (default) linked devel-space.
However, our goal in MoveIt is to test a common use case, namely the (default) linked devel-space.
Makes sense. Most likely you are the only user of this feature anyway ;)
Thanks.
I need to come back to https://github.com/ros-industrial/industrial_ci/pull/707/files#r673922264. Unfortunately, using a linked devel-space layout is not compatible with the
--install
flag: https://github.com/catkin/catkin_tools/issues/674#issuecomment-879008090.Sourcing
devel/setup.bash
doesn't yield the correctROS_PACKAGE_PATH
(not including the sourced workspace), such thatfind_package(catkin ...)
yields wrong results. Dropping the--install
flag, everything works as expected.