schuster
About
- Username
- schuster
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
Yes it's ARM. Raspberry PI 3 B+ to be exact. And no, it's still not working. Gyro, Magnet, Quater and Euler are working fine though. Even all four at the same time with (7.5, 7.5, 0, 6000) settings.
-
Same as before: install metawear package with pip. `# apt update apt upgrade -y apt install -y git python3-pip libbluetooth-dev libboost-all-dev pip3 install metawear` On a clean raspbian.
-
Just to be clear: the installation still works, it just shows this false positive.
-
There is a follow-up issue during the installation: g++ -o dist/release/lib/arm/libwarble.so.1.0.14 -s -shared -Wl,--soname,libwarble.so.1 -marm build/arm/release/src/warble/cpp/blepp_api.o build/arm/release/src/warble/cpp/lib.o build/arm/releas…
-
For reference, this is a list of permutation that works: CORRECTED_GYRO CORRECTED_GYRO + CORRECTED_MAG CORRECTED_GYRO + QUATERNION CORRECTED_GYRO + EULER_ANGLE CORRECTED_MAG CORRECTED_MAG + QUATERNION CORRECTED_MAG + EULER_AN…
-
How long does your script run before it shows up? T - 0 seconds. The combination of Euler + corrected acceleration isn't working, even at reduced speeds. However, the combination of Euler + Quaternion is working as expected.
-
How should I go about getting both Euler and corrected acceleration then? Calling libmetawear.mbl_mw_settings_set_connection_parameters(board, 7.5, 7.5, 0, 6000) Does not remove the bus error.
-
The update fixed the issue. Thanks.