03-01-2023 01:15 PM
thanks for your answer.
Yes, I will continue to research.
I just want to create something like in the link here.
The sensor I use is X-sens mti-100 series.
03-02-2023 04:34 AM
In the example below
Note: The IMU initially resets the yaw angle to -90 degrees.
With (NWU) euler angles, the 3D picture can be moved. There is only a small problem. When the pitch approaches 90 degrees, some errors occur in the 3D view due to the instability of the roll and yaw angles.
Rotateobject.vi is only for use with euler angle ? cannot be used with quaternions? If so, can anyone explain why?
Rotateobject.vi only accepts axis and angle inputs. In this case, connecting the quaternion directly may not make sense, of course. But is there an alternative that can 3D picture rotate with quaternions?
03-02-2023 10:02 AM
Why don't you just use the quaternions provided by the IMU like this (it seems that you have the Haro3D library, or you can just write your own VI based the quaternion definition):
03-06-2023 10:14 AM
Thanks for your answer. It really worked, but it was really time consuming to find the correct orientation and Box lengths.
I'm getting a memory full error, what's the solution?
03-06-2023 03:17 PM
Can't help with so little details.
Very likely, you are continuously creating new objects. Provide the code that crashes otherwise nobody can help.
Make sure to close references...
03-13-2023 04:42 PM - edited 03-13-2023 04:44 PM
MarcDub
Thank you for your answer. I guess because it is constantly creating new objects, the memory fills up after a certain period of time.