I think we should add a proper install properties to the cmake. Some functionalities of this package, e.g., kinematic_chains, is used in many places. Instead of copying kinematic_chain.h to different projects, we could find_package this one and use those functionalities. Ideas?
I think that is a great idea! However, then we should create a separate library containing the kinematic chains, which is then also used in this components by find_package etc... So there is a cleaner separation.
I think we should add a proper install properties to the cmake. Some functionalities of this package, e.g., kinematic_chains, is used in many places. Instead of copying kinematic_chain.h to different projects, we could find_package this one and use those functionalities. Ideas?