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

How to obtain CameraInfo Message

asked 2013-01-11 19:41:32 -0500

ROS_NOOB_CYBORG gravatar image

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

ngrennan gravatar image

Hi guys,

I am doing this robot simulation on the UDK/UsarSim and have been able to publish image from the Robot Camera in the simulator to the ROS System. Then I want to use this image to perform SLAM using the V-Slam from willow garage. The problem is that the V-Slam node also subscribe to the CameraInfo Message. So my question is how to obtain the Camera Info Message from the USARSim/UDK?

Thanks

edit retag flag offensive close merge delete

Comments

Did you use USARSimROS to interface USARSim with ROS?

kr1zz gravatar image kr1zz  ( 2013-09-30 02:34:49 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-01-11 21:20:58 -0500

kalectro gravatar image

The Camera Info Message will not be published by USARSim, it describes the distortion of the Camera. What it is supposed to contain, can be found in the Camera Info Message Api

If the camera is uncalibrated, the matrices D, K, R, P should be left zeroed out. In particular, clients may assume that K[0] == 0.0 indicates an uncalibrated camera.

edit flag offensive delete link more

Comments

Okay thanks for the information. Another question I want to ask is how you get the information regarding the "Header"?

ROS_NOOB_CYBORG gravatar image ROS_NOOB_CYBORG  ( 2013-01-13 15:51:21 -0500 )edit

Can you able to successfully able to work with UsarsimRos?

RB gravatar image RB  ( 2013-11-04 02:59:52 -0500 )edit

Question Tools

Stats

Asked: 2013-01-11 19:41:32 -0500

Seen: 656 times

Last updated: Jan 11 '13