MATLAB example2DWalking.m
- Ernesto Hernandez-Hinojosa
- Posts: 5
- Joined: Fri May 25, 2018 5:28 am
MATLAB example2DWalking.m
Hello, I am looking into this example and I notice that the referenceGRF.sto file has zeros for the center of pressure. Is this the way it should be or is there a mistake here? I would assume the center of pressure of the ground force should be in the area where the foot touches the ground. Is there a corrected file somewhere?
- Oliver Demuth
- Posts: 11
- Joined: Mon Nov 27, 2023 8:10 am
Re: MATLAB example2DWalking.m
Hi Ernesto,
The MocoContactTrackingGoal only minimises the (projected) force error. It does not track the COP nor the torques. See here: https://opensim-org.github.io/opensim-m ... _goal.html
The zeros in the referenceGRF.sto make sense as that part is not used/needed in the goal.
Cheers,
Oliver
The MocoContactTrackingGoal only minimises the (projected) force error. It does not track the COP nor the torques. See here: https://opensim-org.github.io/opensim-m ... _goal.html
The zeros in the referenceGRF.sto make sense as that part is not used/needed in the goal.
Cheers,
Oliver