Search found 3 matches
- Sun May 11, 2008 9:52 am
- Forum: ME/BIOE 485 (Modeling and Simulation of Human Movement)
- Topic: C++ Compiler
- Replies: 5
- Views: 1884
RE: C++ Compiler
<t>To view the additional include paths in Visual Studio, right-click on the project, choose Properties in the drop-down menu, and then a dialog box will pop up. In that box, choose the C++ field on the left-hand side of the dialog box, and then there should be a field called "Additional Include Dir...
- Thu Apr 17, 2008 8:43 pm
- Forum: ME/BIOE 485 (Modeling and Simulation of Human Movement)
- Topic: Running OpenSim tools from command line
- Replies: 1
- Views: 941
RE: Running OpenSim tools from command line
<t>Also, to run RRA from the command line, using the setup file Subject01_Setup_RRA.xml, simply replace the command in step 5 with:<br/> <br/> cmc -Setup Subject01_Setup_RRA.xml<br/> <br/> To run the scale tool using the setup file Subject01_Setup_Scale.xml, type:<br/> <br/> scale -Setup Subject01_S...
- Thu Apr 17, 2008 8:41 pm
- Forum: ME/BIOE 485 (Modeling and Simulation of Human Movement)
- Topic: Running OpenSim tools from command line
- Replies: 1
- Views: 941
Running OpenSim tools from command line
<t>It can be helpful to run OpenSim tools like scale, IK, and RRA/CMC from the command line instead of running them through the GUI.<br/> <br/> Suppose you want to run CMC through the command line in the directory C:\mysimulation, using the setup file Subject01_Setup_CMC.xml, which is located in C:\...