Skip to content

nvanheyst/flir-boson-ros2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boson ROS 2 Camera Node (ROS2 Jazzy)

This package provides a ROS 2 node (boson_node) for interfacing with a FLIR Boson thermal camera using OpenCV and cv_bridge. The node captures and publishes thermal images in either raw Y16 or RGB formats.


To start with default settings:

ros2 launch boson_ros2 boson_camera.launch.py

To enable raw (Y16) mode:

ros2 launch boson_ros2 boson_camera.launch.py raw_video:=true

Installation

mkdir -p ~/boson_ws/src
cd ~/boson_ws/src
git clone https://github.com/nvanheyst/flir-boson-ros2.git
cd ..
colcon build --symlink-install
echo "source ~/boson_ws/install/setup.bash" >> ~/.bashrc
source ~/.bashrc
cd src/flir-boson-ros2/boson_bringup/config/
sudo cp ./99-flir-boson.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger

About

ROS2 Package for the FLIR Boson. Target is ROS2 Jazzy and FLIR Boson 640R.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors