Googley colors for xarm (debugging) and tweak example with table etc. Add missing link6_vhacd.obj
This commit is contained in:
@@ -7,7 +7,12 @@ p.setAdditionalSearchPath(pd.getDataPath())
|
||||
|
||||
useFixedBase = True
|
||||
flags = p.URDF_INITIALIZE_SAT_FEATURES#0#p.URDF_USE_SELF_COLLISION
|
||||
xarm = p.loadURDF("xarm/xarm6_with_gripper.urdf", flags = flags, useFixedBase=useFixedBase)
|
||||
|
||||
#plane_pos = [0,0,0]
|
||||
#plane = p.loadURDF("plane.urdf", plane_pos, flags = flags, useFixedBase=useFixedBase)
|
||||
table_pos = [0,0,-0.625]
|
||||
table = p.loadURDF("table/table.urdf", table_pos, flags = flags, useFixedBase=useFixedBase)
|
||||
xarm = p.loadURDF("xarm/xarm6_robot.urdf", flags = flags, useFixedBase=useFixedBase)
|
||||
|
||||
while (1):
|
||||
p.stepSimulation()
|
||||
|
||||
Reference in New Issue
Block a user