-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revisit acceleration units #94
Comments
We may also need to change any Move Hub projects that are using the IMU acceleration values. |
laurensvalk
pushed a commit
to cschlack/pybricks-micropython
that referenced
this issue
Apr 1, 2022
laurensvalk
pushed a commit
to cschlack/pybricks-micropython
that referenced
this issue
Apr 1, 2022
laurensvalk
pushed a commit
to pybricks/pybricks-micropython
that referenced
this issue
Apr 1, 2022
laurensvalk
added a commit
to pybricks/pybricks-micropython
that referenced
this issue
Apr 1, 2022
laurensvalk
added a commit
to pybricks/pybricks-micropython
that referenced
this issue
Apr 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To make things consistent with Move Hub and to avoid floating points in (some) sensor values, we could consider using
mm/s/s
for all acceleration values.This means you'll get rather big numbers for IMUs, but we can just add an example to show how you can scale it to other units like milli-G.
Originally posted by @laurensvalk in pybricks/pybricks-micropython#88 (comment)
The text was updated successfully, but these errors were encountered: