This is the v2 dof. We are aware of the fact that these values are indicating which parameters but these are in ASCII values. How can we convert these values to absolute one which we will be required to be processed further.
Can we change them to angles like we can get the values of yaw and roll in degrees with respect to a stationary Frame?
Are you using the 6 dof IMU? I get values similar to yours, but I’ve yet to figure out what exactly they mean. If you have made any progress with your IMU I would love to hear about it. Are you sending that data to a data logger??
The output of the IMU is raw data. Basicly the analog output of the accerlometers and gyroscopes on the board. Each output is either change in velocity or change in orientation along a specific axis. You will use these readings to find orientation and velocity using a Kalman Filter. Good Luck!