- Home /
Why is gravity inside the Gyroscope class?
From hardware point of view, gravity should be in accelerometer. So essentially an accelerometer measures indirectly the acceleration due to Applied Force + Acceleration due to gravity. gyroscope is not sensitive to gravity. Why is gravity inside the Gyroscope class?
Answer by Bodhid · Sep 08, 2017 at 01:56 PM
Gyroscope is the class where you read the device's gyroscope and accelerometer. There is no accelerometer class. So gravity is also found in this class.
Your answer
Follow this Question
Related Questions
Rotate with raw gyro data. 0 Answers
Mobile tilting using Input.acceleration.z is not tilting properly on the right rotation 0 Answers
Accelerometer based gravity 1 Answer
Input.acceleration on sphere with rigidbody(gravity) 1 Answer
I am having trouble with my accelerometer for my iphone app 0 Answers