Skip to content

ascentai/boson_camera-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLIR Boson ROS Wrapper

ROS Wrapper camera interface for the FLIR Boson 640 being used for the Zauron. This is an initial work-in-progress project. This repository provides minimal functionalities to stream and republish over ROS the infrared camera FLIR Boson 640.

Getting started

  1. Install requirements: catkin_simple and OpenCV

  2. Build the package with catkin build boson_camera

  3. Connect the FLIR Boson 640 camera.

    Make sure that your system has read access to the device, which should be listed as /dev/ttyACM0

    If not you can give access to the device by invoking sudo chmod a+rwx /dev/ttyACM0 command

  4. Try to find the unique ID that your Boson 640 has by using these commands:

    $ cd /dev/v4l/by-id
    $ ls
    

    Your device ID should look somewhat like this:

    /dev/v4l/by-id/usb-FLIR_Boson_XXXXX-video-index 
    

    Update the launch file accordingly

  5. Run the code roslaunch boson_camera boson640.launch

Examples


Boson SDK Documentation

Boson SDK Documentation


Contribution

Contributions, enhancement and everything else is welcome, open issues, open pull requests, or simply contact us.

Releases

No releases published

Packages

No packages published

Languages

  • C 96.7%
  • C++ 1.8%
  • Python 1.2%
  • Other 0.3%