35#include <auterion_sdk/object_detection/detection_2d.hpp>
37#include <rclcpp/time.hpp>
2D detections for a single source frame.
Definition image_detections_2d.hpp:45
rclcpp::Time image_timestamp
Capture timestamp of the source frame.
Definition image_detections_2d.hpp:47
std::vector< Detection2D > detections
The 2D detections in the frame.
Definition image_detections_2d.hpp:48
uint16_t frame_id
Id of the source frame (0 = unset).
Definition image_detections_2d.hpp:46