-
Notifications
You must be signed in to change notification settings - Fork 14
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 ROS (direct) compatibility #36
Comments
Can I work on this? |
Sure! Feel free to implement the interface. The ideal behavioral is to read images from a topic using cv_bridge. Another ideal implementation is to be able to read ROSBags containing pre-recorded videos. Thank you! |
Just to be clear the final goal is to make a node that can implement object detection on images/videos being published on the ROS topics subscribed right? |
Sure! That way this component can make inferences from a source coming from a different ROS node |
What is the source of the topic on which the image messages are being published? |
Allow direct communication with ROS nodes for image acquisition.
The text was updated successfully, but these errors were encountered: