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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ traversing 1 packages in topological order:
~~ - package_name (unknown)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: Packages with unknown build types exist
Can not build workspace with packages of unknown build_type
To reproduce: add the line
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
to a ROS1 package like stereo_msgs.catkin_make_isolated
will fail now.Expected behavior: The complete line should be ignored because of the condition and the default of
catkin
should be used.Interesting detail: This works:
And this doesn't:
The text was updated successfully, but these errors were encountered: