Skip to content

Commit 8894afe

Browse files
authored
Merge pull request #499 from ellliewilson/update-mscl-version-docs
docs: update MSCL package link and version in IMU docstring
2 parents 978ba58 + 6e33c02 commit 8894afe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

opensourceleg/sensors/imu.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ class LordMicrostrainIMU(IMUBase):
6969
- Read the MSCL installation instructions:
7070
https://github.com/LORD-MicroStrain/MSCL/blob/master/HowToUseMSCL.md
7171
- We assume that the MSCL library is installed in /usr/share/python3-mscl
72+
73+
Note: MSCL v65 may encounter page alignment errors on some Raspberry Pi 5 kernels.
74+
Updating to a newer Raspberry Pi OS image with the rpi-v8 kernel
75+
or upgrading to MSCL v67.1.0 resolves the issue:
76+
https://github.com/LORD-MicroStrain/MSCL/releases/download/v67.1.0/MSCL_arm64_Python3.11_v67.1.0.deb
7277
"""
7378

7479
def __init__(

0 commit comments

Comments
 (0)