Robotics StackExchange | Archived questions

Warning using image_proc due to unsynchronized topics

Hi all.

In ROS2 Foxy I am using v4l2cameranode to public the topics /imageraw and /camerainfo 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.

Asked by joseecm on 2021-02-24 16:10:05 UTC

Comments

Answers

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.

Asked by joseecm on 2021-03-01 12:34:02 UTC

Comments