[Documentation] [TitleIndex] [WordIndex

/!\ Türkçe anlatım dili için tıklayın.


ROS Software Maintainer: Inovasyon Muhendislik

For Contact: kerem.erdogmus@inovasyonmuhendislik.com

Camera Fault Injection Tool (CamFITool) is a simple interface that allows injection of image faults into robot cameras. Thanks to this interface, you can create new image libraries by injecting the fault types you have determined, both real-time to TOF and RGB type ROS cameras, and to the image libraries previously recorded by these cameras.

Find out more here: https://github.com/inomuh/camfitool

camfitool_interface.png

Tool Features

Setup

Before install CamFITool in your workspace:

$ sudo apt-get update && apt-get upgrade

For setup CamFITool to your catkin_ws:

$ cd ~/catkin_ws/src 
$ git clone https://github.com/inomuh/camfitool -b noetic-version

Configure your workspace

$ cd ~/catkin_ws
$ catkin_make
$ catkin_make install

For running CamFITool

$ roslaunch camfitool start_camfitool.launch

2024-05-18 12:40