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

Webots version 7.1.2 problem with image_raw / Nao Robots / ROS

asked 2013-08-13 22:49:45 -0500

Dominic gravatar image

updated 2014-04-20 14:09:45 -0500

ngrennan gravatar image

Hello there,

Our group has been trying to get a video feed from a Nao Robot in Webots, using ROS. We've successfully managed to obtain a video image from the top camera (ID:"/CameraTop_frame"), but when we switch to the bottom camera (ID:"/CameraBottom_frame"), it returns no data and crashes the camera driver. We've tried 'rostopic echo' on both cameras and only the top camera returns any data.

We have been editing the file "nao_camera.py" to switch between the two cameras, editing the following line in the script (line 31):

self.camera_switch = rospy.get_param('~camera_switch', 0)   #We change the 0 here to a 1. This should access the bottom camera
    if self.camera_switch == 0:
        self.frame_id = "/CameraTop_frame"
    elif self.camera_switch == 1:
        self.frame_id = "/CameraBottom_frame"
    else:
        rospy.logerr('Invalid camera_switch. Must be 0 or 1')
        exit(1)

Our team thinks it is either an issue with Webots/ROS, or perhaps we are trying to access the bottom camera in the wrong way? We are all running 64 bit Ubuntu. We have also tried rolling back Webots until version 6, as well as trying the newest version, 7.2.1. The top camera works fine across all versions.

Any input would be greatly appreciated.

Thanks, Dominic.

edit retag flag offensive close merge delete

Comments

SL Remy gravatar image SL Remy  ( 2013-08-15 06:53:26 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-08-15 12:46:57 -0500

Miguel S. gravatar image

updated 2013-08-15 12:48:35 -0500

This looks like it could be a bug in nao_camera.py. Unfortunately I don't have webots to test it myself. You could try contacting some of the other developpers by posting on https://groups.google.com/forum/#!for... Hope that helps!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-08-13 22:49:45 -0500

Seen: 614 times

Last updated: Aug 13 '13