Search found 15 matches

by Chris Bates
Mon Aug 06, 2012 8:44 am
Forum: OpenSim
Topic: Import SolidWorks parts to OpenSim
Replies: 23
Views: 7278

Re: Import SolidWorks parts to OpenSim

John,

That would make sense, wouldn't it.

Thanks,
Chris
by Chris Bates
Thu Aug 02, 2012 2:53 pm
Forum: OpenSim
Topic: Can't Get Forward Dynamics To Run
Replies: 15
Views: 1610

Re: Can't Get Forward Dynamics To Run

Ayman, THANK YOU! The water tight closed got me thinking. I built the chair in SolidWorks as extruded solids. Unfortunately, I did not combine them all into one and kept them as pieces when importing into OpenSim. I created a more basic chair that was combined into one solid and OpenSim doesn't cras...
by Chris Bates
Thu Aug 02, 2012 9:36 am
Forum: OpenSim
Topic: Can't Get Forward Dynamics To Run
Replies: 15
Views: 1610

Re: Can't Get Forward Dynamics To Run

Ok, so with no force set detailing the chair I actually managed to get forward dynamics to run out to about 15% before it fails. I have 5 contact points on each foot, 6 on each leg, 4 on the pelvis, and 5 on each hand. All of these are only interacting with the floor (contact half space) in their ow...
by Chris Bates
Wed Aug 01, 2012 9:20 am
Forum: OpenSim
Topic: Import SolidWorks parts to OpenSim
Replies: 23
Views: 7278

Re: Import SolidWorks parts to OpenSim

Great write up. Have you had problems with scaling issues? Any time I draw something in SolidWorks to import into OpenSim I have to scale the geometry down to 0.001 for all x, y, and z to get the correct size. I'm guessing it could be the "Do not translate STL output data to positive space" as I hav...
by Chris Bates
Mon Jul 30, 2012 9:30 am
Forum: OpenSim
Topic: Can't Get Forward Dynamics To Run
Replies: 15
Views: 1610

Re: Can't Get Forward Dynamics To Run

Ayman, When trying to use the code from the tug of war example, OpenSim crashes just like with the Hunt Crossley Force. I was working with it on Friday and without a force for the chair, I was still able to see the chair mesh in OpenSim as a contact surface. Forward dynamics would start but then fai...
by Chris Bates
Thu Jul 26, 2012 3:32 pm
Forum: OpenSim
Topic: Can't Get Forward Dynamics To Run
Replies: 15
Views: 1610

Re: Can't Get Forward Dynamics To Run

Ayman, Ok, I've changed it to an .obj file. Now my mesh code is: <ContactMesh name="chair"> <body_name> chair </body_name> <location>0 0 0</location> <orientation>0 0 0</orientation> <filename> C:\OpenSim2.4.0\Geometry\planechair.obj </filename> </ContactMesh> I'm not sure about the filename (I assu...
by Chris Bates
Thu Jul 26, 2012 2:21 pm
Forum: OpenSim
Topic: Can't Get Forward Dynamics To Run
Replies: 15
Views: 1610

Re: Can't Get Forward Dynamics To Run

Here is a picture of what I have. Could I just put a contact mesh on the chair itself? It is one .stl file that I have loaded into the ground body. The code for the mesh is: <ContactMesh name="chair"> <body_name> </body_name> <location>0 0 0</location> <orientation>0 0 0</orientation> <filename> </f...
by Chris Bates
Thu Jul 26, 2012 2:10 pm
Forum: OpenSim
Topic: Can't Get Forward Dynamics To Run
Replies: 15
Views: 1610

Re: Can't Get Forward Dynamics To Run

Ayman, Sorry for you having to lead me through this, but I can't seem to find the actual tug of war example. I had Reinbolt's class at UT and we had it as one of our labs, but when I look at that in Notepad++ it just has geometry files with no contact geometry. I've looked in the examples folder for...
by Chris Bates
Thu Jul 26, 2012 1:42 pm
Forum: OpenSim
Topic: Can't Get Forward Dynamics To Run
Replies: 15
Views: 1610

Re: Can't Get Forward Dynamics To Run

Ayman, I've been looking through the tug of war example, but I don't use the API. I use a text editor (Notepad++). What I've gathered from the example is that I need to create a geometry block with the size and shape that I want and then create a mesh around it, but I have no idea how that is done i...
by Chris Bates
Thu Jul 26, 2012 10:27 am
Forum: OpenSim
Topic: Can't Get Forward Dynamics To Run
Replies: 15
Views: 1610

Re: Can't Get Forward Dynamics To Run

Ayman,

Thank you! I had completely forgotten about the tug of war contact surface. I'll work on that and let you know. Thanks for the quick responses.

Chris