Git Product home page Git Product logo

flir_gige's Introduction

flir_gige

A ros driver for FLIR ax5 thermal camera using Pleora eBus SDK 4.0.5+

image

Supported hardware

This driver should work at least with a FLIR ax5 thermal camera.

API Stability

The ROS API of this driver should be considered unstable.

ROS API

flir_gige_node

flir_gige_node is a driver for a FLIR GigE camera.

Published topics

~image_raw (sensor_msgs/Image)
The unprocessed image data.

~camera_info (sensor_msgs/CameraInfo)
Contains the camera calibration (if calibrated) and extra data about the camera configuration.

Installing Pleora eBUS SDK

You can find the latest version of Pleora eBus SDK from here.
If you couldn't download one from their website, this driver comes with version 4.0.5.
To install, run the following command:

cd install
sudo ./eBUS_SDK_4.0.5.3150_Ubuntu-12.04-x86_64.run
# accept all default options

This will install the eBUS SDK to /opt/pleora.
If you are using ubuntu 14.04, you need to install libudev-dev and link it into /usr/lib, since eBUS SDK links to that version by default.

sudo apt-get install libudev-dev
cd /usr/lib
sudo ln -s x86_64/libudev.so libudev.so.0

Running the node

Running the node is easy. Just do

roslaunch flir_gige node.launch <ip_address:=xxx.xxx.xxx.xxx> 
<fps:=20>  <raw:=false>

Notice that the bit option specifies whether to receive 8 bit or 14 bit data.
bit - 2: This will tell the device to return data in 8 bit format, which is good for visualization
bit - 3: This will tell the device to return data in 14 bit format, which can be used to get the temperature

flir_gige's People

Contributors

versatran01 avatar

Watchers

James Cloos avatar Assam Alzookery 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.