-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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