Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Rotate with Mindsensors AbsoluteIMU #10

Open
jabrena opened this issue Oct 13, 2016 · 6 comments
Open

Rotate with Mindsensors AbsoluteIMU #10

jabrena opened this issue Oct 13, 2016 · 6 comments

Comments

@jabrena
Copy link
Member

jabrena commented Oct 13, 2016

It is necessary to know how to get the gyro rate from AbsoluteIMU

@jabrena jabrena added this to the v0.2.0 milestone Oct 13, 2016
@jabrena jabrena self-assigned this Oct 13, 2016
@jabrena jabrena modified the milestones: v0.3.0, v0.2.0 Oct 14, 2016
@jabrena
Copy link
Member Author

jabrena commented Oct 14, 2016

Blocked, it is necessary to know how to get the Rate of a Gyro

@jabrena
Copy link
Member Author

jabrena commented Oct 14, 2016

Reading the documentation exist a way to get the angle:

There is a Trigonometric relation between the tilt readings and tilt angle of the sensor. As follows:
angle = sin-1 (tilt reading/128)
where tilt-reading is from Accelerometer at Sensitivity 2G.
also as a alternative to sin-1, you can use: angle = 2 * arctan(t / (1 + sqrt(1-t^2))),
where t ≡ tilt_reading / 128 to avoid a negative sqrt() operand when tilt_reading = 128.

@jabrena
Copy link
Member Author

jabrena commented Oct 14, 2016

2 * arctan(t / (1 + sqrt(1- (t^2))))
2 * atan (a / (1 + sqrt(1- (a^2))))

@jabrena
Copy link
Member Author

jabrena commented Oct 15, 2016

The calculus is for angle, but I don´t know how get Gyro Rate

@jabrena jabrena removed this from the v0.3.0 milestone Oct 15, 2016
@jabrena
Copy link
Member Author

jabrena commented Nov 13, 2016

@jabrena
Copy link
Member Author

jabrena commented Nov 13, 2016

I will continue the development using compass features

@jabrena jabrena added this to the v0.4.0 milestone Nov 13, 2016
jabrena added a commit that referenced this issue Nov 13, 2016
Initial development to rotate with Compass on AbsoluteIMU
#34
#10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant