-
Notifications
You must be signed in to change notification settings - Fork 104
Description
I'm using plugins in a pure catkin environment, where both the plugins and the code that calls the plugins is in catkin. When instantiating the plugin loader, I get the following (meaningless?) error:
[ERROR] [1351729666.226378607]: Could not find package name for class /home/wim/stacks/groovy/catkin_ws/src/joint_state_controller/joint_state_plugin.xml
What does this mean? The xml file is a class? Does it fail to find a package, or just the name of a package? I'm not sure what to make of this.
Browsing through the pluginlib code, I noticed it's still looking for a manifest.xml, which is pre-catkin. Is pluginlib tested in the pure catkin situation I'm working in?
It would also be great if the error message could be much more meaningful, so I'd have some idea of what to fix.