hello! I am using Zed2 with the zed-ros-wrapper.
my goal is to have custom object detection, i’ve already done this using zed sdk (.onnx file - yolov5), but apparently, there is no custom detector in the zed-ros-wrapper (ros1).
From what i’ve read, i can achieve this by editing the wrapper’s source code.
Unfortunatly, i’m no C++ expert and i’ve been quite stuck, can anyone please guide me through this?