Search found 8 matches

by Louis Paire
Thu Jun 13, 2024 12:05 am
Forum: OpenSim Moco
Topic: Installation Moco on Conda on macOS
Replies: 6
Views: 136402

Re: Installation Moco on Conda on macOS

Hi everyone, We finally managed to successfully install OpenSim on macOS, and it works well. Together with my supervisor, Ana Carolina Cardoso de Sousa, we created a detailed tutorial for installing OpenSim and OpenSim Moco on macOS and Windows for scripting with Python (using PyCharm or VSCode). It...
by Louis Paire
Tue May 14, 2024 1:11 am
Forum: OpenSim
Topic: Access Visualizer Option
Replies: 1
Views: 526

Re: Access Visualizer Option

I get somes infos about the SimTK Visualizer, and I don't know how can I use this class in python with OpenSim to control the visualizer ?

https://simbody.github.io/3.7.0/classSi ... lizer.html
by Louis Paire
Mon May 13, 2024 3:36 am
Forum: OpenSim
Topic: Access Visualizer Option
Replies: 1
Views: 526

Access Visualizer Option

Hi, I want to play with the vizualizer option in my code, do you know if there is a way to access command like change Background,etc... in Python. import opensim as osim # Files Paths model_path = "gait10dof18musc_P1__cycling_torque_driven_model.osim" motion_file = "gait10dof18musc_P1__cycling_muscl...
by Louis Paire
Fri May 10, 2024 12:59 am
Forum: OpenSim
Topic: .vtp import failed on macOS
Replies: 2
Views: 589

Re: .vtp import failed on macOS

Hi,

It works thanks !
by Louis Paire
Thu May 09, 2024 4:35 am
Forum: OpenSim
Topic: .vtp import failed on macOS
Replies: 2
Views: 589

.vtp import failed on macOS

Hi, I use OpenSim on macos and scrypting in Python, when i run a code that create a certain model, it's like opensim doesn't load .vtp correctly, as the screen shows. however, when I import the created model in OpenSim, all elements are here, so I don't really get it. It is like when I import opensi...
by Louis Paire
Tue Apr 09, 2024 11:36 am
Forum: OpenSim Moco
Topic: Installation Moco on Conda on macOS
Replies: 6
Views: 136402

Re: Installation Moco on Conda on macOS

Ok I see my issue but I don't know how to fix it. The error comes when I restart de environnment and it is about the library and this command : export DYLD_LIBRARY_PATH="/Applications/OpenSim\ 4.5/sdk/lib" export DYLD_LIBRARY_PATH="/Applications/OpenSim\ 4.5/sdk/Simbody/lib" It not really export the...
by Louis Paire
Tue Apr 09, 2024 4:50 am
Forum: OpenSim Moco
Topic: Installation Moco on Conda on macOS
Replies: 6
Views: 136402

Re: Installation Moco on Conda on macOS

Thanks a lot for the answer, I think a almost fix the issue. Now I just have two issues : - First, when I create a virtual conda env to install Moco as you advice me, it works perflecty. However, when I try to write a code using opensim importation, I have an error as I didn't install the package ev...
by Louis Paire
Wed Apr 03, 2024 2:19 am
Forum: OpenSim Moco
Topic: Installation Moco on Conda on macOS
Replies: 6
Views: 136402

Installation Moco on Conda on macOS

Hi everyone, I'm a beginner in OpenSim and OpenSim Moco, I try to install it on my laptop which is a mac. I install the OpenSim pkg which give an application, and I try to install Moco on Conda but the the problem is related to the moco version (0.4) for Mac. In Windows, it is 4.5.ipopt is a basic l...