Search found 44 matches

by Dario Cazzola
Mon Nov 01, 2021 6:07 am
Forum: OpenSim
Topic: OpenSim 4.3 and Python3 - SUPERBILD - iPOPT error
Replies: 1
Views: 309

OpenSim 4.3 and Python3 - SUPERBILD - iPOPT error

Hi All, I would like to be able to use OpenSim 4.3 in Python 3. I am planning to use Pycharm and create a opensim env via anaconda. I have initially followed the Scripting with python instructions and make it work: Screenshot 2021-10-28 at 09.23.04.png However the same env would not work in Pycharm:...
by Dario Cazzola
Tue Feb 25, 2020 3:13 pm
Forum: OpenSim
Topic: Build a C++ example using XCode
Replies: 6
Views: 849

Re: Build a C++ example using XCode

Hi Ayman, Thanks for this. I did check that variable and it refers to the right path. However I have noticed that the file XCODE_DEPEND_HELPER.make still includes the old path (i.e. MACOS_10.14.sdk). # DO NOT EDIT # This makefile makes sure all linkable targets are # up-to-date with anything they li...
by Dario Cazzola
Wed Feb 19, 2020 4:08 pm
Forum: OpenSim
Topic: Build a C++ example using XCode
Replies: 6
Views: 849

Re: Build a C++ example using XCode

Hi Chris, I managed to resolve the compiler error when using Xcode by typing this: sudo xcode-select --reset Apparently it is something you need to do after using homebrew. However I now face another error in Xcode: clang: error: no such file or directory: '/Applications/Xcode.app/Contents/Developer...
by Dario Cazzola
Tue Feb 18, 2020 9:56 am
Forum: OpenSim
Topic: Build a C++ example using XCode
Replies: 6
Views: 849

Build a C++ example using XCode

Hi there, I am trying to build, compile, and run the first OpenSIm example. I am following this instructions: https://simtk-confluence.stanford.edu/pages/viewpage.action?pageId=29165309 However when I try to build it using cmake (version 3.17.0), and compile using Xcode (version 11.3.1) I get the fo...
by Dario Cazzola
Tue Feb 18, 2020 4:00 am
Forum: OpenSim
Topic: Building from the source code - Matlab Not found - Java wrapping
Replies: 5
Views: 518

Re: Building from the source code - Matlab Not found - Java wrapping

Hi Ayman, Thanks for the great tip. I can confirm that SWIG 3.0.9 works well: Screenshot 2020-02-18 at 10.56.28.png I have downloaded SWIG 3.0.9 and followed this installation instructions: 1) Make sure you have installed pcre (Perl-Compatible Regular Expression) first to successfully compile SWIG. ...
by Dario Cazzola
Mon Feb 17, 2020 5:56 am
Forum: OpenSim
Topic: Building from the source code - Matlab Not found - Java wrapping
Replies: 5
Views: 518

Re: Building from the source code - Matlab Not found - Java wrapping

@Chris: Thanks! Yep, I have installed Matlab 2019a. @Ayman: Thanks! I think you're right. I got 8 errors and 4 warnings. I have used Home-brew to install swing (currently version 4.0.1) and Java (version SE 13.0.2 ): brew install cmake swig brew cask install java Does this look OK? Thanks a lot. Dar...
by Dario Cazzola
Sat Feb 15, 2020 10:08 am
Forum: OpenSim
Topic: Building from the source code - Matlab Not found - Java wrapping
Replies: 5
Views: 518

Building from the source code - Matlab Not found - Java wrapping

Hi All, I am trying to build OpenSim 4.0 from the source cose from a OSX, and I am following this instructions: https://github.com/opensim-org/opensim-core/blob/4.0/README.md#on-mac-osx-using-xcode However I get the following error when I build the JAVA wrapping: Screenshot 2020-02-15 at 16.58.19.pn...
by Dario Cazzola
Sun Nov 03, 2019 2:32 am
Forum: OpenSim
Topic: Setting up MATLAB 2019b Scripting Environment OpenSim 4.0
Replies: 1
Views: 400

Re: Setting up MATLAB 2019b Scripting Environment OpenSim 4.0

SOLVED! I have followed the OpenSim 3.3 scripting installation guidelines and used the following commands: 1) edit classpath.txt instead of edit(fullfile(prefdir, 'javaclasspath.txt')) 2) edit librarypath.txt instead of edit(fullfile(prefdir, 'javalibrarypath.txt')) Perhaps my 'prefdir' was not set ...
by Dario Cazzola
Sat Nov 02, 2019 4:14 pm
Forum: OpenSim
Topic: Setting up MATLAB 2019b Scripting Environment OpenSim 4.0
Replies: 1
Views: 400

Setting up MATLAB 2019b Scripting Environment OpenSim 4.0

Dear All, I have finally found the gut to update my main MATLAB scripts from OpenSim 3.3 to OpenSim 4.0. I have followed the instructions from here (https://simtk-confluence.stanford.edu:8443/display/OpenSim/Scripting+with+Matlab ), configured everything using the handy 'ConfigureOpenSim.m' function...
by Dario Cazzola
Sat Nov 11, 2017 8:03 am
Forum: OpenSim
Topic: Joint Reaction Analysis and Force Reporter: definition of constraints forces
Replies: 0
Views: 1392

Joint Reaction Analysis and Force Reporter: definition of constraints forces

Hi Guys, Just a quick (hopefully) check on what kind of constraint forces are outputted by Force Reporter and how they related to the ones used for the calculation of Joint Reaction Analysis. Knowing that the joint reaction are calculated as: Screen Shot 2017-11-11 at 14.58.42.png How are the constr...