Search found 4 matches
- Tue Jan 14, 2025 2:56 am
- Forum: OpenSim
- Topic: IMU Inverse Kinematics cpp code
- Replies: 5
- Views: 686
Re: IMU Inverse Kinematics cpp code
I can add further information. I am using the same model for both approaches ("<path>/Rajagopal_2015.osim"), but the C++ computed IMU offsets are not the same as the GUI's computed ones: OpenSim GUI: Updating Model file from 40000 to latest format... Loaded model Rajagopal_2015 from file <path>\Raja...
- Mon Jan 13, 2025 3:46 am
- Forum: OpenSim
- Topic: IMU Inverse Kinematics cpp code
- Replies: 5
- Views: 686
Re: IMU Inverse Kinematics cpp code
Hi Alexander,
thank you for your response.
I am using BNO085 IMUs by Bosch, and I saved the quaternion in a data format compatible with OpenSim standards. Both placement_fileForOpensim and legmvmnt_fileForOpensim are ".sto" files.
thank you for your response.
I am using BNO085 IMUs by Bosch, and I saved the quaternion in a data format compatible with OpenSim standards. Both placement_fileForOpensim and legmvmnt_fileForOpensim are ".sto" files.
- Wed Jan 08, 2025 4:47 am
- Forum: OpenSim
- Topic: IMU Inverse Kinematics cpp code
- Replies: 5
- Views: 686
Re: IMU Inverse Kinematics cpp code
can anyone help me?
- Tue Dec 17, 2024 4:27 am
- Forum: OpenSim
- Topic: IMU Inverse Kinematics cpp code
- Replies: 5
- Views: 686
IMU Inverse Kinematics cpp code
Hello everyone! I am working on IMU data analysis in C++ and I have integrated the OpenSim API into my project. Even though there are not many examples online, I tried to figure out how the IMUPlacer and IMUInverseKinematics tools and classes work. The fact is that what I obtain from my code is slig...