I wonder what are the differences in parameters defined in ForcePlate.any and GRF_example.any? In ForcePlate.any, we need to fine tune the height settings and velocity threshold, then we need to adjust LimitDistLow, LimitDistHigh, and LimitVelHigh in GRF_example.any. What are functions of those parameters? and why they have to be defined in two separate files?
a. LimitDistLow and LimitDistHigh: lower and upper points of the cylinder’s axis. Both distances are of course along the normal direction and w.r.t origin
b. LimitVelHigh: A node on the foot is only assumed to be in contact if its velocity w.r.t force plate is lesser than this value.
I am not sure of what you mean by being defined in two separate files. It could be that you’re using the same class to create two objects, each in a separate file.