Search found 15 matches

by Joel Quarnstrom
Sun Aug 18, 2019 7:32 am
Forum: OpenSim
Topic: Run exe from GUI script
Replies: 1
Views: 147

Run exe from GUI script

Hello,

I was wondering if there is a command that I could include in a python script for the GUI, which would run an executable file?

Thank you,
Joel Quarnstrom
by Joel Quarnstrom
Thu Jul 11, 2019 12:50 pm
Forum: OpenSim
Topic: Move model using API
Replies: 5
Views: 304

Re: Move model using API

I tried to use the test data table code that you referenced, but I do not have the #include <OpenSim/Auxiliary/auxiliaryTestFunctions.h> library. Do you know how I could install it?
by Joel Quarnstrom
Wed Jul 10, 2019 3:19 pm
Forum: OpenSim
Topic: Move model using API
Replies: 5
Views: 304

Re: Move model using API

Ok thank you, I will try that and ask more questions as they develop.
by Joel Quarnstrom
Wed Jul 10, 2019 3:02 pm
Forum: OpenSim
Topic: Move model using API
Replies: 5
Views: 304

Re: Move model using API

Thank you for the response, Using a Time Series Table seems like it would work for my purposes. I am unsure on what the syntax is to use the time series table function. Is it something like: OpenSim::TimeSeriesTable_() I am pretty new to using Visual Studio with OpenSim, so I am probably missing som...
by Joel Quarnstrom
Tue Jul 09, 2019 1:11 pm
Forum: OpenSim
Topic: Move model using API
Replies: 5
Views: 304

Move model using API

Hello, I am trying to run a mot file on a preexisting model file using visual studio. All of the example programs that I have looked at each create a new model, and I am wondering how to load a preexisting model. Also from what I can gather, none of the example programs use an mot file on a model. I...
by Joel Quarnstrom
Tue Jul 02, 2019 3:29 pm
Forum: OpenSim
Topic: Automate plotting of motion
Replies: 16
Views: 620

Re: Automate plotting of motion

Is there a way to run a motion file on an existing model using the API? If not, is there a way to directly code the angles for each joint using Visual Studio?
by Joel Quarnstrom
Mon Jul 01, 2019 2:23 pm
Forum: OpenSim
Topic: Automate plotting of motion
Replies: 16
Views: 620

Re: Automate plotting of motion

Thank you, I was able to open and run a few of the examples.

I am trying to run a .mot file, and I could not find any examples that used .mot files. Do you know what command I could use to run a .mot file after opening a model using the API?

Thank you,
Joel
by Joel Quarnstrom
Sat Jun 29, 2019 6:36 pm
Forum: OpenSim
Topic: Automate plotting of motion
Replies: 16
Views: 620

Re: Automate plotting of motion

How do I run those example files?
by Joel Quarnstrom
Sat Jun 29, 2019 6:09 pm
Forum: OpenSim
Topic: Automate plotting of motion
Replies: 16
Views: 620

Re: Automate plotting of motion

Ok, how do I create a main program? Do I do it in a separate program like Visual Studio?
by Joel Quarnstrom
Fri Jun 28, 2019 1:08 pm
Forum: OpenSim
Topic: Automate plotting of motion
Replies: 16
Views: 620

Re: Automate plotting of motion

Or is it possible for a c++ program to open OpenSim and run a script?