I can’t use the GoPiGo compass module, apparently the python module “grove_compass_lib” can’t be found. I am using the v1.3 of the software and firmware.
I tried to make the example work (compass_bot.py), without modifying a single thing, and the module can not be imported.
I have added the library found on the github and now it is working fine
I don’t know why the file was not already on the Raspberry, but at least now everything works great, thanks for the help!
You can try import grove_compass_lib that will work directly as we have made our grovepi libraries accessible from anywhere inside the Pi. If this doesn’t work, do a software update on your Pi and it will work.