-
Notifications
You must be signed in to change notification settings - Fork 119
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
compressed_image_transport: image decompression as a stand-alone function. #51
base: indigo-devel
Are you sure you want to change the base?
compressed_image_transport: image decompression as a stand-alone function. #51
Conversation
I just saw that the Travis build for Kinetic failed because I used a C++11 feature for generating meaningful error messages. I will fix that. |
…at is not available for ROS Kinetic.
Just pushed a commit that should fix the compilation issues for Kinetic, i.e. no longer using C++11 feature |
@dgossow The build now passes on Travis. I also checked the refactoring on my laptop by bringing up a @dgossow Could you please have a look at this pull request? |
…for using default values
…h them in publisher
image encoding as a standalone function
This relates to #49.
Basically a refactoring: It exposes image decompression as a stand-alone function in a separate lib. Additionally, it refactors the compressed subscriber to use that function.
@dgossow Could you please review this pull request?