I downloaded the luxonis/rae-ros-robot:humble-latest image and uploaded to RAE via the USB-C. I notice that when issuing the command robothub-ctl stop, the Inet4 will disappear and I cannot use the local network connection to talk to RAE to select the CONTROL button on its special webpage. Although all of configuration files are correct. I lauched the test script via the USB-C with ssh connection and after running the docker image
ros2 launch rae_bringup robot.launch.py
It successfully initialized most of the segments but failed at the camera with the reason at the bottom of this log section. This could be the cause of the same camera streaming problem reported. I hope this is the the good hint to fix in the software.
[component_container-2] [INFO] [1696266244.044478588] [rae]: Camera with MXID: xlinkserver and Name: 127.0.0.1 connected!
[component_container-2] [INFO] [1696266244.047751620] [rae]: PoE camera detected. Consider enabling low bandwidth for specific image topics (see readme).
[component_container-2] [INFO] [1696266244.128595264] [rae]: Device type: RAE
[component_container-2] [INFO] [1696266244.458754197] [rae]: Reading calibration from: /ws/src/rae/rae_bringup/config/cal.json
[component_container-2] [INFO] [1696266244.468826589] [rae]: Pipeline type: RAE
[component_container-2] [INFO] [1696266244.637219902] [rae]: Finished setting up pipeline.
[component_container-2] [ERROR] [1696266247.999111878] [rae_container]: Component constructor threw an exception: Cannot use both isp & video/preview/still outputs at once at the moment (startPipeline)
[ERROR] [launch_ros.actions.load_composable_nodes]: Failed to load node 'rae' of type 'depthai_ros_driver::Camera' in container '/rae_container': Component constructor threw an exception: Cannot use both isp & video/preview/still outputs at once at the moment (startPipeline)