Attigliuzzo

Results 12 comments of Attigliuzzo

Thanks for you opinions, i'm investigating to get a code to drive my MPU91250. My first goal is to convert dinamic values (acceleration, Angolar speeds) in degrees using the time...

Not simple, but i keep going on!! I test a strange behaviour only with acceleration datas, if i use this values: > mySensor.accelUpdate(); > aX = mySensor.accelX(); > aY =...

Now i connect it in the A4 and A5 pin instead of two other pins called "SCL" and "SDA", arduino doesn't freeze anymore and i get full data. Sorry for...

Finally, things seem to go in the right direction!! i get stable values  ![screen](https://user-images.githubusercontent.com/42100711/61335189-e5445980-a82c-11e9-8725-9c0b7fdfaff2.jpg)

Yes but not now it is in a alpha state and needs some work. This is my plan: datas:(accel., gyro, magnet.)-->fusion -->(pitch, roll, yaw)(*)--> --> 1. drive servos for a...

I built my headtrack 3DOF using another library [this](https://github.com/hideakitai). This one gives to you yaw, pitch, roll and if you search in deep in his code you will find functions...

It is not simple, i suggest to study his examples and use his code. All what you need is there

> ``` > # rm -fv /usr/local/opentrack/./share/opentrack/i18n > ``` thanks but same problem: >Install the project... -- Install configuration: "RELEASE" CMake Error at cmake_install.cmake:58 (file): file INSTALL destination: /usr/local/opentrack/./share/opentrack/i18n is...

> Checkinstall launches the "make install" command and this is the output: `Installing with make install... ========================= Risultato installazione =========================== [ 16%] Built target opentrack-compat [ 24%] Built target opentrack-options...

It was a issue related to checkinstall, used by me to build the package. Now i build the Debian package in another way, without issue.