add support for RVL depth image compression#1409
Conversation
|
Compared with ROS's compressed_depth_image_transport, we add an additional signature, but there is no compressionConfig part. Therefore, additional processing is required to convert from compressedDepth message to RTAB-Map. If someone uses rtabmap_util/rgbd_relay for data compression and then rtabmap_util/rgbd_split for splitting, they will not get a valid compressedDepth message. |
|
That PR looks great! I'll check tomorrow how it could work with ROS. As you said, we may have to strip the header "DEPTHRVL" from the byte array when converting back to |
…/rtabmap into borongyuan-depth_rvl_compression
|
On I did a small comparison of the compression time using ZED 2K depth images:
My main changes are:
|
addressing #1362