Skip to content

Pluginlib on catkin #1

@wmeeusse

Description

@wmeeusse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions