Search found 4 matches

by Chongyuan Feng
Wed Apr 28, 2021 1:21 pm
Forum: OpenSim
Topic: Error: No constructor 'org.opensim.modeling.Body' with matching signature found.
Replies: 2
Views: 207

Re: Error: No constructor 'org.opensim.modeling.Body' with matching signature found.

Thank you very much Uchida, the problem was solved. Have a nice one!
by Chongyuan Feng
Wed Apr 28, 2021 12:28 pm
Forum: OpenSim
Topic: How do I make a SliderJoint along Y axis?
Replies: 1
Views: 246

How do I make a SliderJoint along Y axis?

Hello, I was trying to make a dampener by constructing a SliderJoint as shown: locationInParent3 = Vec3(0.01, -0.1, 0.053); orientationInParent3 = Vec3(0, 1.57, 0); locationInChild3 = Vec3(0,0,0); orientationInChild3 = Vec3(0,0,0); Lower_left_dampner_joint = SliderJoint('Lower_left_dampner_joint',Da...
by Chongyuan Feng
Wed Apr 07, 2021 10:59 am
Forum: OpenSim
Topic: Error: No constructor 'org.opensim.modeling.Body' with matching signature found.
Replies: 2
Views: 207

Error: No constructor 'org.opensim.modeling.Body' with matching signature found.

Hello, this error message was shown when I am constructing a Body using the Body constructor which worked in other scripts, very strange.
capture2.PNG
capture2.PNG (6.94 KiB) Viewed 207 times
by Chongyuan Feng
Fri Feb 19, 2021 9:14 am
Forum: OpenSim
Topic: How do I properly import and scale a CAD file?
Replies: 1
Views: 406

How do I properly import and scale a CAD file?

Hello, I was trying to import a cuff(.obj) file to the Dynamic_Walker model via Matlab API. I changed the origional Add_CustomFeet matlab script to add a cuff to the shank (similar to the cuff in AFO tutorial). However, the model was sized wrong in the GUI. I have no idea what to do to scale the obj...