Open ChengTszYin opened 1 year ago
Hi, could you provide more information according to the BUG template? This error is related to OpenCV libraries, if you built them from source, you should additionally build the ximgproc module from OpenCV. More information here
I had the same problem and did an update of nano_build_opencv for jetpack 6 (with a Xavier NX that may be unnecessary)
For Jetpack 5 try the original build opencv from source https://github.com/mdegans/nano_build_opencv)
For JetPack 6 - https://github.com/brianlmerritt/nano_build_opencv
Then create a separate workspace for depthai-ros depthai_ws/src
and git clone there but copy the build script in the top ws folder and run from there. I was trying to build inside another workspace but had to run the depthai build.sh to get it to work.
I am install the package on ROS noetic with a Nvidia jetson xavier nx. The version of oepncv and cmake in my machine are over 4.0.0 and 3.10.2 respectively. The error code is:
Do u have any idea with this error. Thank you