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

How to determine the min_range and max_range for my RGB-D camera?

asked 2013-10-06 09:49:07 -0500

Barbas gravatar image

updated 2013-11-18 16:48:45 -0500

tfoote gravatar image

Hello guys,

I'm trying to do some basic depth detection and as described [here] by (http://answers.ros.org/question/10222/openni_camera-depth-image-opencv/?answer=14994#post-id-14994) by @fergs I need to know the min_range and max_range for my camera in order to convert my image. So how do I know that?

I am using a Carmine 1.09 and the website lists 0.35m as a minimum distance and 1.4m as a maximum one. Are these the values I should be using?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-10-06 10:54:27 -0500

fergs gravatar image

You could use those values and filter out data beyond them. You probably won't see data below 0.35m, but you will definitely see data > 1.4m. With the 1.09 I've seen points out to ~6m, HOWEVER, note that the onboard calibration is really only valid for points in the 0.35-1.4m range, beyond that, the points become quite noisy and probably should not be used for anything like costmaps/octomaps.

edit flag offensive delete link more

Comments

By filter out do you mean ignore? Or is there some "soft" way to deal with the out-of-range data?

Barbas gravatar image Barbas  ( 2013-10-06 11:38:21 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-10-06 09:49:07 -0500

Seen: 328 times

Last updated: Oct 06 '13