Search found 7 matches
- Tue Jul 06, 2021 10:45 am
- Forum: OpenSim
- Topic: Preview Static Post wont show experimental marker
- Replies: 0
- Views: 152
Preview Static Post wont show experimental marker
Hi, I used OpenSim GUI to scale my models and s far as I remember when we check the Preview Static Pose box, and hit the run, the model should have display both model and experimental marker. But, I tried the scaling procedure with 3DGaitModel2392 in Opensim using both OpenSim 4.1 and 4.2 based on t...
- Thu Dec 03, 2020 9:05 pm
- Forum: OpenSim
- Topic: Opensim memory leak during for loop
- Replies: 1
- Views: 751
Opensim memory leak during for loop
Hi, I'm trying to run a for loop over a OpenSim analyze tool in python. I have to run over 100000 kinematic instances with the analyzing tool, but after 1000 instances the memory will be filled and my script is crashed. Is there any way we to resolve the issue? I tried to del the create osim.Anlayze...
- Wed Oct 21, 2020 10:56 am
- Forum: OpenSim
- Topic: python's DLLs on Windows 10
- Replies: 3
- Views: 299
Re: python's DLLs on Windows 10
Hi,
I was able to run it on pycharm virtual environment as well. just have to activate evn and then, go to opensim dir: cd C:\OpenSim 4.0\sdk\Python, and finally run "python setup.py install" in you evn.
Thanks,
Mohsen
I was able to run it on pycharm virtual environment as well. just have to activate evn and then, go to opensim dir: cd C:\OpenSim 4.0\sdk\Python, and finally run "python setup.py install" in you evn.
Thanks,
Mohsen
- Mon Oct 12, 2020 4:24 pm
- Forum: OpenSim
- Topic: python's DLLs on Windows 10
- Replies: 3
- Views: 299
Re: python's DLLs on Windows 10
Hellow Ayman,
Thank you for the response and help.
Now, it's working only on Spyder. I've been working with PyCharm and Virtual Env. I still was not successful to call it in pycharm virtual environment.
Any suggestion?
Thanks,
Mohsen
Thank you for the response and help.
Now, it's working only on Spyder. I've been working with PyCharm and Virtual Env. I still was not successful to call it in pycharm virtual environment.
Any suggestion?
Thanks,
Mohsen
- Mon Oct 12, 2020 3:09 pm
- Forum: OpenSim
- Topic: python's DLLs on Windows 10
- Replies: 3
- Views: 299
python's DLLs on Windows 10
Hi, I'm trying to use Opensim python on Window 10, 64bit. I followed the instruction (Installing Anaconda and the "opensim" Python package). SDK installed correctly but it still keep giving me this error. My python is 3.7 and ANACONDA 3. I found similar error here, https://github.com/opensim-org/ope...
- Mon Sep 14, 2020 10:08 am
- Forum: OpenSim
- Topic: Change Property of Analysis (PointKinematic)
- Replies: 1
- Views: 330
Change Property of Analysis (PointKinematic)
Hi all, i'm new to OpenSim API. I'm trying to change one of the Property (' POINT ') inside the PointKinematic within an Analyze.XML file. In OpenSim 3.0, this's can be done using 'PropertyHelper', but in OpenSim 4.1 this function was deprecated. I wonder if anyone know how I can change the coordina...
- Tue Mar 24, 2020 2:18 pm
- Forum: OpenSim
- Topic: OpenSense Calibration
- Replies: 5
- Views: 512
OpenSense Calibration
Hi, I started playing with OpenSense example and tried to used it on my own dataset, which I collected IMU data from over 20 subjects. I took the following steps but the calibration is not working well for my sensors. 1) performed static trails used for calibrating the model. 2) run dynamic trials a...