Skip to content
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

Fix sporadic spinning bug in rs-motion.cpp #7500

Merged
merged 2 commits into from
Oct 8, 2020

Commits on Oct 2, 2020

  1. Update rs-motion.cpp

    On instances where the first accelerometer frame arrives before the first gyro frame the "first" flag is set to false by process_accel which causes the first call to process_gryo to calculate the wrong ts value.
    krazycoder2k authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    cad2d26 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from krazycoder2k/krazycoder2k-patch-1

    Update rs-motion.cpp
    krazycoder2k authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    7fec4bf View commit details
    Browse the repository at this point in the history