Added type

This commit is contained in:
Pascal Serrarens 2024-04-18 12:29:34 +02:00
parent cf3eef7cbb
commit ba1dd195a6

View File

@ -69,6 +69,7 @@ public:
/// @brief The sensor which provided that lastet pose this object
Sensor *sensor = nullptr;
unsigned char type = 0x00;
unsigned char confidence;
protected: