I have tried to get a custom ros2 launch file running to start up a pipeline of (Stereo depth, IMU data, RGB, and my segmentation masks from my own segmentation model) on your Luxonis OAK-D-Lite FF. I am running the ros-jazzy-depthai-ros-v3 on a raspberry pi 5 with Ubuntu 24.04. I can get the depthai_ros_driverv3 driver.launch.py to work every time, and have then made my own launch script, where i also try to launch my segmentation model converted to the .rvc2.tar.xz format. It will run the first time i startup my system from scratch, but all following times it will not work and i get this XLINK_ERROR that also tells me to "please report to developers" i have uploaded the crash file in a .zip format
Any idea what the problem might be? I have been at this for a few days now
Error in terminal:
robot@robot-desktop:/ros2_ws$ ros2 launch robot_bringup robot.launch.py
[INFO] [launch]: All log files can be found below /home/robot/.ros/log/2026-07-25-09-46-18-829940-robot-desktop-997
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [tile_segmentation_node-1]: process started with pid [1000]
[INFO] [mask_to_costmap_node-2]: process started with pid [1001]
[mask_to_costmap_node-2] [INFO] [1784972780.072866224] [mask_to_costmap_node]: Lookup table built: 340305 / 409600 pixels map to ground plane (height=0.3m, pitch=25.0deg)
[mask_to_costmap_node-2] [INFO] [1784972780.177460038] [mask_to_costmap_node]: mask_to_costmap_node ready.
[tile_segmentation_node-1] [INFO] [1784972780.315847319] [tile_segmentation_node]: Building unified DepthAI pipeline (RGB + Depth + IMU + NN)...
[tile_segmentation_node-1] [2026-07-25 09:46:25] [depthai-nodes] [WARNING] [depthai-nodes.depthai_nodes.node.parser_generator] Segmentation based model detected with RVC2 device. Parsing will be done on the host machine.
[tile_segmentation_node-1] [INFO] [1784972785.897193366] [tile_segmentation_node]: Resolved depth algorithm: Algorithm.STEREO
[tile_segmentation_node-1] [INFO] [1784972785.898464873] [tile_segmentation_node]: Resolved depth config: PresetMode.FAST_ACCURACY
[tile_segmentation_node-1] [INFO] [1784972786.890511006] [tile_segmentation_node]: Pipeline started. Publishing /vision/rgb, /vision/drivable_mask, /vision/depth (aligned to RGB), /vision/imu/data
[tile_segmentation_node-1] [2026-07-25 09:46:28.574] [depthai] [error] Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: '__x_4__out' (X_LINK_ERROR)'
[tile_segmentation_node-1] [2026-07-25 09:46:28.574] [depthai] [error] Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: '__x_4_passthrough' (X_LINK_ERROR)'
[tile_segmentation_node-1] [2026-07-25 09:46:28.574] [depthai] [error] Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: '__x_13__output' (X_LINK_ERROR)'
[tile_segmentation_node-1] [2026-07-25 09:46:28.574] [depthai] [error] Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: '__x_2_out' (X_LINK_ERROR)'
[tile_segmentation_node-1] [2026-07-25 09:46:28.575] [depthai] [error] Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: '__x_7_depth' (X_LINK_ERROR)'
[tile_segmentation_node-1] [1944301011C1BC5A00] [4.1] [1784972790.645] [host] [warning] Closed connection
[tile_segmentation_node-1]
[tile_segmentation_node-1] [1944301011C1BC5A00] [4.1] [1784972790.645] [host] [warning] Attempting to reconnect. Timeout is 10000ms
[tile_segmentation_node-1]
[tile_segmentation_node-1] [2026-07-25 09:46:33.775] [depthai] [error] Device with id 1944301011C1BC5A00 has crashed. Crash dump logs are stored in: /home/robot/.cache/depthai/crashdumps/55087b96dfa2e2613cee460a3a1c3e468145ff7f/crash_dump_2026-07-25_09_46_33.tar.gz - please report to developers.