mecha10-nodes-object-detector 0.1.46

Real-time object detection node using YOLO and ONNX
Documentation

Object Detector Node

Real-time object detection node that:

  • Subscribes to camera frames from any source
  • Runs YOLO inference using ONNX Runtime
  • Publishes detection results with bounding boxes
  • Supports enable/disable control commands

Topic Interface

Input: /camera/rgb (CameraImage) Output: /vision/object/detections (DetectionResult) Control: /vision/object/control (InferenceCommand)