Search found 21 matches

by William A
Wed Dec 05, 2018 2:12 am
Forum: OpenSim
Topic: Reading large .sto files
Replies: 5
Views: 483

Re: Reading large .sto files

No, I am not getting any exception. It is just not finishing reading up the file (waited for hours and hours).
by William A
Tue Dec 04, 2018 10:26 am
Forum: OpenSim
Topic: Reading large .sto files
Replies: 5
Views: 483

Re: Reading large .sto files

I am using forward dynamics tool and I have defined controls for large duration say 500s. At the end of the simulation, the states are stored in a .sto file which is large (since integration is till 500s). Now, I want to read that file. Any suggestion?
by William A
Mon Dec 03, 2018 7:40 am
Forum: OpenSim
Topic: Reading large .sto files
Replies: 5
Views: 483

Reading large .sto files

Dear All,

I am facing problem in reading large .sto files using STOFileAdapter(). Although it works for reading small files. Can anyone suggest on how to read large .sto files. By large I mean 100s of MB.

Thanks,
William
by William A
Thu Oct 11, 2018 5:59 am
Forum: OpenSim
Topic: Problem in installing OpenSim python package
Replies: 9
Views: 974

Re: Problem in installing OpenSim python package

To my knowledge, we never distributed binaries for OpenSim 4.0 using Python 3. I have that old OpenSim 4.0 setup file named as "OpenSim-4.0.Beta_032718-win64.exe" which works fine with python 3.5, but I am not able to attach here (file size is around 200 MB). Is there any way I can share it with yo...
by William A
Tue Oct 09, 2018 4:32 am
Forum: OpenSim
Topic: Problem in installing OpenSim python package
Replies: 9
Views: 974

Re: Problem in installing OpenSim python package

Looks like you're using Anaconda3 with python3. I believe the python bindings for windows still come for python2. https://github.com/opensim-org/opensim-gui/issues/886 Previous version of OpenSim 4.0 Beta worked with python 3.5 using anaconda3 in windows. So, this version should also work. Anyhow, ...
by William A
Tue Oct 09, 2018 4:29 am
Forum: OpenSim
Topic: Problem in installing OpenSim python package
Replies: 9
Views: 974

Re: Problem in installing OpenSim python package

chrisdembia wrote:
Sun Sep 30, 2018 12:54 am
Can you try using python from python.org (instead of Anaconda Python)?
Yes, I have tried with python from python.org too. It is giving the same error.
by William A
Mon Sep 24, 2018 6:19 am
Forum: OpenSim
Topic: Problem in installing OpenSim python package
Replies: 9
Views: 974

Problem in installing OpenSim python package

Dear All, I have installed recent OpenSim 4.0 version (OpenSim-40Beta-2018-08-27-win64.exe). Now, I am trying to install OpenSim python package using Anaconda prompt. For that, I have followed the steps for Windows 64 given here: https://simtk-confluence.stanford.edu/display/OpenSim/Scripting+in+Pyt...
by William A
Fri Sep 07, 2018 6:58 am
Forum: OpenSim
Topic: Time range in forward dynamics simulation
Replies: 1
Views: 197

Time range in forward dynamics simulation

Dear All,

What is the unit of time in the Forward Tool in the GUI? Is it second or milliseconds? It says "Time range to process 0 to 1" by default without any indication of units.
FD.PNG
FD.PNG (36.7 KiB) Viewed 197 times
Thanks,
William
by William A
Sat Mar 11, 2017 7:20 am
Forum: OpenSim
Topic: Tracking marker position via Matlab
Replies: 3
Views: 856

Re: Tracking marker position via Matlab

Hi Alex,

Can you please tell me how you solved this problem?

Thanks.
by William A
Thu Feb 23, 2017 11:15 pm
Forum: OpenSim
Topic: Edit muscle excitations using MATLAB
Replies: 3
Views: 316

Re: Edit muscle excitations using MATLAB

Thanks James!

Using this code i am able to edit control values but how can I save these new values to a new control(.xml) file ? Because forward tool takes excitations through control files. Or is there any other way to give controls to forward tool through MATLAB?