Page 1 of 1

pErr

Posted: Sat Mar 21, 2020 3:18 pm
by kernalnet
Dear Experts,

The written pErr file in both RRA and CMC results are not in degree (inDegrees=no).
Is there any way to write them in degree?

Regards

Re: pErr

Posted: Mon Mar 23, 2020 10:23 am
by aymanh
Hello,

These files are meant to be used for debugging purposes rather than user facing, as such they are written by code in the solver that is units agnostic and writing them in degrees is not supported. You can write your own script to convert any storage object that has columns corresponding to rotations from radians to degrees

Code: Select all

SimbodyEngine::convertRadiansToDegrees
Hope this helps,
-Ayman

Re: pErr

Posted: Mon Mar 23, 2020 12:19 pm
by kernalnet
Hi Aymen,

Thanks a lot.

Regards