Complementary filter (Gyro + accel) with Android

后端 未结 4 667
旧时难觅i
旧时难觅i 2021-01-31 06:36

Recently I have made some research to use both the accelerometer + Gyroscope to use those senser to track a smartphone without the help of the GPS (see this post) Indoor Positi

4条回答
  •  Happy的楠姐
    2021-01-31 07:14

    i tried and this will give you angle 90...

    filtered_angle = (filtered_angle / 83) * 90;
    

提交回复
热议问题