This repository was archived by the owner on Nov 23, 2019. It is now read-only.

Description
When trying to generate an instance of class AbsoluteIMU, you can only specify the port as an integer value, and then it checks in /sys/class / ... uevent for LEGO_ADDRESS=in2' but the port name for an the absolute IMU-ACG sensor from mindsensors mounts on port in2:i2c17 or something like this.
Thus the code breaks, when trying to make the sensor. A quick fix is to use .startswith() instead of an exact match.