-
Notifications
You must be signed in to change notification settings - Fork 23
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
convert line_detector to use image_transport or as a nodelet into the camera driver #22
Comments
turns out there is no Python support for image_transport ??? If true, then it will be necessary to convert line_detector to C++ after prototyping (in Python) is complete. |
consider republish node as alternative for Python implementation |
Maybe 4dfdee9 to subscribe to compressed image already takes care of this? No need for image_transport if I'm already subscribed to a compressed image (isn't that the whole point of image_transport?). Not sure, so I posted a question on rosanswers. |
this could be related to #27 dunno |
What's the feasibility of having our python node call some C++ that can handle image_transport? |
consider making line_detection into a nodelet injected into the camera driver (once it's converted to C++) |
update on this? |
huge performance gains to be had.
http://wiki.ros.org/image_transport
The text was updated successfully, but these errors were encountered: