niru-5 / imusensor

Python library for communication between raspberry pi and MPU9250 imu
MIT License
103 stars 32 forks source link

caliberateMag #25

Open Kameshwarrao opened 1 year ago

Kameshwarrao commented 1 year ago

Hi niru , After uploading the checkingSavingAndLoadingCalibInfo.py in the rpi , the acceleration calibration is done successfully. I m facing issue with caliberatemag() function , the error is that 'MPU9250' object has no attribute 'caliberatemag'.

Thanks