There was an error while loading. Please reload this page.
1 parent 4fd8b57 commit 23206acCopy full SHA for 23206ac
1 file changed
opensourceleg/sensors/imu.py
@@ -112,6 +112,8 @@ def __init__(
112
"Failed to import mscl. Please install the MSCL library from Lord Microstrain and append the path "
113
"to the PYTHONPATH or sys.path. Checkout https://github.com/LORD-MicroStrain/MSCL/tree/master "
114
"and https://lord-microstrain.github.io/MSCL/Documentation/MSCL%20API%20Documentation/index.html"
115
+ "If you are using a newer version of MSCL, you may need to add /usr/lib/python3.version/dist-packages \
116
+ to PYTHONPATH"
117
)
118
119
if not offline:
0 commit comments