Yet another bridge. Republishes Imges from ROS to RSB and en/decodes RSB images.
> git clone https://bitbucket.org/vrichter/pontoon.git
> mkdir -p pontoon/build && cd pontoon/build
> cmake .. && make
Can be used to listen to raw images on one scope and publish an encoded version of them to another. RSB uri syntax is supported.
Can be used to listen to encoded images on one scope and publish a raw version of them to another. RSB uri syntax is supported.
Can be used to read a single image from a file and publish is as rst::vision::Image or rst::vision::EncodedImage.
Can be used to write rst::vision::Image or rst::vision::EncodedImage and write from RSB into files.
Can be used to listen to images on a ROS-topic and publish them via RSB.
GNU LESSER GENERAL PUBLIC LICENSE
This project may be used under the terms of the GNU Lesser General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE.LGPL included in the packaging of this project. Please review the following information to ensure the license requirements will be met: http://www.gnu.org/licenses/lgpl-3.0.txt