-
Notifications
You must be signed in to change notification settings - Fork 221
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
Example to print IMU data #727
Conversation
@JonasVautherin I have changed the sleep timer. |
But you should not sleep there 🙈. You should consume the events as they arrive. Sleeping may just slow them down and accumulate a delay that you don't want 😇. |
I have removed the delay 😅 |
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.
Thanks for that!
If you can fix the style issue then this is good to go in, thanks. |
I have changed the style |
I have created a python file that prints the IMU data from the FC