Closed LouKordos closed 3 years ago
The code that is used to limit the step length taken based on velocity error so that the torso is not slowed down too much only works with positive Y velocity. Negative velocity seems to break it, even though it works the same way.
This does not seem to be needed anymore, walking and turning works fine without the constraints in X or Y.
The code that is used to limit the step length taken based on velocity error so that the torso is not slowed down too much only works with positive Y velocity. Negative velocity seems to break it, even though it works the same way.