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

image_proc/crop_decimate generates no topics

asked 2015-07-21 07:44:24 -0500

RodBelaFarin gravatar image

I use realsense camera, where driver comes without camera_info topic. Therefore I did calibration on my own and wrote my own node publishing camera_info. Now I want to use crop_decimate from image_proc to downsample my image from 1920x1080 to 640x480, cause I need depth and rgb image in the same resolution.

I started the driver, my camera_info node and the crop_decimate nodelet, which subscribes fine, but does not generate the output topics.

image description

Even if I subscribe to the topics, there are no Messages received.

Here is my launch file:

image description

Is crop decimate corrupted?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-01-08 08:26:48 -0500

HI,

image_proc/crop_decimate subscribes following topics (wiki/crop_decimate):

camera/image_raw 
camera/camera_info

To me it seems like the remapping line is not correct:

<remap from="/camera/camera_info" to="/camera_info"/>

Just leave the line out. It is already the way it is supposed to be.

Hope that helped.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-07-21 07:44:24 -0500

Seen: 588 times

Last updated: Jan 08 '16