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

Integrating 3 RGB-d cameras #101

Open
hwgat opened this issue Aug 22, 2021 · 1 comment
Open

Integrating 3 RGB-d cameras #101

hwgat opened this issue Aug 22, 2021 · 1 comment

Comments

@hwgat
Copy link

hwgat commented Aug 22, 2021

Hi there,

I am trying to aggregate detections from 3 rgb-d cameras. I did this by publishing the detections to 3 separate DetectedPersons topics, and then adding a third ConvertToCompositeDetectionsNodelet in aggregate_rgbd_upper_body.launch.

I received the error "CompositeDetectedPersonsSynchronizer not implemented for 3 input topics"

Do you have any advice for implementing an aggregator that will allow 3 input topics?

I am using ROS melodic and Ubuntu 18.04.

Cheers,

@Alex-Beh
Copy link

Alex-Beh commented Aug 23, 2021

Hi, you should add thirdSet in this function(onNewInputMessagesReceived) and modify the message filter callback here.

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

No branches or pull requests

2 participants