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

Add support for approximate synchronization. #5

Closed
wants to merge 1 commit into from

Conversation

de-vri-es
Copy link
Contributor

Adds support for approximate synchronization between point cloud and color image from topics.

May fix #4.

@de-vri-es
Copy link
Contributor Author

@AndyZe can you try this branch? To use the approximate synchronization you can set the parameter sync_policy to approximate.

@AndyZe
Copy link

AndyZe commented Mar 31, 2017

@de-vri-es I appreciate it! It will be a little while before I can try because we're upgrading to Kinetic right now. In the short term for Indigo, I plan to use onCalibrateFile instead of onCalibrateTopic.

@AndyZe
Copy link

AndyZe commented Apr 4, 2017

@de-vri-es I'm finally getting a chance to play with this. I forgot that my depth cloud was publishing at 30 Hz while the rgb stream was publishing at 15 Hz to save bandwidth, so you're probably right about the synchronization issue.

@de-vri-es
Copy link
Contributor Author

Makes sense. I think supporting approximate synchronization is important anyway. I can't really test it though, so I'm interested to know if it works for you.

@AndyZe
Copy link

AndyZe commented Apr 11, 2017

I'm sorry. I tried it quickly and it did not change the situation. I would like to work through my more fundamental issues with calibrateFile before worrying about camera synchronization.

@de-vri-es
Copy link
Contributor Author

No problem. This can wait for a while. If I can find the time I may write something to purposefully publish unsynchronized data.

@de-vri-es de-vri-es closed this Apr 26, 2019
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

Successfully merging this pull request may close these issues.

Indigo onCalibrateTopic: stuck in infinite loop
2 participants