ros-industrial / ros2_canopen

CANopen driver framework for ROS2
https://ros-industrial.github.io/ros2_canopen/manual/rolling/
131 stars 55 forks source link

Directly install lely_core_libraries #160

Closed hellantos closed 1 year ago

hellantos commented 1 year ago

Previously lely_core_libraries was installed in build and than copied to the workspaces install directory. This does not work with RPM builds even if the build directory is cleaned up afterwards.

This PR adds a patch for lely core libraries that enables installing directly to the install directory.