Escape9002 / ArcherTracking

IMU to track movements
2 stars 0 forks source link

Matlab benutzen #22

Closed Escape9002 closed 2 years ago

Escape9002 commented 2 years ago

visualisierung der daten und kalibrierung + genauigkeit ^^

Escape9002 commented 2 years ago

https://de.mathworks.com/help/nav/ref/imusensor-system-object.html

https://de.mathworks.com/help/nav/ref/accelparams.html

https://de.mathworks.com/help/nav/ref/imu.html

https://medium.com/@mikehorton/how-to-run-an-accurate-inertial-navigation-simulation-in-less-than-5-minutes-df427f69d464

https://www.youtube.com/watch?v=6ijArKE8vKU

Escape9002 commented 2 years ago

YT- video: The work presented was conducted by Sebastian O.H. Madgwick during his Ph.D research at the University of Bristol.

For more information and source code, see: http://www.x-io.co.uk/gait-tracking-w...

Escape9002 commented 2 years ago

https://developers.aceinna.com/docs/simulationhelp

MAtlab lizenzproblem try this instead

Escape9002 commented 2 years ago

matlab bekommen, shop ist down, tutorial wird erstmal ohne lib verfolgt.

Escape9002 commented 2 years ago

SensorFusion erweiterung bekommen, problem:

MPU9250 wird nicht erkennt (adresse (0x68 wird erkannt, ausgabe : wrong sesor connected, reconfigure hardware and try again)

mpu6050 funktioniert --> kein Magnetometer || Temperatur sensor =/

3D Visualisierung sollte dennoch mögl sein, Hier

  1. MPU9250 as MPU6050 --> same sample rate etc? Richtige befehle in der Bibliothek?
  2. 3D Visualisierung ohne Mag-Sensor mögl?
Escape9002 commented 2 years ago

Neuen/anderen MPU9250 benutzt, guess what, it works!!!!

Super cool ^^

Escape9002 commented 2 years ago

https://www.cbcity.de/tutorial-rotationsmatrix-und-quaternion-einfach-erklaert-in-din70000-zyx-konvention

Ausprobieren !

Escape9002 commented 2 years ago

Orientierung kann berechnet und angezeigt werden! Einzusehen unter Matlab/Orientierung/OrientierungsPlot.m

Filter einsetzen

Roll + Pitch mit accl + gyro (+ mag) yaw mit gyro + mag

Distanz zu dem Plot hinzufügen

Kalibrierung des Sensors mithilfe aller anderer Sensoren Wie plotten? Korrekte Formel benutzen Siehe Kommentar

Escape9002 commented 2 years ago

Matlab fusioniert Daten und liefert Datensatz für OpenSim. Verwendung abgeschlossen