Search found 10 matches
- Wed Jun 09, 2021 7:41 am
- Forum: Marker registration method informed by anatomical reference frame orientations
- Topic: Marker registration method informed by anatomical reference frame orientations Public Forum
- Replies: 2
- Views: 477
Re: Marker registration method informed by anatomical reference frame orientations Public Forum
Hi there First: thanks for sharing all your work and data! Its nice to be able to work with the OpenSim community :-) I would like to note one more thing: I tried the walking_tiral.trc (opened model, load IK settings XML) Unfortunately there is an error, because the marker names in the model and the...
- Wed Jun 09, 2021 6:39 am
- Forum: Marker registration method informed by anatomical reference frame orientations
- Topic: Marker registration method informed by anatomical reference frame orientations Public Forum
- Replies: 2
- Views: 477
Re: Marker registration method informed by anatomical reference frame orientations Public Forum
Dear Authors, I have a question on the user registration method. On page 4 you write: We then used the OpenSim Scale Tool to complete the marker registration procedure as follows. The model was posed to approximate the robots configuration in the static trial by minimizing the least-squares error be...
- Tue Mar 23, 2021 7:04 am
- Forum: OpenSim
- Topic: Inverse Kinematics Time Range Problem
- Replies: 3
- Views: 543
Re: Inverse Kinematics Time Range Problem
I just tried to use the last timestamp to set the end time in the ik tool instance
Unfortuanetely, when debugging my project with vscode it just aborts without any error after the setEndTime().
Code: Select all
ik_tool = osim.InverseKinematicsTool(path_to_ik_settings_xml)
ik_tool.setEndTime(time_final)
- Tue Mar 23, 2021 5:10 am
- Forum: OpenSim
- Topic: Inverse Kinematics Time Range Problem
- Replies: 3
- Views: 543
Re: Inverse Kinematics Time Range Problem
Hello, I got a similar problem running opensim via python wrapping: Loaded model --model_name-- from file --path-- Running tool . InverseKinematicsTool Failed: SimTK Exception thrown at InverseKinematicsTool.cpp:328: Internal bug detected: InverseKinematicsTool final time (-0.000000) is before start...
- Tue Sep 08, 2020 5:32 am
- Forum: OpenSim
- Topic: Export ScaleTool setting xml
- Replies: 1
- Views: 358
Export ScaleTool setting xml
Hello, Using python API for scaling, I 1. generate an scale tool instance by loading an generic scale_settings.xml 2. than set some specific values (i.e. ScaleTool.getModelScaler().setOutputModelFileName('output_model_name') 3. run the scale tool. For some reason (i.e. documentation) I'ld like to ex...
- Thu Feb 20, 2020 7:04 am
- Forum: A musculoskeletal model for movements that involve high hip and knee flexion
- Topic: recent update to A musculoskeletal model for movements that involve high hip and knee flexion
- Replies: 0
- Views: 487
recent update to A musculoskeletal model for movements that involve high hip and knee flexion
Dear authors of "A musculoskeletal model for movements that involve high hip and knee flexion", unfortunately there seems to be is no file or download attached to your most recent post from Okt. 27. There is only the previous released model "UpdatedRefinedModel" from Okt. 20. Is this the actual most...
- Wed Nov 27, 2019 7:11 am
- Forum: OpenSim
- Topic: OpenSim API Python Import Error: Library not loaded
- Replies: 10
- Views: 2068
Re: OpenSim API Python Import Error: Library not loaded
Hello, I'm struggling to use the OpenSim Python API on my MacOS. The following error occurs: >>> import opensim as osim Traceback (most recent call last): File "/Applications/anaconda3/lib/python3.7/site-packages/opensim-4.0-py3.7.egg/opensim/simbody.py", line 14, in swig_import_helper return import...
- Mon Sep 02, 2019 8:44 am
- Forum: OpenSim
- Topic: OpenSim API Python Import Error: Library not loaded
- Replies: 10
- Views: 2068
Re: OpenSim API Python Import Error: Library not loaded
Hello, Dear Ayman, thanks a lot for your help. I didn't check the advanced option and didn't specify the link in the prior installation process, which was definitely a mistake. So I was able to solve the problem former error by linking the PYTHON_EXECUTABLE to the python executable in the anaconda e...
- Wed Aug 14, 2019 7:01 am
- Forum: OpenSim
- Topic: OpenSim API Python Import Error: Library not loaded
- Replies: 10
- Views: 2068
Re: OpenSim API Python Import Error: Library not loaded
Dear James, Yes, I've used the instructions you mentioned https://github.com/opensim-org/opensim-core as well as these for further settings https://simtk-confluence.stanford.edu:8443/display/OpenSim/Scripting+in+Python#ScriptinginPython-NoteonPython2.7.xvsPython3 In the CMake GUI I specified OPENSIM...
- Wed Aug 07, 2019 9:13 am
- Forum: OpenSim
- Topic: OpenSim API Python Import Error: Library not loaded
- Replies: 10
- Views: 2068
OpenSim API Python Import Error: Library not loaded
Dear All, I try to work with the OpenSim python wrapping. To run OpenSim-core-installation via python3 wrapping in an anaconda environment I installed OpenSim-Core following the procedure for MacOS with superbuild using Cmake and Xcode. The following problem occurs trying to import opensim: ImportEr...