add blender test
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -27,7 +27,8 @@ pybullet_client.setPhysicsEngineParameter(numSolverIterations=10)
|
|||||||
mocapData = motion_capture_data.MotionCaptureData()
|
mocapData = motion_capture_data.MotionCaptureData()
|
||||||
#motionPath = pybullet_data.getDataPath()+"/data/motions/humanoid3d_walk.txt"
|
#motionPath = pybullet_data.getDataPath()+"/data/motions/humanoid3d_walk.txt"
|
||||||
# motionPath = pybullet_data.getDataPath() + "/data/motions/humanoid3d_backflip.txt"
|
# motionPath = pybullet_data.getDataPath() + "/data/motions/humanoid3d_backflip.txt"
|
||||||
motionPath = pybullet_data.getDataPath() + "/data/motions/blender_ik_test.txt"
|
# motionPath = pybullet_data.getDataPath() + "/data/motions/blender_ik_test.txt"
|
||||||
|
motionPath = pybullet_data.getDataPath() + "/data/motions/humanoid_grasp_test.txt"
|
||||||
mocapData.Load(motionPath)
|
mocapData.Load(motionPath)
|
||||||
timeStep = 1. / 600
|
timeStep = 1. / 600
|
||||||
useFixedBase = False
|
useFixedBase = False
|
||||||
|
|||||||
Reference in New Issue
Block a user