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
pErr
- Mohammadreza Rezaie
- Posts: 412
- Joined: Fri Nov 24, 2017 12:48 am
- Ayman Habib
- Posts: 2252
- Joined: Fri Apr 01, 2005 12:24 pm
Re: pErr
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
Hope this helps,
-Ayman
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
-Ayman
- Mohammadreza Rezaie
- Posts: 412
- Joined: Fri Nov 24, 2017 12:48 am
Re: pErr
Hi Aymen,
Thanks a lot.
Regards
Thanks a lot.
Regards