Search found 5 matches

by Mohammadhossein Saadatzi
Thu Oct 25, 2018 8:23 am
Forum: OpenSim
Topic: Experimental data for stair climbing
Replies: 0
Views: 168

Experimental data for stair climbing

Hello everyone,

I am looking for experimental data for stair climbing to use in OpenSim. I myself couldn't find the data online. I am wondering if you are aware of experimental data (and a study done in OpenSim) for stair climbing?

Thank you,
Hossein
by Mohammadhossein Saadatzi
Tue May 16, 2017 8:56 am
Forum: Synergy Optimization: A plug-in to couple muscle activity in OpenSim
Topic: Visual studio version
Replies: 1
Views: 388

Visual studio version

Hello, I wanted to ask about the visual studio version that you have used to build the plug-in. I tried different windows and different OpenSim versions with visual studio 2015, but I couldn't make it running. Also, just by chance, haven't you built any new versions of this plug-in? Kind regards, Mo...
by Mohammadhossein Saadatzi
Thu Dec 01, 2016 2:29 pm
Forum: OpenSim
Topic: SIMBODY_STANDARD_11/OPENSIM_STANDARD_11
Replies: 3
Views: 401

Re: SIMBODY_STANDARD_11/OPENSIM_STANDARD_11

Thank you Dimitar. I didn't want to use c++11, because in the instructions for buildin on linux, it was mentioned that I would receive mysterious errors later. Is there any way that I use c++11 just for my codes and not for opensim and simbody dependencies? By the way, if I want to use opensim on Op...
by Mohammadhossein Saadatzi
Thu Dec 01, 2016 10:43 am
Forum: OpenSim
Topic: SIMBODY_STANDARD_11/OPENSIM_STANDARD_11
Replies: 3
Views: 401

SIMBODY_STANDARD_11/OPENSIM_STANDARD_11

Hello, Previously, I have written code for the simulation of bipedal walking using Opensim API in C++ in windows (VS), and it works well. I wanted to use our campus supercomputer (linux based) to run my codes. I built simbody and opensim from source on it. Based on the instructions in following page...
by Mohammadhossein Saadatzi
Thu Nov 17, 2016 11:07 pm
Forum: OpenSim
Topic: Using API (in c++) in Linux without building OpenSim/Simbody
Replies: 1
Views: 189

Using API (in c++) in Linux without building OpenSim/Simbody

Hi, I'm trying to use a supercomputer available in our campus for accelerating predictive simulation bipedal walking optimizations. OS of this supercomputer is Linux, and for some reasons it is very difficult to install new software on it (for example the version of gcc on it is 4.4.7). I'm just won...