pErr

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Mohammadreza Rezaie
Posts: 412
Joined: Fri Nov 24, 2017 12:48 am

pErr

Post by Mohammadreza Rezaie » Sat Mar 21, 2020 3:18 pm

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

Tags:

User avatar
Ayman Habib
Posts: 2252
Joined: Fri Apr 01, 2005 12:24 pm

Re: pErr

Post by Ayman Habib » Mon Mar 23, 2020 10:23 am

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

User avatar
Mohammadreza Rezaie
Posts: 412
Joined: Fri Nov 24, 2017 12:48 am

Re: pErr

Post by Mohammadreza Rezaie » Mon Mar 23, 2020 12:19 pm

Hi Aymen,

Thanks a lot.

Regards

POST REPLY