You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a basic C++ class, which has the method taking two IMU data files and returning some constant number
Integrate it instead of doGyroSyncOnServer in ImuTimeSync.java
This could be useful to test out integration of C++ methods in Android project (to make sure there will be no problems with the real algo, also to be able to reuse this setup with real algorithm)
The text was updated successfully, but these errors were encountered:
Create a basic C++ class, which has the method taking two IMU data files and returning some constant number
Integrate it instead of
doGyroSyncOnServer
inImuTimeSync.java
This could be useful to test out integration of C++ methods in Android project (to make sure there will be no problems with the real algo, also to be able to reuse this setup with real algorithm)
The text was updated successfully, but these errors were encountered: