Skip to content

Compatibility with message_filters #37

@stefanweber-bplus

Description

@stefanweber-bplus

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.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions