Search found 48 matches
- Sun Dec 29, 2019 7:54 am
- Forum: OpenSim Moco
- Topic: Matlab version of example2DWalking
- Replies: 47
- Views: 11744
Re: Matlab version of example2DWalking
Here is code that solves the tracking problem with compliant tendons. This code assumes a model "2D_gait_complianttendon.osim" where ignore_tendon_compliance is set to false for all muscles (attached - could also be done programmatically). This is not thoroughly tested and could no doubt be improved...
- Tue Dec 24, 2019 11:58 am
- Forum: OpenSim Moco
- Topic: Matlab version of example2DWalking
- Replies: 47
- Views: 11744
Re: Matlab version of example2DWalking
Hello Karthick, I have solved this example problem using compliant tendons. I do agree with Chris that in some cases using activation dynamics alone is sufficient. For example, De Groote et al. (Ann Biomed Eng, 2016) found that the forces predicted in walking using rigid and compliant tendons were n...
- Fri Dec 06, 2019 12:09 pm
- Forum: OpenSim Moco
- Topic: Matlab version of example2DWalking
- Replies: 47
- Views: 11744
Matlab version of example2DWalking
First, I would like to thank Chris Dembia, Nick Bianco, and the rest of the team for all of the work they have put into Moco to bring optimal control techniques to OpenSim. When I started digging into Moco I noticed one of the examples I was most interested in, prediction of human walking by Antoine...
- Tue Feb 09, 2016 3:50 pm
- Forum: OpenSim
- Topic: Does OpenSim report state equations?
- Replies: 33
- Views: 12224
Re: Does OpenSim report state equations?
Hi All, Sorry for not responding sooner. I thought if there was more activity in this thread I would be alerted by SimTK via email (maybe that only happens if you initiate the thread), thus I didn't realize until yesterday how much further the conversation had progressed. Chris: I'm happy to help ou...
- Thu Jan 28, 2016 2:29 pm
- Forum: OpenSim
- Topic: Does OpenSim report state equations?
- Replies: 33
- Views: 12224
Re: Does OpenSim report state equations?
Hi All, Ton and Ross Miller recently pointed me to this interesting discussion. My group is also intent on using collocation techniques to solve optimal control problems using OpenSim. As a first step in that direction, my former postdoc (Leng-Feng Lee) and I just published a paper that describes an...
- Thu Mar 06, 2014 7:36 am
- Forum: OpenSim
- Topic: Prescribing Control files for individual Actuators in Matlab
- Replies: 1
- Views: 489
Re: Prescribing Control files for individual Actuators in Ma
Hi Casey,
I'm not positive, but I think if you want to use two different controls files you may need to add two different controllers to the model, one controlling muscle1 and another controlling muscle2. Can anyone confirm this?
Cheers,
Brian
I'm not positive, but I think if you want to use two different controls files you may need to add two different controllers to the model, one controlling muscle1 and another controlling muscle2. Can anyone confirm this?
Cheers,
Brian
- Thu Mar 06, 2014 7:32 am
- Forum: OpenSim
- Topic: Running Forward Dynamics in a C++ environment
- Replies: 2
- Views: 1324
Re: Running Forward Dynamics in a C++ environment
Hi Ryan,
I think this example from the documentation may be helpful:
http://simtk-confluence.stanford.edu:80 ... Simulation
Cheers,
Brian
I think this example from the documentation may be helpful:
http://simtk-confluence.stanford.edu:80 ... Simulation
Cheers,
Brian
- Fri Jan 31, 2014 2:21 pm
- Forum: OpenSim
- Topic: ID: double support phase and RRA: large mass adjustments
- Replies: 3
- Views: 1456
Re: ID: double support phase and RRA: large mass adjustments
Hi Stefan, In addition to checking the quality of the scaling and IK results as James suggested, how do your center of pressure data look? The center of pressure can sometimes be a bit noisy around heel strike and toe off (i.e., at the beginning and end of double support). We have seen noisy joint m...
- Fri Nov 29, 2013 3:49 pm
- Forum: OpenSim
- Topic: Biarticular muscle moment arm
- Replies: 2
- Views: 847
Re: Biarticular muscle moment arm
Hi Pouya, Once you have a motion loaded in OpenSim, such as an inverse kinematics result, you may plot muscle-related variables (such as moment arms) against the motion, rather than against a specific joint angle. In the Plotter, for the X-Quantity, select your motion (it will be near the bottom of ...
- Sun Nov 24, 2013 5:06 pm
- Forum: OpenSim
- Topic: Obtain CM position and velocity during a simulation
- Replies: 9
- Views: 3771
Re: Obtain CM position and velocity during a simulation
Last month, I asked about obtaining whole-body center of mass kinematics. This is in the context of running a forward simulation to evaluate the objective function for an optimization problem. I have one case where I only need to know the CM kinematics at the initial time and the final time. Ajay’s ...