Skip to content

Conversation

@knorth55
Copy link
Member

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.

/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.

<nodelet plugin="${prefix}/plugins/nodelet_plugins.xml" />

I change to install the manifest xml to correct path in cmake.

@Michi-Tsubaki
Copy link

+1
I have the same problem now and think of the same solution. This should be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants