filesmuggler / depth_img_conversion

Conversion tools for rgbd and pointcloud data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

depth_img_conversion

Usage

Get PNG from rosbag

Convert data from rgbd camera to png set

roslaunch ip_rosbag_to_img convert_ros2img.launch path_to_bag:=<path_to_bag_file>

Publish PNG alongside rosbag

Publish topic composed of PNG images for verification or pointcloud generation.

roslaunch ip_rosbag_to_img test_img2ros.launch path_to_bag:=<path_to_bag_file>

Results

Gif presenting reconstruction of the depth image from PNG file (bottom) to ROS topic. A little delay is observed due to conversion time.

Alt Text

Video below presents reconstruction of pointcloud data from republished depth image topic. White is original and pink is reconstructed one.

Alt Text

Bottomline

It's not finished yet :))) Lots of work to be done
via GIPHY

About

Conversion tools for rgbd and pointcloud data


Languages

Language:CMake 51.1%Language:Python 48.9%