EduArt Sensor Ring Library 3.0.1
Loading...
Searching...
No Matches
TofMeasurement.hpp
Go to the documentation of this file.
1// Copyright (c) 2025 EduArt Robotik GmbH
2
9
10#pragma once
11
15
16namespace eduart {
17
18namespace measurement {
19
24struct SENSORRING_API TofMeasurement {
26 unsigned int frame_id = 0;
27
30};
31
32} // namespace measurement
33
34} // namespace eduart
Collection of math functions.
Generic point and point cloud types.
Control the import and export of Windows DLL symbols.
Stores a vector of points in 3D space.
Definition PointCloud.hpp:43
Structure for holding a measurement form a ToF sensor.
Definition TofMeasurement.hpp:24
unsigned int frame_id
Frame number of the ThermalMeasurement.
Definition TofMeasurement.hpp:26
PointCloud point_cloud
Point cloud of the Time-of-Flight sensor measurement.
Definition TofMeasurement.hpp:29