Image transport issue in rviz groovy beta 1
Hello,
I am having problems running rviz in ros groovy beta 1 (the one that comes with the groovy binaries when you do apt-get install ros-groovy-visualization). It says it is unable to subscribe to the left/right camera topic. I'm able to add the plugin in the UI, but when I try to change the topic to one of the cameras, this is what I get:
Error subscribing: Unable to load plugin for transport 'raw', error string: MultiLibraryClassLoader: Could not create class of type image_transport::RawSubscriber
I've tried this in a clean install of ubuntu 12.04 and it did not work. I've also downloaded fuerte and the visualization stack on the same machine and tested rviz, and it works fine.
Does anyone have any idea what could be causing this issue? I'm using the DRC sim and gazebo 1.3 with fuerte. Is it possible this is some sort of incompatibility issue between messages from fuerte and groovy?
I installed every groovy package available (apt-get install ros-groovy-*) just in case, so I'm not sure if I'm doing something wrong. There is a "fix" to this error that has been committed in github, but it's really just so it shows a msgbox with the error, so it doesn't really solve it.
Thanks, Felipe
Just tested with Beta2, doesn't work there either (Spawning a PR2 in gazebo and trying to visualize images in rviz).
Could you tell me what version of ros-groovy-class-loader you have from .debs?
Just checked again, issue seems to be related to something in the ROS_PACKAGE_PATH that screws up the plugin finding. Investigating..