No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.

optris_drivers2 package from optris_drivers repo

optris_drivers2

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/evocortex/optris_drivers2.git
VCS Type git
VCS Version master
Last Updated 2020-03-27
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS nodes wrapping the binary driver for Optris thermal imager devices.

Additional Links

No additional links.

Maintainers

  • Evocortex GmbH

Authors

No additional authors.

ROS2 wrapper for irDirectSDK

Installation

Nodes have been tested with the version Dashing Diademata (short form: Dashing)

Reference: https://index.ros.org/doc/ros2/Installation/

Environment setup

$ source /opt/ros/dashing/setup.bash
$ source install/setup.bash

Services

Capitalized service names are no longer valid. Use underscores to define parameters.

Parameters

Passing ROS command line parameters is not supported in Dashing. The version eloquent will introduce this features. Thus, a plain command line parameter has been used for this version. argv[1] must be the path to a valid xml configuration file.

Build

$ colcon build --symlink-install

Execute

... device driver node

$ ros2 run optris_drivers2 optris_imager_node <xml_config_path>

... color conversion node (converts temperature images to false color images)

$ ros2 run optris_drivers2 optris_colorconvert_node

... displaying images

$ ros2 run image_tools showimage -t /thermal_image_view

... switch palette for color conversion

$ ros2 service call palette optris_drivers2/srv/Palette "{palette : 3}"

Image compression

The node optris_colorconvert_node can publish compressed images via image_transport. Be sure to have installed image-transport-plugins:

$ sudo apt install ros-dashing-image-transport-plugins

Bandwidth measurement can be done either raw:

$ ros2 topic bw /thermal_image_view

or compressed:

$ ros2 topic bw /thermal_image_view/compressed

Installing IR Imager Direct SDK

In order to successfully compile this package, the IR Imager Direct SDK for Optris cameras is needed. You can download it from http://ftp.evocortex.com/

If you want to install the latest available version using rosdep, add a rosdep source by executing

sudo sh -c 'echo "yaml https://raw.githubusercontent.com/evocortex/optris_drivers2/master/libirimager.yaml " > /etc/ros/rosdep/sources.list.d/19-libirimager.list'

in a Linux terminal. For further information regarding rosdep, see http://wiki.ros.org/rosdep

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged optris_drivers2 at Robotics Stack Exchange

No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.