To support models that move in a direction other than "forward", MocoPeriodicityGoal should allow a "shift" in negated pairs. Consider a model walking an angle b from its forward direction. The pelvis rotation should look as follows:
Right now, we only support b = 0. We should support a periodicity constraint of the form y_i - b = b - y_f.
To support models that move in a direction other than "forward", MocoPeriodicityGoal should allow a "shift" in negated pairs. Consider a model walking an angle
b
from its forward direction. The pelvis rotation should look as follows:Right now, we only support
b = 0
. We should support a periodicity constraint of the formy_i - b = b - y_f
.