Git Product home page Git Product logo

see3cam's Introduction

see3cam

ROS driver for the e-consystems See3CAM_Stereo (Tara) camera based on the uvc_camera package.

Creates a stereo image node pair (left/image_raw and right/image_raw) from any connected Tara devices. This is for compatibility with any other ROS modules which support stereo cameras. Added support for setting and getting exposure and brightness. Added support for getting IMU data.

The following nodes will be created upon launching this driver.

    /stereo/concat
    /stereo/image_raw
    /stereo/left/image_raw
    /stereo/left/camera_info
    /stereo/right/image_raw
    /stereo/right/camera_info
    /stereo/get_brightness
    /stereo/set_brightness
    /stereo/get_exposure
    /stereo/set_exposure
    /stereo/get_IMU

The Camera preview can be seen using any basic ROS camera application. rqt_image_view can be used for simplicity. To Install and use rqt_image_view

sudo apt-get install ros-jade-rqt-image-view
rqt_image_view

Some Tested Examples

  • To check the exposure of the camera at run time:
rostopic echo /stereo/get_exposure
  • To check the brightness of the camera at run time:
rostopic echo /stereo/get_brightness
  • To change the exposure of the camera at run time:
rostopic pub -1 /stereo/set_exposure std_msgs/Float64 "data: <value>"

e.g. :

rostopic pub -1 /stereo/set_exposure std_msgs/Float64 "data: 20000"
  • To change the brightness of the camera at run time:
rostopic pub -1 /stereo/set_brightness std_msgs/Float64 "data: <value>"

e.g. :

rostopic pub -1 /stereo/set_brightness std_msgs/Float64 "data: 6"
  • To read the inclination of the camera using the built-in IMU:
rostopic echo /stereo/get_inclination
  • To read the angular velocity and linear acceleration of the camera using built-in IMU:
rostopic echo /stereo/get_IMU

Known Issues

  • The directory which stores the camera config files (yaml) has to be created manually for the first time after driver installation (catkin_make).
mkdir ~/.ros/camera_info -p 

see3cam's People

Contributors

ktossell avatar dilipkumar25 avatar akhileshmalviya avatar dgossow avatar awesomebytes avatar

Watchers

James Cloos avatar Josh Veitch-Michaelis avatar

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.