I decided to rebuild the workspace, but now im unable to rebuild the zed-ros2-wrapper.
cmake would result in
Failed <<< zed_components [51.7s, exited with code 2]
i found this thread
Hello @Raffaello , thanks for the fast reply. I did different moves, none of them worked :c
With ZED SDK 4.0.5
Change
wget -q --no-check-certificate -O ZED_SDK_Linux.run https://stereolabs.sfo2.digitaloceanspaces.com/zedsdk/QA/JP5.1.2/ZED_SDK_Tegra_L4T35.4_v4.0.5.zstd.run
And execute
rosdep install --from-paths src --ignore-src -r -y
colcon build --symlink-install --cmake-args=-DCMAKE_BUILD_TYPE=Release
Got this error
CMake Error at CMakeLists.txt:78 (find_package):
By not providin…
ros2-wrapper with branch foxy-humble-4.0.5 requires a cmake_minimum_version of 3.5 and policy is not set. On the other hand, Isaac ROS Visual SLAM requires a minimum version of 3.22.1
Im still trying to fix