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

Compatibility with message_filters #37

Open
stefanweber-bplus opened this issue Dec 6, 2023 · 1 comment
Open

Compatibility with message_filters #37

stefanweber-bplus opened this issue Dec 6, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@stefanweber-bplus
Copy link

Hi,

Is nitros compatible with the message_filters package - in particular the TimeSynchronizers?
So if for example for stereo matching I want two images synchronized and bound to a callback like this:

void combined_cb(const nvidia::isaac_ros::nitros::NitrosImageView & left_img_view, const nvidia::isaac_ros::nitros::NitrosImageView & right_img_view);

using this policy:
typedef message_filters::sync_policies::ApproximateTime<sensor_msgs::msg::Image, sensor_msgs::msg::Image> policy;

how would I do this? I have tried a couple of things, but haven't archieved it so far.

I would appreciate any advice.

@jaiveersinghNV jaiveersinghNV self-assigned this Dec 19, 2023
@jaiveersinghNV jaiveersinghNV added the enhancement New feature or request label Dec 19, 2023
@jaiveersinghNV
Copy link
Contributor

Isaac ROS Managed NITROS isn't currently compatible with the message_filters package. We're looking into how we could add support for your use case, and we'll update here when that functionality is available.

For now, you might need to synchronize using the standard sensor_msgs/Image messages, and then leverage CUDA with NITROS after the synchronization step.

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

2 participants