I am trying to connect detectNet with ROS using a C++ file (detek.cpp) within the vision package in my workspace (hexa_ws). However, when I run catkin_make, I encounter the following error:
/usr/bin/ld: cannot find -lnvbuf_utils
I have already added link_directories and target_link_libraries in my CMakeLists.txt, but I am still facing this issue.
Has anyone experienced this problem before or knows how to fix it? I am using Jetson and integrating object detection from Jetson Inference into ROS.