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

ADIS16470 fixes. #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 13, 2023

  1. ADIS16470 fixes.

    1. Fixed Adis16470::read_register return value on success.
    2. Fixed Adis16470::update_burst read return value check (24 instead of 30)
    3. Fixed Adis16470::update_burst accl value updates according to the datasheet (Table 25. 16-Bit Accelerometer Data Format Examples)
    4. Fixed Adis16470::update_burst temerature offset handling (should be 17 instead of 16)
    5. Adis16470::set_bias_estimation_time use fprintf instead of ROSINFO to avoid ROS dependency in non-ROS source.
    
    Signed-off-by: Meet Gandhi <[email protected]>
    meetgandhi-dev committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d5822b5 View commit details
    Browse the repository at this point in the history