Skip to content

[fix] Instruct OSX to bundle LidarSLam.dylib

Arnaud Billon requested to merge fix/sb-improvements into master

LidarSlamPlugin is not self contained in a single shared library, this is somewhat unconventional, it requires an additional install of LidarSlam.dylib, this MR addresses this problem by copying LidarSlam.dylib when needed.

This raises some questions with regards to LidarSlam compilation, format and presence within lidarview's superbuild.

Also moved the OSX-RPATH boost patch into lidarview's cmake, in order for it to be properly triggered by the CI.

Edited by Arnaud Billon

Merge request reports