Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
schornakj opened this issue Dec 7, 2019 · 4 comments
Open
Labels
enhancement New feature or request

Comments

@schornakj
Copy link
Contributor

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 #14

@schornakj
Copy link
Contributor Author

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

@gavanderhoorn
Copy link
Member

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
Copy link

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants