Hi Everyone!
I am stuck with the task of visualizing 3D orientation estimation of an object in Matlab. The data come from a sensor via serial communication to Matlab. So while the data is updating in real time, I want it to be graphically represented in 3D and update accordingly in the figure too.
I am stuck with the task of visualizing 3D orientation estimation of an object in Matlab. The data comes from an IMU via serial communication to Matlab. So while thie data is updating in real time, I want it to be graphically represented in 3D and update accordingly in the figure too.
I attempted to do it several times but since I am not an expert in Matlab, I couldn't achieve exactly what I wanted to. (One of the problems was the delay in updating the figure. I used q.plot (Quaternions)
Many Thanks