Search found 36 matches

by Kevin Tanghe
Mon Dec 22, 2014 2:58 am
Forum: OpenSim
Topic: problem building OpenSim from source
Replies: 25
Views: 6517

Re: problem building OpenSim from source

Hi, I have rebuild the source code in my documents directory to make sure there are no permission rights problems: source folder: C:\Users\u0074271\Documents\OpenSim\OpenSim_source build folder: C:\Users\u0074271\Documents\OpenSim\OpenSim_build install folder: C:\Users\u0074271\Documents\OpenSim\Ope...
by Kevin Tanghe
Tue Dec 16, 2014 2:46 am
Forum: OpenSim
Topic: problem building OpenSim from source
Replies: 25
Views: 6517

Re: problem building OpenSim from source

Hi,

In the attachment you can find the log files. I ran Visual Studio in administrator mode, so I guess it won't be a problem of writing rights.

I have also added a screen shot of an error that pops up during the RUN_TESTS build.

Kind regards,
Kevin
by Kevin Tanghe
Mon Dec 15, 2014 2:19 am
Forum: OpenSim
Topic: problem building OpenSim from source
Replies: 25
Views: 6517

Re: problem building OpenSim from source

Hi, I realised that I didn't build Simbody with the debug option, only with the RelWithDebInfo option. Now, I have build Simbody in debug option and I have builded the ALL_BUILD and INSTALL projects of OpenSim. All ended without failures. However, when I try to build RUN_TESTS, I do get some failure...
by Kevin Tanghe
Fri Dec 12, 2014 8:23 am
Forum: OpenSim
Topic: problem building OpenSim from source
Replies: 25
Views: 6517

Re: problem building OpenSim from source

Hi, I've downloaded the Visual Studio 2013 Express, and now the error in CMake doesn't appear anymore. I can generate without problems. Next, I've loaded the OpenSim.sln file in VS2013 and tried building the ALL_BUILD project in Debug mode. This gave a lot of failures. You can see the details in the...
by Kevin Tanghe
Thu Dec 11, 2014 4:34 am
Forum: OpenSim
Topic: problem building OpenSim from source
Replies: 25
Views: 6517

Re: problem building OpenSim from source

Ok, I managed to install simbody correctly. I would recommend to change the instructions at http://simtk-confluence.stanford.edu:8080/display/OpenSim/Building+OpenSim+from+Source . The installation directory for simbody can be set with the variable CMAKE_INSTALL_PREFIX and not with the SimTK_INSTALL...
by Kevin Tanghe
Wed Dec 10, 2014 1:49 am
Forum: OpenSim
Topic: problem building OpenSim from source
Replies: 25
Views: 6517

Re: problem building OpenSim from source

In visual studio I have build the ALL_BUILD, INSTALL and RUN_TESTS projects. They all succeeded without failures. Yet, there are no files in the simbody install directory.

Is it correct that the variable SimTK_INSTALL_DIR is not in CMake by default? I need to enter this entry manually.
by Kevin Tanghe
Tue Dec 09, 2014 7:04 am
Forum: OpenSim
Topic: problem building OpenSim from source
Replies: 25
Views: 6517

Re: problem building OpenSim from source

I found out that the C:/Apps/SimbodyLocal folder was empty. So I retried to build Simbody from source. Is it correct that the variable SimTK_INSTALL_DIR is not in CMake by default? I need to enter this entry manually. I also get the folowing errors during configuration: Could not find 'svnversion' e...
by Kevin Tanghe
Thu Dec 04, 2014 3:35 am
Forum: OpenSim
Topic: problem building OpenSim from source
Replies: 25
Views: 6517

problem building OpenSim from source

Hi, I'm using a Windows 7, 64 bit machine and want to build OpenSim from source. First I have build Simbody. I've build the ALL_BUILD, INSTALL and RUN_TESTS without failures. Then I get a problem when I try to build OpenSim. Cmake gives me the following error: Could NOT find Simbody (missing: Simbod...
by Kevin Tanghe
Fri Nov 28, 2014 1:14 pm
Forum: OpenSim
Topic: problem with Millard muscle
Replies: 1
Views: 586

problem with Millard muscle

Hi, I'm having a problem with Millard2012EquilibriumMuscle. When I compute the tendon force at activation 1 for e.g. the rectus femoris I get maximal tendon force of 120 N. When I change the muscles to Thelen2003Muscle, the maximal tendon force gets a maximal value of 920 N, which seems more reasona...
by Kevin Tanghe
Fri Nov 28, 2014 12:48 pm
Forum: OpenSim
Topic: Problem with muscle analysis
Replies: 8
Views: 2222

Re: Problem with muscle analysis

Thank you very much for your help and your code. It seems to work very well. The routine now computes reasonable joint moments. There is however a difference between the computed joint moments from your Matlab code and the joint moments of the plot function of OpenSim. The moment arms are the same i...