I have been working with these IMUs on a project, and today my code started throwing a compile error because the file does not exist. I checked that this isn't an error in my personal coding because the default library & example rawdata.ino gives the same error:
In file included from /home/ubuntu/opt/libraries/latest/bno055simplepacketcoms_0_0_1/src/GetIMU.h:12:0,
from /home/ubuntu/opt/libraries/latest/bno055simplepacketcoms_0_0_1/src/GetIMU.cpp:8:
/home/ubuntu/opt/libraries/latest/simplepacketcoms_0_0_6/src/SimplePacketComs.h:5:18: fatal error: vector: No such file or directory
#include <vector>
^
compilation terminated.
exit status 1
First, I wanted to let the moderators know (or maybe this is something to pass on to adafruit managers? I'm not sure where in the pipeline there's a mistake).
Second, any ideas on a quick-fix for this? I would prefer to continue working from the cloud rather than be chained to the desktop Arduino editor. I imagine there may be some way to just use an older version of the library but I can't see that far behind the curtain.
Thank you!
(full verbose console output attached because there were too many characters)
AdafruitError.txt (7.62 KB)