ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Gscam cannot find plugins

asked 2013-04-29 00:39:57 -0500

rokas gravatar image

updated 2014-01-28 17:16:22 -0500

ngrennan gravatar image

Hello, i am trying to run gscam to send images using webcam and pandaboard. I have succesfyllu installed ros groovy robot distribution on pandaboard using ubuntu 12.10. When i try to run gscam i get this message:

stream is PAUSED.
[ INFO] [1367231465.122704640]: Successfully read camera calibration.  Rerun camera calibrator if it is incorrect.
terminate called after throwing an instance of 'image_transport::Exception'
  what():  No plugins found! Does `rospack plugins --attrib=plugin image_transport` find any packages?
Aborted

When I try to run rospack plugins --attrib=plugin image_transport, I get:

compressed_image_transport /root/robot_ws/image_transport_plugins/compressed_image_transport/compressed_plugins.xml
compressed_depth_image_transport /root/robot_ws/image_transport_plugins/compressed_depth_image_transport/compressed_depth_plugins.xml
theora_image_transport /root/robot_ws/image_transport_plugins/theora_image_transport/theora_plugins.xml
image_transport /root/robot_ws/image_common/image_transport/default_plugins.xml

The list of available transports looks like this:

Declared transports:
image_transport/compressed (*): Not available. Try 'rosmake compressed_image_transport'.
image_transport/compressedDepth (*): Not available. Try 'rosmake compressed_depth_image_transport'.
image_transport/raw (*): Not available. Try 'rosmake image_transport'.
image_transport/theora (*): Not available. Try 'rosmake theora_image_transport'.

Running rosmake on plugins completes succesfully, bet the list of transports still say they are not built. Is it possible I am missing some PATH variables linking to compiled plugins? Any ideas?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-04-29 11:26:52 -0500

ahendrix gravatar image

The image_transport_plugins stack is catkinized (it has a package.xml instead of the older manifest.xml); you should add it to your catkin workspace and build it with catkin.

edit flag offensive delete link more

Comments

I just found that it's possible to download it using apt-get from Ros for arm sources and now it seems to start, but still can't get image on a remote host /gscam/image_raw topic appears in the topic list, but the image is empty..

rokas gravatar image rokas  ( 2013-04-30 00:42:35 -0500 )edit

That's probably the topic for a new question.

ahendrix gravatar image ahendrix  ( 2013-04-30 07:31:45 -0500 )edit

Question Tools

Stats

Asked: 2013-04-29 00:39:57 -0500

Seen: 717 times

Last updated: Apr 29 '13