VI_ROS package
This package is a Vegetation Indices generator tool using a Kinect sensor. It can be used to generate VI (Vegetation Indices) images and 3D point clouds of the environment for monitoring vegetation purposes. At the moment only NDVI VI is supported.
Authors David Calero <[email protected]>, Enric Fernandez <[email protected]>, Centre Tecnològic de Telecomunicacions de Catalunya CTTC
This project was build with ROS Kinetic but should work on older ROS versions as well. In addition to that, this project depends on the ROS packages iai_kinect2, OpenCV_3.X and pcl_ros.
$ cd ~/catkin_ws
$ git https://github.com/CTTCGeoLab/VI_ROS.git src/ndvi
$ catkin_make --pkg ndvi
Configuration parameters can be found at the ndvi_kinect.launch file.
save_path:=<string>
default: /home/user/catkin_ws/src/ndvi/data
info: set the path folder for the generated output data
save_rgb:=<bool>
default: true
info: enable saving the input RGB images
save_ir:=<bool>
default: true
info: enable saving the input IR images
save_depth:=<bool>
default: true
info: enable saving the input depth images
save_ndvi:=<bool>
default: true
info: enable saving the output NDVI images
visualize:=<bool>
default: true
info: enable to visualize the images during execution
publish_ndvi:=<bool>
default: true
info: publish the NDVI image in order to generate NDVI pointclouds
topic_pcl_rgbd:=<string>
default: /kinect2/sd/points
info: set the input topic name of the RGB point cloud generated to save
topic_pcl_ndvi:=<string>
default: /ndvi/sd/points
info: set the topic name of the NDVI point cloud generated to save
topic_pcl_ndvifil1:=<string>
default: /ndvi/sd/points
info: set the topic name of the NDVI point cloud first filtered generated to save
topic_pcl_ndvifil2:=<string>
default: /ndvi/sd/points
info: set the topic name of the NDVI point cloud second filtered generated to save
$ roslaunch ndvi ndvi_kinect.launch
- RGB image
- IR image
- NDVI image
- NDVI Point Cloud
- NDVI Point Cloud Filtered