First project - animate quaternion data + show graphs of acceleration, gyro, speed and gps with 'time slider'

Hi everyone,

I was looking a long time for an interactive visualization tool to display IMU data. Gladly I found Plotly and it seems like a great tool for this.

Can someone point me to a good tutorial or examples to make this first (big) project and how to start?

Interactive dashboard with a slider to go back and forward in time:

  • animation of an object/vector with quaternion data
  • 10 graphs: acceleration xyz, gyroscope xyz and pitch/roll/yaw and speed
  • gps map

With python libraries should I use besides plotly? Is there a better alternative for this like PyQt5 ?

Thanks, Michiel