Add lastupdatetime

This commit is contained in:
Pascal Serrarens 2024-04-19 14:44:58 +02:00
parent 855ad81345
commit 9f00178a2a

View File

@ -76,6 +76,8 @@ private:
/// orientations from an external tracking system. This value should not be
/// set directly, but SetOrientation should be used instead.
Quaternion worldOrientation = Quaternion::identity;
unsigned long lastUpdateTimeMs = 0;
};
} // namespace RoboidControl