Open knorth55 opened 2 years ago
This PR fixes install location of plugin xml. Current cmake means that plugin xml will be installed to share directory, which cause plugin load error.
share
/opt/ros/noetic/share/prosilica_camera$ ls cmake launch nodelet_plugins.xml package.xml prosilica.launch streaming.launch /opt/ros/noetic/share/prosilica_camera$ ls nodelet_plugins.xml nodelet_plugins.xml
Plugin manifest xml should be share/plugins. https://github.com/ros-drivers/prosilica_driver/blob/3991df761ce0400b9993166c09a2529ef684cdc1/prosilica_camera/package.xml#L47
share/plugins
I change to install the manifest xml to correct path in cmake.
This PR fixes install location of plugin xml. Current cmake means that plugin xml will be installed to
share
directory, which cause plugin load error.Plugin manifest xml should be
share/plugins
. https://github.com/ros-drivers/prosilica_driver/blob/3991df761ce0400b9993166c09a2529ef684cdc1/prosilica_camera/package.xml#L47I change to install the manifest xml to correct path in cmake.