Search found 2251 matches

by Ayman Habib
Sat May 10, 2008 7:58 pm
Forum: ME/BIOE 485 (Modeling and Simulation of Human Movement)
Topic: C++ Compiler
Replies: 5
Views: 1969

RE: C++ Compiler

The free version of DevStudio (Express edition) is your best bet if you're on windows. What's your platform?

-Ayman
by Ayman Habib
Tue May 06, 2008 10:56 am
Forum: ME/BIOE 485 (Modeling and Simulation of Human Movement)
Topic: OpenSim 1.5
Replies: 0
Views: 416

OpenSim 1.5

<t>Hi All, <br/> <br/> I posted OpenSim 1.5 on the OpenSim project page of simtk.org. It contains a few bug fixes to address the issues you ran into earlier in the course as well as the excitation editor. You'll need it if your project requires creating/ editing muscle excitations.<br/> <br/> Please...
by Ayman Habib
Tue Apr 29, 2008 5:23 pm
Forum: OpenSim
Topic: osim file documentation
Replies: 13
Views: 2613

RE: osim file documentation

<t>Hi Tim, <br/> <br/> That's a very good question, and we plan to have that in the User's Guide (which is still under construction). However, the model file format is undergoing a major restructuring so the documentation will follow soon after it has been reworked. For the time being you can inspec...
by Ayman Habib
Mon Apr 28, 2008 12:06 pm
Forum: OpenSim
Topic: Change the base segment in OpenSim file
Replies: 7
Views: 1332

RE: Change the base segment in OpenSim file

Hi Daniel,

Please send me the osim file to me.

Best,
-Ayman
by Ayman Habib
Wed Apr 23, 2008 10:11 am
Forum: OpenSim
Topic: exporting models for use in matlab
Replies: 1
Views: 541

RE: exporting models for use in matlab

<t>Dear Tim, <br/> <br/> This item (wrapping an OpenSim model to be callable from Matlab) is definitely on our short list of projects that we plan to deliver later this summer. The only reason we haven't started is that we're migrating to a new architecture that's consistent with simtk that will cau...
by Ayman Habib
Tue Apr 22, 2008 5:47 pm
Forum: ME/BIOE 485 (Modeling and Simulation of Human Movement)
Topic: CMC Crashing Problems
Replies: 12
Views: 3678

RE: CMC Crashing Problems

Eric,

Sorry couldn't make it to the class. Please send the file(s) to ahabib@stanford.edu

Thanks much,
-Ayman
by Ayman Habib
Tue Apr 22, 2008 10:17 am
Forum: OpenSim
Topic: .vtp geometry file visualization tool
Replies: 8
Views: 4210

RE: .vtp geometry file visualization tool

<t>Christopher,<br/> <br/> Thanks for sending this out. <br/> <br/> One issue to be aware of however, is that Paraview comes with its own version of VTK that may or may not be consistent with the version of VTK used by OpenSim. So, be on the lookout if you see unexpected graphics behavior in OpenSim...
by Ayman Habib
Tue Apr 22, 2008 12:15 am
Forum: ME/BIOE 485 (Modeling and Simulation of Human Movement)
Topic: CMC Crashing Problems
Replies: 12
Views: 3678

RE: CMC Crashing Problems

Eric,

If you happen to still have these GUI-created setup files around, please send them to me. I made a few fixes in the GUI and want to make sure I covered the issues with your setup files.

Thanks for your patience,
-Ayman
by Ayman Habib
Mon Apr 21, 2008 9:36 am
Forum: OpenSim
Topic: missing 'SimTKcommon.h'
Replies: 3
Views: 707

RE: missing 'SimTKcommon.h'

<r>Tim, <br/> <br/> No problem. <br/> <br/> You could also consult the wiki page <URL url="http://wiki.simtk.org/opensim/Developers">http://wiki.simtk.org/opensim/Developers</URL> which has a document with complete instructions about how to build OpenSim as well as all supporting libraries from scra...
by Ayman Habib
Sun Apr 20, 2008 7:16 pm
Forum: OpenSim
Topic: missing 'SimTKcommon.h'
Replies: 3
Views: 707

RE: missing 'SimTKcommon.h'

<t>Hi Tim, <br/> <br/> All header files with SimTK prefix come from different libraries/projects that are developed on simtk.org, and used by OpenSim. To get these you need to either install the libraries and headers or download the source and build it yourself. The first approach is much simpler. <...