FP Perception
0.1.2
Loading...
Searching...
No Matches
fp_perception_base
include
fp_perception_base
vision
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
8
namespace
fp_perception
9
{
10
11
struct
vision_frame
12
{
13
cv::Mat
image
;
14
std::string
frame_id
;
15
rclcpp::Time
stamp
;
16
};
17
18
}
// namespace fp_perception
fp_perception
Definition
audio_buffer.hpp:16
fp_perception::vision_frame
Definition
structs.hpp:12
fp_perception::vision_frame::image
cv::Mat image
Definition
structs.hpp:13
fp_perception::vision_frame::stamp
rclcpp::Time stamp
Definition
structs.hpp:15
fp_perception::vision_frame::frame_id
std::string frame_id
Definition
structs.hpp:14
Generated by
1.9.8