ros-industrial / yak_ros

Example ROS frontend node for the Yak TSDF package
Apache License 2.0
48 stars 22 forks source link

Use tf2_ros::MessageFilter to sync images and transforms by timestamp #15

Open schornakj opened 4 years ago

schornakj commented 4 years ago

https://github.com/ros-industrial/yak_ros/blob/28a7f0ed81fbf7ab6372b8baf28c58fff5c1cc75/yak_ros/include/yak_ros/online_fusion_server_ros1.h#L121-L123

Would this be something tf2_ros::MessageFilter could be used for?

_Originally posted by @gavanderhoorn in https://github.com/ros-industrial/yak_ros/pull/14_

schornakj commented 4 years ago

Would this also be a good way to synchronize images and CameraInfo messages?

gavanderhoorn commented 4 years ago

As CameraInfo does have a Header, it could potentially be used, but ppl typically would use image_transport to match frames with their corresponding CameraInfo messages (via a CameraSubscriber).

See also answers.ros.org#290341.

Mr-Xia-6 commented 3 years ago

https://github.com/ros-industrial/yak_ros/blob/28a7f0ed81fbf7ab6372b8baf28c58fff5c1cc75/yak_ros/include/yak_ros/online_fusion_server_ros1.h#L121-L123

tf2_ros::MessageFilter会被用于吗?

_最初由@gavanderhoorn发表于#14_

hello, can you give me some advice about how to use kinect2 construct sdf?

THX

schornakj commented 3 years ago

@Mr-Xia-6 Please post a new separate issue if you have a question.