We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saving any python file creates a log file in the root directory. This might be caused by the IMU imports as I see these lines within the log file:
[2024-11-14 10:32:38,862] ERROR: Failed to import mscl. Please install the MSCL library from Lord Microstrain and append the path to the PYTHONPATH or sys.path. Checkout https://github.com/LORD-MicroStrain/MSCL/tree/master and https://lord-microstrain.github.io/MSCL/Documentation/MSCL%20API%20Documentation/index.html [2024-11-14 10:32:38,863] ERROR: Failed to import adafruit_bno055 [2024-11-14 10:32:38,863] ERROR: Failed to import board [2024-11-14 10:32:38,864] ERROR: Failed to import busio
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
Saving any python file creates a log file in the root directory.
This might be caused by the IMU imports as I see these lines within the log file:
Environment
Screenshots
The text was updated successfully, but these errors were encountered: