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
Hello,
Just a simple question, I tried the Unity Scene "ImuViewSample". I would like to acquire the IMU sensor to a certain frequency (for example 60 Hz). It seems that the sensor values are updated less quickly than this. Is it a limitation of the sensor speed or a limitation of the C++ function HL2ResearchMode::AccelSensorLoop in HL2UnityPlugin sln ?
The text was updated successfully, but these errors were encountered:
Another question, how can we know the units of measurement used by the output of the IMU sensors (Magneto, Accelerometer, Gyroscope) ? I didn't find any documentation ...
Another question, how can we know the units of measurement used by the output of the IMU sensors (Magneto, Accelerometer, Gyroscope) ? I didn't find any documentation ...
As far as i found out it is m/s rad/s and microtesla (not 100% sure about the last one)
Hello,
Just a simple question, I tried the Unity Scene "ImuViewSample". I would like to acquire the IMU sensor to a certain frequency (for example 60 Hz). It seems that the sensor values are updated less quickly than this. Is it a limitation of the sensor speed or a limitation of the C++ function HL2ResearchMode::AccelSensorLoop in HL2UnityPlugin sln ?
The text was updated successfully, but these errors were encountered: