Is it possible to create a catkin package to provide precompiled libraries?
Is there a way to create a catkin package that only provides precompiled libraries instead of building them, so that other catkin packages can depend on them and the libraries are present in the devel folder when the other packages are build?
Greetings, Thiemo
Why pre-compiled libraries? For what architecture? Do you not have the sources?