Pluginlib, roscpp and catkin
Hello,
I'm working on a transport plugin system in roscpp and I can't find out how to link roscpp directly with pluginlib. I'd like ros::init to load the transport plugins dynamically.
roscpp is built currently with catkin, and it seems like pluginlib is not providing the information that catkin is looking for. At least this is my sketchy understanding.
Would anyone have hints on how to achieve that? Thanks