IMU sensor output data

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
yu yang
Posts: 1
Joined: Mon Aug 15, 2022 10:45 pm

IMU sensor output data

Post by yu yang » Thu Sep 22, 2022 11:33 pm

The IMU tutorial of Opensim only supports Xsens and APDM. Is there any way to import the output format of other sensors into opensim? Or how to change it to the corresponding format.The sensor I am using is LPMS-B2.

Tags:

User avatar
Carmichael Ong
Posts: 387
Joined: Fri Feb 24, 2012 11:50 am

Re: IMU sensor output data

Post by Carmichael Ong » Fri Sep 23, 2022 2:10 pm

Since there are so many different IMUs and data formats out there, it's hard to have an automated way to convert for each type of device. For sensors that OpenSim/OpenSense doesn't support, you'll have to do some conversion yourself. Often users will write MATLAB/Python scripts to convert their sensor data output to the correct format for OpenSim, and you can use the example input files for OpenSim as the format to aim for for your conversion methods.

POST REPLY