CameraK4A: fixed IMU local transform, fixed some compilation warnings.

This commit is contained in:
matlabbe
2020-06-22 19:42:55 -04:00
parent 1ca2c25a10
commit 6e1f07e097
4 changed files with 213 additions and 172 deletions

View File

@@ -90,6 +90,7 @@ private:
bool ir_;
double previousStamp_;
UTimer timer_;
Transform imuLocalTransform_;
#endif
};