Closed sloretz closed 1 month ago
The last mrpt_libslam release included a Ros package.XML depend on tbb. I suspect it might be the lack of the cmake namespaced imported target in older versions of tbb for Ubuntu version in noetic but must check it out...
@sloretz Hopefully fixed by https://github.com/ros/rosdistro/pull/42890
https://build.ros.org/view/Nbin_uF64/job/Nbin_uF64__mrpt_ekf_slam_3d__ubuntu_focal_amd64__binary/123/console
I see elsewhere theres a find_package(TBB QUIET) call, but the only change I see here does not touch CMake code https://github.com/mrpt-ros-pkg/mrpt_slam/commit/76df57c66b97bec39dde310755d0f47bab97101d . Maybe the root cause is a change in an upstream package not exporting the dependency on TBB?