Search found 96 matches

by Samane Amini
Sun Jun 30, 2024 12:58 am
Forum: OpenSim
Topic: Opensim Installation on Ubuntu(Debian)
Replies: 3
Views: 158

Re: Opensim Installation on Ubuntu(Debian)

Dear Nicholas Actually, I have installed opensim4.1 on debain, but I have problem to configure opensim with python and I received this error when using 'import opensim': ImportError: cannot import name '_simbody' from partially initialized module 'opensim' in terms of opensim installation by anacond...
by Samane Amini
Sat Jun 29, 2024 3:30 am
Forum: OpenSim
Topic: Opensim Installation on Ubuntu(Debian)
Replies: 3
Views: 158

Opensim Installation on Ubuntu(Debian)

Hi guys I have installed Opensim4.1 on Ubuntu. Now I want to configue opensim with Python according to the instruction: https://opensimconfluence.atlassian.net/wiki/spaces/OpenSim/pages/53085346/Scripting+in+Python bu my main problem is that i don't have any python3.x folder in my opensim installati...
by Samane Amini
Thu Jun 27, 2024 1:17 am
Forum: OpenSim
Topic: Opensim Installation on Ubuntu(Debian)
Replies: 0
Views: 88

Opensim Installation on Ubuntu(Debian)

Hi guys I want to install opensim3.3 (with simbody 3.5.3) on ubuntu(Debian). according to (https://opensimconfluence.atlassian.net/wiki/spaces/OpenSim/pages/53089260/Building+OpenSim+from+Source), first I have installed simbody successfully. Then I have created files using CMake GUI, and then 'make ...
by Samane Amini
Tue Jun 18, 2024 12:55 am
Forum: OpenSim
Topic: Opensim with Python on Linux
Replies: 4
Views: 460

Re: Opensim with Python on Linux

Hi Mohammadreza Thanks so much for your useful commends. Actually, I installed Linux 64 bit on Raspberry pi 4 (model B), then I want to install anaconda on it. Since the architecture of my Raspberry is AArch64,I use this installation file: Anaconda3-2023.09-0-Linux-aarch64.sh but I received the 'ill...
by Samane Amini
Wed Jun 12, 2024 12:18 am
Forum: OpenSim
Topic: Opensim with Python on Linux
Replies: 4
Views: 460

Re: Opensim with Python on Linux

Thanks Mohammadreza Actually, since I want to install openism on Linux x86, there is no anaconda packages for this version of Linux. So do you know how to install opensim with python on linux without anaconda? Could you tell me by what installation file of opensim (containing python) I can do it? Best
by Samane Amini
Mon Jun 10, 2024 2:02 am
Forum: OpenSim
Topic: Anaconda x86 on Linux x86
Replies: 1
Views: 179

Anaconda x86 on Linux x86

Hello Guys I want to install Anaconda x86 on Linux x86 to use OpenSim packages using Anaconda3-2023.09-0-Linux-x86_64 and Anaconda3-5.3.0-Linux-x86. However, when I installed Anaconda x86 on Linux, there were no OpenSim packages available. According to the Anaconda X86 instructions, to initialize Co...
by Samane Amini
Wed May 29, 2024 12:01 am
Forum: OpenSim
Topic: Opensim with Python on Linux
Replies: 4
Views: 460

Opensim with Python on Linux

Dear all

I want to script python with OpenSim on Linux. Actually, when I install OpenSim on Linux (opensim-0.9.2.2.tar.gz), there isn't any Python library in install directory of OpenSim. How can I configurate opensim and python on Linux?

Best regards
by Samane Amini
Tue Feb 06, 2024 4:02 am
Forum: SCONE
Topic: Script Measure
Replies: 1
Views: 422

Script Measure

Hello I want to know when we use script measure to minimize a cos function, how we can determine what variable should be minimized in composite measure? I have created a variable that I am going to minimize it by name MetabolicCost. But I doubt where I should write the MetabolicCost in composite mea...
by Samane Amini
Tue Jan 23, 2024 6:07 am
Forum: SCONE
Topic: How to import variable from scriptcontroller to scriptmeasure
Replies: 3
Views: 754

Re: How to import variable from scriptcontroller to scriptmeasure

Thanks for your quick reply. Actually, the variable is computed by some parameters that I want to optimize them. so if I recompute the variable in the scriptmeasure, I will have to define these parameters again and it's false. Unless I can import the optimization parameters to the scripmeasure witho...
by Samane Amini
Mon Jan 22, 2024 11:31 pm
Forum: SCONE
Topic: How to import variable from scriptcontroller to scriptmeasure
Replies: 3
Views: 754

How to import variable from scriptcontroller to scriptmeasure

Hi all I want to use an objective function that minimize an error in scriptmeasure. Actually, I have defined a new variable at script controller, and I want to use the error (difference between the new variable and joint angle) in scriptmeasure. But as far as I know, I can't import a variable define...