How to install packages as subdirectory of metapackage?
So, currently I have packages that install their binaries to catkin_ws/install/lib/package_name
I made a metapackage to contain these directories. Now I would like them to install like this: install/lib/meta_package_name/package_name
Is there any good way of achieving this?