You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python-based packages are installed in non-editable mode (essentially ignoring --symlink-install)
I prepared an example package: https://github.com/rhaschke/test/tree/colcon
Build with: colcon build --merge-install --symlink-install --event-handler console_direct+
It looks like colcon build
--symlink-install
is fundamentally broken for catkin packages. So far, I found the following issues:--symlink-install
)I prepared an example package: https://github.com/rhaschke/test/tree/colcon
Build with:
colcon build --merge-install --symlink-install --event-handler console_direct+
Although being advertized for ROS 1 packages in the docs, the devel-space experience from ROS1 is not yet available. 😞
The text was updated successfully, but these errors were encountered: