-
Notifications
You must be signed in to change notification settings - Fork 16
[PXCT-768] Modulino Movement Gyroscope readings #29
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
[PXCT-768] Modulino Movement Gyroscope readings #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "friendly" names for gyro measures are usually yaw, pitch, roll , I would use them in the APIs instead than "raw" x,y,z
roll, pitch, yaw
Very fair. Fixed it @facchinm |
@leonardocavagnis in case you want also to take a look Thank you guys for the review :) |
@jcarolinares LGTM :) Please, @pedromsousalima update also the |
Added info on the movement modulino for angular velocity
Changes applied. Thank you :) |
Added gyro readings.
Updated basic movement example to also have these.