isaac_ros_image_pipeline icon indicating copy to clipboard operation
isaac_ros_image_pipeline copied to clipboard

Add rgba8 and bgra8 encoding support to point_cloud_node

Open FelipeGdM opened this issue 2 years ago • 0 comments

This PR adds support for point cloud creation from RGBA8 or BGRA8 images. It extends the existing logic, skipping the information from the alpha channel and using only the information from the first 3 channels

As this could be interpreted as 'unexpected behavior' an warning message is issued stating that the alpha channel is being ignored when computing each point color

As example, here a point cloud generated from data from CARLA simulator with CARLA ros-bridge, that produces bgra8 images

Captura de tela de 2022-06-15 16-41-32

FelipeGdM avatar Jun 15 '22 19:06 FelipeGdM