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

Inconsistent time discrepancy synchronize

asked 2021-04-02 22:11:28 -0500

kidpaul gravatar image

I'm trying to make a node which subscribes both rgb image and point cloud from asus xtion pro live. It seems like there is inconsistent time discrepancy between these two and synchronizing does not work well in this situation. Does anybody know how to deal with this kind of issue?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-04-02 23:20:31 -0500

Hello, you need to use buffers in order to synchronize asynchronous nodes, this is provided by ros (python, C++) so you do not need to code it, have a look at message_filters.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2021-04-02 22:06:13 -0500

Seen: 75 times

Last updated: Apr 02 '21