This class template will try to detect whether a foot is on the force plate or not. For this process, we assumed that there are HeelContactNodeLow and ToeLateralContactNode nodes in the foot.
But it seems that you try to use your own segment definitions. So you may have to modify this force plate class template to work with your own segment definitions.
I would suggest you to use our normal MoCap model.
Also it seems that you want to optimize the hip location.
That can be also implemented by using our MoCap model.
I folowed your recommendations on changing the Segments. That worked out. but in the next step the error:
ERROR(SCR.SCN18) : C:/Users/si…d/D…s/neu/Input/ForcePlates.any(13) : ‘VerticalDirection’ : Unknown Class Template argument.
Model loading skipped
occures. I gess that because AnyBody can’t find the Information about the vertical direction in my C3D file…but i can’t solve it.
I’m using Version 6.0
I know you also recommended using the MoCap Model, but I want to habe more degrees of freedom in die Knee and ankle joints, and the Mocap model doesn’t wand to have me changed that…
I had a look at your model and found several bugs in there. The class templates ForcePlateType2 and ForcePlateType2AutoDetection require different input, ForcePLateType2 will not ask for the Vertical direction.
This here will work for the forceplate, but there will be many more error messages coming up: