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
The building of rosbag2_converter_default_plugins is failing not quietly when you don't have rmw_fastrtps_cpp. I think that's not ok, you should be able to build ros2 without it (e.g.: only with opensplice or connext).
Failing CI builds with only opensplice (from comment):
The building of
rosbag2_converter_default_plugins
is failing not quietly when you don't havermw_fastrtps_cpp
. I think that's not ok, you should be able to build ros2 without it (e.g.: only with opensplice or connext).Failing CI builds with only opensplice (from comment):
Further info:
The problem is here:
rosbag2/rosbag2_converter_default_plugins/CMakeLists.txt
Lines 53 to 57 in 2ad74a4
The build is only failing when
BUILD_TESTING=1
, but that's usual.The text was updated successfully, but these errors were encountered: