You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close this issue if I'm wrong but my understanding of DynamicFitter is that it can adapt to .mot files with different CoP units (e.g., mm or m). However, I encountered "Marking trial 0, timestep xxx as probably missing GRF, due to contact heuristic" warning by using mm as CoP unit, probably because the above "padding" is in m.
The text was updated successfully, but these errors were encountered:
@TheOne-1 I believe COP information is converted to meters before this step, although after checking OpenSimParser::loadGRF, I wasn't able to confirm this.
@keenon, do you know if we convert to meters somewhere else?
nimblephysics/dart/biomechanics/DynamicsFitter.cpp
Lines 9656 to 9661 in bf5c5a1
Close this issue if I'm wrong but my understanding of DynamicFitter is that it can adapt to .mot files with different CoP units (e.g., mm or m). However, I encountered "Marking trial 0, timestep xxx as probably missing GRF, due to contact heuristic" warning by using mm as CoP unit, probably because the above "padding" is in m.
The text was updated successfully, but these errors were encountered: