Class CubeDetector¶
Defined in File cube_detector.hpp
Inheritance Relationships¶
Base Type¶
public rclcpp::Node
Class Documentation¶
-
class CubeDetector : public rclcpp::Node¶
Inheritance diagram for perseus_vision::CubeDetector:
Collaboration diagram for perseus_vision::CubeDetector:
ROS2 node for detecting colored cubes and estimating their poses.
Subscribes to RGB images, runs ONNX-based object detection to find cubes, and can use aligned depth data to estimate 3D poses for publishing as detection messages and RViz markers. Also provides a service interface for returning the latest cached detections and optionally saving an annotated image.