Steps:
- run
luxonis/rae-ros-robot:humble docker image
- run
bringup.launch.py w/o LED node
- open RViz, add Camera and assign different camera topics there:
Expected: camera output is correctly rendered in RViz
Actual: none of the image topics produce the valuable output; the following errors are spammed in the log:
[component_container-1] [ERROR] [1697753825.488095736] [TheoraPublisher]: cv_bridge exception: '[16UC1] is not a color format. but [bgr8] is. The conversion does not make sense'
[component_container-1] [ERROR] [1697753825.500971843] [compressed_depth_image_transport]: Compressed Depth Image Transport - Compression requires single-channel 32bit-floating point or 16bit raw depth images (input format is: bgr8).
Steps:
luxonis/rae-ros-robot:humbledocker imagebringup.launch.pyw/o LED nodeExpected: camera output is correctly rendered in RViz
Actual: none of the image topics produce the valuable output; the following errors are spammed in the log:
[component_container-1] [ERROR] [1697753825.488095736] [TheoraPublisher]: cv_bridge exception: '[16UC1] is not a color format. but [bgr8] is. The conversion does not make sense' [component_container-1] [ERROR] [1697753825.500971843] [compressed_depth_image_transport]: Compressed Depth Image Transport - Compression requires single-channel 32bit-floating point or 16bit raw depth images (input format is: bgr8).