YOLOv11 TensorRT Inference in ROS2 (Detect + Seg)

A ROS2 C++ pipeline that loads TensorRT 10 engines, runs inference on images, and saves reproducible detection/segmentation outputs.

2025-08-13
C++ ROS2 TensorRT 10 OpenCV CUDA

What it is🔗

A ROS2 package that wraps a TensorRT engine (YOLOv11 detect and seg) and runs inference on a static image in a loop, saving:

Highlights🔗

Why it matters🔗

This is meant for deployment-style workflows: predictable results, easy parameter tuning, and repeatable runs that can be used in robotics pipelines (ROS2 nodes, launch files, and CI test images).