This project visualizes 3D paths based on gyroscopic and accelerometer data from a WT901 sensor. It processes CSV files containing time-stamped acceleration and orientation data to reconstruct the movement path in 3D space.
- Parses CSV files with gyroscopic and accelerometer data.
- Computes 3D coordinates using quaternion-based orientation data.
- Visualizes the computed path in a 3D plot using Plotly.js.