Expand description
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)
Structs§
- Bounding
Box - Bounding box in normalized coordinates (0-1)
- Camera
Image - Camera image message (reused from simulation-bridge)
- Detection
- Single object detection
- Detection
Result - Detection result message (matches dashboard interface)
- Inference
Command - Inference control commands
- Object
Detector Config - Object detector node configuration
- Object
Detector Node