rename laikago_walk.json -> txt

This commit is contained in:
Erwin Coumans
2019-04-18 14:18:34 -07:00
parent a8d1c121fd
commit 0d4392af58
2 changed files with 1 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ joints=[]
mocapData = motion_capture_data.MotionCaptureData()
motionPath = pybullet_data.getDataPath()+"/data/motions/laikago_walk.json"
motionPath = pybullet_data.getDataPath()+"/data/motions/laikago_walk.txt"
mocapData.Load(motionPath)
print("mocapData.NumFrames=",mocapData.NumFrames())