PyBullet deep_mimic fix computeAngVelRel

This commit is contained in:
erwincoumans
2019-02-10 21:37:34 -08:00
parent bb15800964
commit d4292fdac3
2 changed files with 18 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ class HumanoidPoseInterpolator(object):
self._basePos = basePos
self._baseLinVel = baseLinVel
print("HumanoidPoseInterpolator.Reset: baseLinVel = ", baseLinVel)
#print("HumanoidPoseInterpolator.Reset: baseLinVel = ", baseLinVel)
self._baseOrn =baseOrn
self._baseAngVel = baseAngVel