Closed traversaro closed 1 year ago
@RiccardoGrieco @lrapetti I also fixed https://github.com/robotology/wearables/issues/164 by adapting the CMakeLists of the FrameVisualizer . The fact that a target is available during the build as Wearable::IWear
and when installed as IWear::IWear
is another problem (as it complicates the use of wearables
via FetchContent
), but indipendent from this PR, see https://github.com/robotology/human-dynamics-estimation/issues/409 .
Fix https://github.com/robotology/wearables/issues/164 . Fix https://github.com/robotology/wearables/issues/181 .