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

VMX-pi (RegisterIO_Mau) has two issues, impacting yaw reset and calibration status #96

Open
kauailabs opened this issue Mar 10, 2020 · 0 comments

Comments

@kauailabs
Copy link
Owner

  1. In zeroYaw(), this needs to be added:

this.notify_sink.yawResetComplete();

  1. In getCurrentData(), this line:

         ahrspos_update.cal_status      = curr_data[IMURegisters.NAVX_REG_CAL_STATUS];
    

should be instead:

        ahrspos_update.cal_status      = curr_data[IMURegisters.NAVX_REG_CAL_STATUS - **_first_address_**];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant