flir_camera_driver repository

Repository Summary

Checkout URI https://github.com/ros-drivers/flir_camera_driver.git
VCS Type git
VCS Version humble-release
Last Updated 2024-04-20
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

README

ROS Teledyne FLIR camera drivers

::: {.toctree maxdepth="2" caption="Contents:"} :::

image

This repository contains ROS2 packages for machine vision cameras made by Teledyne FLIR (formerly known as PointGrey). Note: this software is not supported by Teleydyne FLIR.

Packages

Spinnaker camera driver

| A camera driver supporting USB3 and GIGE cameras that has been successfully used for Blackfly, Blackfly S, Chameleon, and Grasshopper cameras. It should work with any FLIR camera that supports the Spinnaker SDK. See the spinnaker_camera_driver for more.

driver\_humble driver\_iron driver\_rolling

Spinnaker synchronized camera driver

| Based on the spinnaker_camera_driver package, this driver is specifically designed for cameras that are hardware triggered by an external pulse. Images triggered by the same external pulse will have identical ROS header time stamps. See the spinnaker_synchronized_camera_driver for more.

sync\_humble sync\_iron sync\_rolling

FLIR camera description

| Package with meshes and urdf files.

desc\_humble desc\_iron desc\_rolling

FLIR camera messages

| Package with with image exposure and control messages. These are used by the spinnaker_camera_driver.

msg\_humble msg\_iron msg\_rolling

CONTRIBUTING

No CONTRIBUTING.md found.

Repository Summary

Checkout URI https://github.com/ros-drivers/flir_camera_driver.git
VCS Type git
VCS Version iron-release
Last Updated 2024-04-20
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

README

ROS Teledyne FLIR camera drivers

::: {.toctree maxdepth="2" caption="Contents:"} :::

image

This repository contains ROS2 packages for machine vision cameras made by Teledyne FLIR (formerly known as PointGrey). Note: this software is not supported by Teleydyne FLIR.

Packages

Spinnaker camera driver

| A camera driver supporting USB3 and GIGE cameras that has been successfully used for Blackfly, Blackfly S, Chameleon, and Grasshopper cameras. It should work with any FLIR camera that supports the Spinnaker SDK. See the spinnaker_camera_driver for more.

driver\_humble driver\_iron driver\_rolling

Spinnaker synchronized camera driver

| Based on the spinnaker_camera_driver package, this driver is specifically designed for cameras that are hardware triggered by an external pulse. Images triggered by the same external pulse will have identical ROS header time stamps. See the spinnaker_synchronized_camera_driver for more.

sync\_humble sync\_iron sync\_rolling

FLIR camera description

| Package with meshes and urdf files.

desc\_humble desc\_iron desc\_rolling

FLIR camera messages

| Package with with image exposure and control messages. These are used by the spinnaker_camera_driver.

msg\_humble msg\_iron msg\_rolling

CONTRIBUTING

No CONTRIBUTING.md found.

Repository Summary

Checkout URI https://github.com/ros-drivers/flir_camera_driver.git
VCS Type git
VCS Version rolling-release
Last Updated 2024-04-20
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

README

ROS Teledyne FLIR camera drivers

::: {.toctree maxdepth="2" caption="Contents:"} :::

image

This repository contains ROS2 packages for machine vision cameras made by Teledyne FLIR (formerly known as PointGrey). Note: this software is not supported by Teleydyne FLIR.

Packages

Spinnaker camera driver

| A camera driver supporting USB3 and GIGE cameras that has been successfully used for Blackfly, Blackfly S, Chameleon, and Grasshopper cameras. It should work with any FLIR camera that supports the Spinnaker SDK. See the spinnaker_camera_driver for more.

driver\_humble driver\_iron driver\_rolling

Spinnaker synchronized camera driver

| Based on the spinnaker_camera_driver package, this driver is specifically designed for cameras that are hardware triggered by an external pulse. Images triggered by the same external pulse will have identical ROS header time stamps. See the spinnaker_synchronized_camera_driver for more.

sync\_humble sync\_iron sync\_rolling

FLIR camera description

| Package with meshes and urdf files.

desc\_humble desc\_iron desc\_rolling

FLIR camera messages

| Package with with image exposure and control messages. These are used by the spinnaker_camera_driver.

msg\_humble msg\_iron msg\_rolling

CONTRIBUTING

No CONTRIBUTING.md found.

Repository Summary

Checkout URI https://github.com/ros-drivers/flir_camera_driver.git
VCS Type git
VCS Version noetic-devel
Last Updated 2023-09-22
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

README

flir_camera_driver

This repository contains packages for FlirImaging's line of cameras. This repositories intent is to make use of Flir's newly developed SDK: Spinnaker. The camera driver is an evolution of pointgrey_camera_driver. It has been updated to use the new methods provided by the SDK.

Packages

Spinnaker Camera Driver

The camera driver supports USB3 and GIGE cameras are planned. Note thats support for FireWire cameras is dropped in this SDK. The driver has been tested with a Blackfly S and Chameleon 3 camera. Differences between cameras requires that each camera model needs a customized interface class. If your camera type is not included, consider contributing the interface by referring to the section bellow.

Contributing

Due to differences in parameter naming the configuration is separated from the main library. camera.cpp contains the base class Camera which can be extended to accommodate different cameras. The base class is based on BlackFly S and cm3.cpp extends it adding support for Chameleon3. To add a camera create a new derived class of Camera and add the model name to the check in SpinnakerCamera::connect.

When contributing make sure the travis job suceeds and please use roscpp_code_format to format your code.

Licence

ROS-compatible Camera drivers originally provided by NREC, part of Carnegie Mellon University's robotics institute. These drives are included along with modifications of the standard ros image messages that enable HDR and physics based vision.

This code was originally developed by the National Robotics Engineering Center (NREC), part of the Robotics Institute at Carnegie Mellon University. Its development was funded by DARPA under the LS3 program and submitted for public release on June 7th, 2012. Release was granted on August, 21st 2012 with Distribution Statement "A" (Approved for Public Release, Distribution Unlimited).

This software is released under a BSD license:

Copyright (c) 2012, Carnegie Mellon University. All rights reserved.
Copyright (c) 2018, Clearpath Robotics, Inc., All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the Carnegie Mellon University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

CONTRIBUTING

No CONTRIBUTING.md found.

Repository Summary

Checkout URI https://github.com/ros-drivers/flir_camera_driver.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2022-11-22
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

README

flir_camera_driver

Build Status

This repository contains packages for FlirImaging's line of cameras. This repositories intent is to make use of Flir's newly developed SDK: Spinnaker. The camera driver is an evolution of pointgrey_camera_driver. It has been updated to use the new methods provided by the SDK.

Packages

Spinnaker Camera Driver

The camera driver supports USB3 and GIGE cameras are planned. Note thats support for FireWire cameras is dropped in this SDK. The driver has been tested with a Blackfly S and Chameleon 3 camera. Differences between cameras requires that each camera model needs a customized interface class. If your camera type is not included, consider contributing the interface by referring to the section bellow.

Contributing

Due to differences in parameter naming the configuration is separated from the main library. camera.cpp contains the base class Camera which can be extended to accommodate different cameras. The base class is based on BlackFly S and cm3.cpp extends it adding support for Chameleon3. To add a camera create a new derived class of Camera and add the model name to the check in SpinnakerCamera::connect.

When contributing make sure the travis job suceeds and please use roscpp_code_format to format your code.

Licence

ROS-compatible Camera drivers originally provided by NREC, part of Carnegie Mellon University's robotics institute. These drives are included along with modifications of the standard ros image messages that enable HDR and physics based vision.

This code was originally developed by the National Robotics Engineering Center (NREC), part of the Robotics Institute at Carnegie Mellon University. Its development was funded by DARPA under the LS3 program and submitted for public release on June 7th, 2012. Release was granted on August, 21st 2012 with Distribution Statement "A" (Approved for Public Release, Distribution Unlimited).

This software is released under a BSD license:

Copyright (c) 2012, Carnegie Mellon University. All rights reserved.
Copyright (c) 2018, Clearpath Robotics, Inc., All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the Carnegie Mellon University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

CONTRIBUTING

No CONTRIBUTING.md found.