Hi there,
I below is what I did and what I want to do.
Two ZED X One were stereo-composed and calibrated.
And the bag file was saved by recording based on ROS2 using zed_multi_camera.launch.py .
What I’m trying to do is
- play collected bag files
- I want to develop a pipeline to publish depthmap in real time by applying natural mode as in ZED Depth viewer using topic subsribe and zed sdk api.
Currently, Ubuntu 22.04, ROS2 humble, and Jetson AGX Orin-based ZED SDK have 5.0.7.
ROS2-based cv_bridge requires the version numpy<2.0 and numpy>=2.0 to use ZED SDK 5.07 based api. the Python file code is written and executed in the same environment, causing a numpy version conflict.
How can we solve it in this situation?