Search found 32 matches

by Nirav Maniar
Wed Nov 01, 2023 8:44 pm
Forum: OpenSim
Topic: Joint angular velocity computation method
Replies: 1
Views: 170

Joint angular velocity computation method

Hi all, I am trying to find the specifics on how OpenSim's kinematics analysis tool computes joint angular velocity. I've always assumed that this was achieve via fitting a GVC spline to the joint angle positions, then the spline is differentiated to get the joint angular velocity (and a simple test...
by Nirav Maniar
Wed May 20, 2020 5:47 pm
Forum: OpenSim JAM
Topic: Meniscus model
Replies: 0
Views: 238

Meniscus model

Hi Colin, Thanks for making this framework available, I have found it very interesting and useful. I noticed from you previous publications that you have also included the meniscus in the knee joint model for some work, but the meniscus is not present in the original Lenhart model. I tracked down a ...
by Nirav Maniar
Tue Mar 24, 2020 5:14 pm
Forum: SCONE
Topic: Tracking simulation
Replies: 1
Views: 184

Tracking simulation

Hi Thomas, Hope you are well and staying safe. I was just wondering if there is a way to perform a "tracking" simulation in scone, perhaps as a way of generating an informed initial guess? For example, could I perhaps: 1. use motion capture data to perform inverse kinematics to compute joint angles ...
by Nirav Maniar
Sun Oct 06, 2019 9:51 pm
Forum: SCONE
Topic: Specifying initial height?
Replies: 3
Views: 471

Re: Specifying initial height?

Hi Nirav, Your approach to increase pelvis_ty is correct -- however, by default, SCONE moves the model so that it touches the ground plane with a specific force. You can disable this behavior by specifying an 'initial_load' of zero in the 'OpenSimModel' section of your .scone scenario: OpenSimModel...
by Nirav Maniar
Thu Sep 05, 2019 10:42 pm
Forum: SCONE
Topic: Specifying initial height?
Replies: 3
Views: 471

Specifying initial height?

Hi Thomas, I am wondering if there is a way to specify the initial height of the model for a simulation? My goal is to investigate a drop landing task. I have tried using the standing high jump tutorial as a starting point, as I thought it might create a "drop jump" sort of effect so long as the ini...
by Nirav Maniar
Wed Jul 17, 2019 10:36 pm
Forum: OpenSim
Topic: Plug in development
Replies: 2
Views: 169

Re: Plug in development

You may need to realize the system; https://simbody.github.io/simbody-3.6-doxygen/api/classSimTK_1_1MobilizedBody_1_1Custom_1_1Implementation.html#a4ba80865dc2ae89f2b4f96f1d1cca906 Legend, thanks James that would make sense. Based on that info, I believe I need to realizeDynamics() first. I have tr...
by Nirav Maniar
Wed Jul 17, 2019 6:39 pm
Forum: OpenSim
Topic: Plug in development
Replies: 2
Views: 169

Plug in development

Hi all, I am attempting to develop a simple plug in to compute body segment momentum about the centre of mass. I have managed to achieve my first successful build, but the resulting .sto file only has -1.#IND0000000000000000 for every value, suggesting I have made a mistake (I am a complete novice a...
by Nirav Maniar
Sun Jul 14, 2019 8:46 pm
Forum: OpenSim
Topic: Inertia reference frame
Replies: 0
Views: 118

Inertia reference frame

Hi all, I am interested in calculating the angular momentum of a particular segment manually, which requires one to multiply the angular velocity vector by the inertia tensor. From what I have read, the inertia values for any given body within the .osim file are expressed about the body's centre of ...
by Nirav Maniar
Mon Jun 05, 2017 8:51 pm
Forum: OpenSim
Topic: CMC_Point
Replies: 1
Views: 148

CMC_Point

Hey guys, Are CMC_Point tasks currently possible in either CMC or RRA? The wiki for CMC says "Although there will be additional task types in the future, such as orientation and point tracking, currently only tracking of generalized coordinates (or joints) is supported." However, others on the forum...
by Nirav Maniar
Wed May 17, 2017 4:35 am
Forum: OpenSim
Topic: Knee acceleration to tibial acceleration
Replies: 4
Views: 337

Re: Knee acceleration to tibial acceleration

Would you please provide a link to Tim's plug-in? Hi Tom, You can find Tim's plug-in (IndAccPI) here: https://simtk.org/frs/?group_id=433. Note that it only works on OpenSim 3.2 (32-bit), but I did the kinematic analysis on OpenSim 3.3 (64-bit) to confirm that the issue still exists in the most cur...