Skip to main content
Graduate
August 8, 2022
Question

How can i change the of range of IMU sensor

  • August 8, 2022
  • 1 reply
  • 998 views

Hi Everyone,

I am using STEVAL-MKI182V2 IMU sensor and can able to get the Euler angles of Yaw=360 degrees , Pitch= +- 180 degrees and Roll=+-90 degrees, now i want to get the Roll with range of +- 60 deg how can i get that range, please suggest me.

Thank you.

    This topic has been closed for replies.

    1 reply

    Super User
    August 8, 2022

    The roll angle in degree is a physical property of the sensor pose. What do you want to limit here?

    hth

    KnarfB

    Anil3Author
    Graduate
    August 9, 2022

    Hi KnarfB,

    I want to limit the angle of rotation for Roll axis to +- 60 degrees instead of +-90 degrees

    ST Employee
    August 12, 2022

    Hi @Anil​ ,

    I'm not sure I have caught the point... If you want to limit a rotation angle, you should act clamping your system at physical level, while if you want to convert a 0deg-90deg angle linearly into a 0deg-60deg angle you should do the relative proportion.

    -Eleon