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

Is axis_camera working in groovy?

asked 2013-07-11 09:15:07 -0500

TommyP gravatar image

Is axis_camera working in groovy?

I did

git clone https://github.com/clearpathrobotics/axis_camera.git

but when running I get:

Traceback (most recent call last):
  File "/home/tompe/ros_groovy_git/axis_camera/nodes/axis.py", line 13, in <module>
    import camera_info_manager
ImportError: No module named camera_info_manager
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-07-11 11:43:17 -0500

fergs gravatar image

Have you installed camera_info_manager_py? For instance, by doing sudo apt-get install ros-groovy-camera-info-manager-py?

edit flag offensive delete link more

Comments

No, I had not done that since "apt-file search camera_info_manager_py" only returned fuerte packages. This is annoying since I trust apt-file. I thought that the apt-file indexing was fixed...

TommyP gravatar image TommyP  ( 2013-07-11 12:18:55 -0500 )edit

After installing ros-groovy-camera-info-manager-py the server starts at least.

TommyP gravatar image TommyP  ( 2013-07-11 12:20:24 -0500 )edit

And the display of the image worked also. I am using an Axis P7214 Video Encoder.

TommyP gravatar image TommyP  ( 2013-07-11 12:26:02 -0500 )edit

Question Tools

Stats

Asked: 2013-07-11 09:15:07 -0500

Seen: 760 times

Last updated: Jul 11 '13