OpenSense- downweighing sensors in Matlab API
Posted: Mon Jun 13, 2022 9:13 am
Hello,
I'd like to downweigh the tibia and foot IMU sensors for the IK calculation in OpenSense. I know how to do this on the GUI, but want to be able to do it on Matlab for faster processing.
Here's what I currently have:
imuIK = IMUInverseKinematicsTool();
imuIK.set_orientation_weights();
I am unsure what argument to put in the parentheses of the set_orientation_weights function, and if I can set different weights for specific sensors. I am trying to follow the OpenSense publication weights (pelvis=1.0, thigh=1.0, tibia=0.5, foot=0.01).
Thank you in advance for the help.
I'd like to downweigh the tibia and foot IMU sensors for the IK calculation in OpenSense. I know how to do this on the GUI, but want to be able to do it on Matlab for faster processing.
Here's what I currently have:
imuIK = IMUInverseKinematicsTool();
imuIK.set_orientation_weights();
I am unsure what argument to put in the parentheses of the set_orientation_weights function, and if I can set different weights for specific sensors. I am trying to follow the OpenSense publication weights (pelvis=1.0, thigh=1.0, tibia=0.5, foot=0.01).
Thank you in advance for the help.