-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Xsens saveCurrentCalibration option #120
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor comment
app/xml/XsensSuitWearableDevice.xml
Outdated
<!-- Flag to save .mvn calibration --> | ||
<param name="saveCurrentCalibration">true</param> | ||
<!-- Quantities to be extracted from the driver for each time sample --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick, this block seems to have a different indentation wrt the rest of the file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 171fb42
Just notice that also |
Done in 9065070 |
We can merge it, thanks |
This PR adds the option of
saveCurrentCalibration
to Xsens wearable deviceThe saved calibration file is with
.mvn
file extensionCC @lrapetti @claudia-lat @DanielePucci