EduArt Sensor Ring Library 3.0.0
Loading...
Searching...
No Matches
TofMeasurement.hpp
Go to the documentation of this file.
1// Copyright (c) 2026 EduArt Robotik GmbH
2
9
10#pragma once
11
14
15namespace eduart {
16
17namespace measurement {
18
25 unsigned int frame_id = 0;
26
29};
30
31} // namespace measurement
32
33} // namespace eduart
Collection of math functions.
Generic point and point cloud types.
Stores a vector of points in 3D space.
Definition PointCloud.hpp:43
Structure for holding a measurement from a ToF sensor.
Definition TofMeasurement.hpp:23
unsigned int frame_id
Frame number of the TofMeasurement.
Definition TofMeasurement.hpp:25
PointCloud point_cloud
Point cloud of the Time-of-Flight sensor measurement.
Definition TofMeasurement.hpp:28