I am trying to use the examples from the navigator library. I put the Navigator in simulation mode through blue OS, and followed the instructions to compile and run the ‘simple.cpp’ example but I get the following error:
I went into lib.rs to see what the error was and it appears to be upset with the I2cdev file. I have little experience with rust, and I am trying to trace back into the I2cdev folder to see what the issue could be but I can’t figure it out. Here’s a screenshot of that code:
In another forum post I learned the issue could be the Raspberry Pi image that was loaded, but I used the command ‘uname -a’ in the BlueOS terminal and got back the following:
Linux blueos 5.10.33-v71+ #1415 SMP Fri Apr 30 15:50:57 BST 2021 armv71 GNU/Linux
I also tried to run the python example after following the instructions in the READ ME and got the following error:
Any help would be greatly appreciated in solving this issue!