Closed mohataher closed 7 years ago
In my code
... imu=skin.imus.IMUS(inData=indata) imu.calc_position([0,0,0])
An error AttributeError: module has no attribute sp.constants.g is thrown
AttributeError: module has no attribute sp.constants.g
This direct import fixes it.
Thanks! I have now added a test for that function, too.
In my code
An error
AttributeError: module has no attribute sp.constants.g
is thrownThis direct import fixes it.