ROS kinetic nodelet
- The nodelet reads a F32C1 depth image on the topic
~image
and output a correct F32C1 depth image on the topic~image_rect
. - It needs two parameters, global_und_matrix and local_und_matrix which points on the files generated by rgbd_calibration.
- You can also launch the .launch file, that setup the pipeline to create the corrected point cloud with the help of
depth_image_proc
.