ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question
0

Warning using image_proc due to unsynchronized topics

asked 2021-02-24 15:10:05 -0500

joseecm gravatar image

updated 2021-02-24 15:13:48 -0500

Hi all.

In ROS2 Foxy I am using v4l2_camera_node to public the topics /image_raw and /camera_info from the camera of my laptop. It seems to works ok, but when I run image_proc I get the following warning:

[WARN] [1614197030.565908600] [RectifyNode]: [image_transport] Topics '/image' and '/camera_info' do not appear to be synchronized.

What can I do to syncronize the topics and avoid the warning?

Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-03-01 11:34:02 -0500

joseecm gravatar image

I had not realized that the topic expected by RectifyNode is different that the one published by the v4l2_camera_node. Once I remap the topic the warning dissapeared.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

2 followers

Stats

Asked: 2021-02-24 15:10:05 -0500

Seen: 166 times

Last updated: Mar 01 '21