35 #include <auterion_sdk/object_detection/detection_2d.hpp>
36 #include <rclcpp/time.hpp>
Contains 2D detections for a specific image.
Definition: image_detections_2d.hpp:44
rclcpp::Time image_timestamp
Timestamp of the image.
Definition: image_detections_2d.hpp:45
std::vector< Detection2D > detections
List of 2D detections in the image.
Definition: image_detections_2d.hpp:46