Rolling On Surface Constraint

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Aspen Taylor
Posts: 7
Joined: Mon Mar 02, 2020 7:27 pm

Rolling On Surface Constraint

Post by Aspen Taylor » Sun Aug 30, 2020 7:12 pm

Good evening!

I am currently trying to use the RollingOnSurfaceConstraint in OpenSim to help constrain the feet of my model. After coding the constraint in XML, the model will not open in OpenSim. I coded the constraint as <RollingOnSurfaceConstraint>. Any advice on this topic would be much appreciated!

Thank you!

Best,
Aspen

Tags:

User avatar
Carmichael Ong
Posts: 387
Joined: Fri Feb 24, 2012 11:50 am

Re: Rolling On Surface Constraint

Post by Carmichael Ong » Thu Sep 03, 2020 10:43 am

Hard to debug with the info given. It's usually very easy to miss closing tags (e.g., </RollingOnSurfaceConstraint>) so that would be the first place to look. If you need a place to copy the correct XML tags, check out the option in the GUI: "Help --> XML Browser" to make sure you have the right tags.

User avatar
Aspen Taylor
Posts: 7
Joined: Mon Mar 02, 2020 7:27 pm

Re: Rolling On Surface Constraint

Post by Aspen Taylor » Sun Sep 06, 2020 2:57 pm

Thank you for your advice! I checked out the tags and double checked to make sure they were all correct. However, the model still does not open. I attached an image of the code below.
Attachments
Capture.PNG
Capture.PNG (119.57 KiB) Viewed 227 times

User avatar
Thomas Uchida
Posts: 1790
Joined: Wed May 16, 2012 11:40 am

Re: Rolling On Surface Constraint

Post by Thomas Uchida » Sun Sep 06, 2020 6:33 pm

Is anything displayed in the Messages window? Someone might be able to help you investigate if you post a MWE (https://en.wikipedia.org/wiki/Minimal_working_example).

User avatar
Aspen Taylor
Posts: 7
Joined: Mon Mar 02, 2020 7:27 pm

Re: Rolling On Surface Constraint

Post by Aspen Taylor » Sun Sep 06, 2020 7:37 pm

Nothing pops up in the navigator or messages windows. I do not get any pop up windows. I attached the model below with the RollingOnSurfaceConstraint.
Attachments
OHDSmodel_CodeVersion4.1_withRollingOnSurfaceConstraint.zip
(59.19 KiB) Downloaded 15 times

POST REPLY