Hey all!
I want to preface this by saying I’m fairly new to VTK. For some background, I’m sending gyro and accelerometer data over serial from an Arduino. I’m then passing it through an IMU data fusion algorithm, and finally visualizing the object virtually with a cube.
My application would take place in the last step as I want to be able to pass the roll, pitch, and yaw parameters to an STL object with VTK to visualize the orientation in real time.
I would greatly appreciate any clarifying questions, example code, or other information.
Thank you in advance!