Search found 2 matches

by Joshua Galvan
Mon Oct 02, 2023 4:17 pm
Forum: OpenSim
Topic: How to do Kinematics with IMU data workflow in Python
Replies: 4
Views: 1369

Re: How to do Kinematics with IMU data workflow in Python

Hello Ayman, Thank you, that worked. I appreciate the help! If you're still able to respond, do you know of how to do this workflow without having the quaternions computed for me? I'm only asking because I have quaternion data from my IMUs already, and don't need it computed. Does this workflow only...
by Joshua Galvan
Mon Oct 02, 2023 3:52 pm
Forum: OpenSim
Topic: How to do Kinematics with IMU data workflow in Python
Replies: 4
Views: 1369

How to do Kinematics with IMU data workflow in Python

Hello! I am currently trying to follow the tutorial located at: https://simtk-confluence.stanford.edu:8443/display/OpenSim/OpenSense+-+Kinematics+with+IMU+Data This tutorial allows you to use IMU data to compute motions of body segments. I do not have access to MatLab so I am trying to follow the tu...