Closed hwy1992129 closed 9 months ago
Hi, I got the answer from AddBiomechanics forum.
It was solved by prepending the Socket parent frame paths with "/bodyset/" for each Marker in the model. Change
<socket_parent_frame>tibia_l</socket_parent_frame>
to
<socket_parent_frame>/bodyset/tibia_l</socket_parent_frame>
Hi @hwy1992129, did you manage to make it work? I cannot find your post on the forum, would you mind posting the link?
I'm personally hitting this issue: ValueError: Digital filter critical frequencies must be 0 < Wn < fs/2 (fs=30.014534883720934 -> fs/2=15.007267441860467)
Hi @hwy1992129, did you manage to make it work? I cannot find your post on the forum, would you mind posting the link?
I'm personally hitting this issue:
ValueError: Digital filter critical frequencies must be 0 < Wn < fs/2 (fs=30.014534883720934 -> fs/2=15.007267441860467)
Thanks! And it worked seamlessly afterwards? Does it still work with the last Addbiomechanics web app?
Thanks! And it worked seamlessly afterwards? Does it still work with the last Addbiomechanics web app?
My issue is solved following the answer for the forum. I haven't touched it in recent months, I don't know any updates about it....
For info, I applied this fix to the bsm.osim downloadable from the SKEL website.
I'm personally hitting this issue:
ValueError: Digital filter critical frequencies must be 0 < Wn < fs/2 (fs=30.014534883720934 -> fs/2=15.007267441860467)
For reference for future, a fix to this problem was proposed here.
My bsm.osim is
I think AddBiomechanics output Geometry is 'NAME.vtp'. But the GitHub Code uses the 'NAME.vtp.ply'. Past AddBiomechanics(24.05.30)'s result is 'NAME.vtp.ply', but current AddBiomechanics(24.07.17)'s result is 'NAME.vtp'. What is the correct Geometry?
So AddBiomechanics
uses NimblePhysics
to load the .osim
file.
The .osim
file points to meshes that are .vtp
files. But NimblePhysics
effectively loads .ply
files.
So under the hood, if your .osim
file points to tibia_r.vtp
, NimblePhysics tries to load tibia_r.vtp.ply
This is why I released a version of Geometry with .vtp.ply
meshes.
I am not sure why AddBiomechanics outputs a Geometry file with .vtp. Probably it is to be able to load the model in OpenSim as OpenSim will look for the .vtp
files.
But to load the models with this GitHub repo, you should use the Geometry folder I provide containing the .vtp.ply
files.
I hope this clarify.
Hi, thanks for your work. I encounter some issues on processing optimization in AddBiomechanics. Do you know how address the following error? I also posted the error in the forum of AddBiomechanics.
The link provided in README is not correct... Change "-" to "."... dev.addbiomechanics.org Could you provide the download link for case 01.zip? Thank you.