Search found 3 matches

by Erik Wilmes
Fri Jan 28, 2022 5:15 am
Forum: OpenSim
Topic: obtaining imuplacer outputs via matlab API
Replies: 5
Views: 306

Re: obtaining imuplacer outputs via matlab API

Thanks! This worked
by Erik Wilmes
Thu Jan 27, 2022 3:05 am
Forum: OpenSim
Topic: obtaining imuplacer outputs via matlab API
Replies: 5
Views: 306

Re: obtaining imuplacer outputs via matlab API

Hi Ayman, Thanks for the quick reply. Unfortunately this did not work. I got the following error when running the following code: clear all; close all; clc; import org.opensim.modeling.* Logger.setLevel("Info"); Error: No method 'org.opensim.modeling.Logger.setLevel' with matching signature found. E...
by Erik Wilmes
Wed Jan 26, 2022 7:52 am
Forum: OpenSim
Topic: obtaining imuplacer outputs via matlab API
Replies: 5
Views: 306

obtaining imuplacer outputs via matlab API

Hi All, I would like to know if it is possible to obtain the outputs of the IMUplacer (e.g. heading correction) in matlab. I am using OpenSim 4.3 via the matlab API on a mac. When a colleague runs the exact same matlab scripts to run the IMUplacer the outputs are printed to the matlab command window...