DrWino Posted August 10, 2017 at 05:37 PM Share Posted August 10, 2017 at 05:37 PM I am using python on red board to get data from brick imu v2. It works fine but I want to set the sensor fusion mode to 2 ( no magnetometer) But I get following error: File "server_v2.py", line 23, in <module> mode = imu.get_sensor_fusion_mode() AttributeError: BrickIMUV2 instance has no attribute 'get_sensor_fusion_mode' Exception in thread Callback-Processor (most likely raised during interpreter shutdown): What am I doing wrong ? program attached. Help appreciated.server_v2.py Quote Link to comment Share on other sites More sharing options...
borg Posted August 10, 2017 at 06:00 PM Share Posted August 10, 2017 at 06:00 PM What version do the python bindings have? What version does the IMU firmware have? Since the function does not seem to be available, the bindings version is probably too old. Quote Link to comment Share on other sites More sharing options...
DrWino Posted August 10, 2017 at 09:10 PM Author Share Posted August 10, 2017 at 09:10 PM Ok. imu brick is FW 2.0.4 Red binding python is 2.1.8 Quote Link to comment Share on other sites More sharing options...
borg Posted August 10, 2017 at 10:02 PM Share Posted August 10, 2017 at 10:02 PM Both versions are too old, please update! You can find the minimum firmware version in the API documentation and the minimum Bindings version in the changelog. The minimum versions for the get_sensor_fusion_mode are 2.0.6 and 2.1.11 respectively. Quote Link to comment Share on other sites More sharing options...
DrWino Posted August 11, 2017 at 02:58 AM Author Share Posted August 11, 2017 at 02:58 AM OK. I performed the updates and the program works fine now. Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.