Giter Site home page Giter Site logo

image_split_ros's Introduction

ROS node to split side-by-side stereo

Subscribes to an image stream of side-by-side stereo where each image message consists of a left and right image concatenated to form a single double-wide image. This node splits the incoming image down the middle and republishes each half as stereo/left and stereo/right images.

The node also provides a CameraInfoManager for the left and right outputs, so that it appears to the stereo imaging pipeline and camera calibration code as two cameras.

This is a modified version of public domain code posted by user PeteBlackerThe3rd in response to my question on ROS Answers: https://answers.ros.org/question/315298/splitting-side-by-side-video-into-stereoleft-stereoright/

Parameters

  • input_image_topic -- ROS topic of concantenated stereo images.
  • left_output_image_topic -- defaults to /sxs_stereo/left/image_raw
  • right_output_image_topic -- defaults to /sxs_stereo/right/image_raw
  • left_camera_info_topic -- defaults to /sxs_stereo/left/camera_info
  • right_camera_info_topic -- defaults to /sxs_stereo/right/camera_info
  • output_width -- output images are rescaled to this width. If 0 or not set, it will be 1/2 of the input_image_topic width.
  • output_height -- output images are rescaled to this height. If 0 or not set, it will be the same as the input_image_topic height.

License

MIT Original Author: Dave B. Curtis

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.