Scaling replaces the markerset values

Provide a MATLAB based, user friendly and easy-to-use tool to perform batch process of the most commonly used OpenSim Tools (IK, ID, MA and SO).
POST REPLY
User avatar
Mritula Chandrasekaran
Posts: 94
Joined: Tue Dec 19, 2017 5:36 am

Scaling replaces the markerset values

Post by Mritula Chandrasekaran » Mon Dec 02, 2019 4:48 am

Hi, After scaling the original model, the <Markerset> tags values are getting replaced in the scaled model as below. Scone throws an error as it expects tags like <body>....

How to preserve this?

Error: Body Unassigned referenced in marker R.ASIS does not exist in the model Sub1_Scaled


Before Scaling:
<Marker name="R.ASIS">
<!--Body segment in the model on which the marker resides.-->
<body>pelvis</body>
<!--Location of a marker on the body segment.-->


After Scaling
<Marker name="R.ASIS">
<!--Path to a Component that satisfies the Socket 'parent_frame' of type PhysicalFrame (description: The frame to which this station is fixed.).-->
<socket_parent_frame>/bodyset/pelvis</socket_parent_frame>
<!--The fixed location of the station expressed in its parent frame.-->



Thanks,
Mritula.

POST REPLY