Hello,
I was wondering if someone knows how to solve this issue I have:
When I run ros2 run depthai_ros_driver_v3 driver_node I get the following error
/opt/ros/humble/lib/depthai_ros_driver_v3/driver_node: error while loading shared libraries: libdiagnostic_updater.so: cannot open shared object file: No such file or directory
[ros2run]: Process exited with failure 127
I run ROS2 humble, on a raspberry pi 3b+ with Ubuntu 22. I installed depthai using
sudo apt install ros2-testing-apt-source
sudo apt update
sudo apt install ros-$ROS_DISTRO-depthai-ros-v3
Thank you in advance for your help 🙂