FP Perception 0.1.2
Loading...
Searching...
No Matches
structs.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include <opencv2/opencv.hpp>
6#include <rclcpp/rclcpp.hpp>
7
8namespace fp_perception
9{
10
12{
13 cv::Mat image;
14 std::string frame_id;
15 rclcpp::Time stamp;
16};
17
18} // namespace fp_perception
Definition audio_buffer.hpp:16
Definition structs.hpp:12
cv::Mat image
Definition structs.hpp:13
rclcpp::Time stamp
Definition structs.hpp:15
std::string frame_id
Definition structs.hpp:14