mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
Update vr_kuka_pr2_move.py
This commit is contained in:
parent
ae5a4ae7ad
commit
86fb6ca350
@ -1,8 +1,12 @@
|
|||||||
#python script with hardcoded values, assumes that you run the vr_kuka_setup.py first
|
#python script with hardcoded values, assumes that you run the vr_kuka_setup.py first
|
||||||
|
|
||||||
import pybullet as p
|
import pybullet as p
|
||||||
|
import pybullet_data
|
||||||
|
|
||||||
p.connect(p.SHARED_MEMORY)
|
p.connect(p.SHARED_MEMORY)
|
||||||
|
|
||||||
|
p.setAdditionalSearchPath(pybullet_data.getDataPath())
|
||||||
|
|
||||||
pr2_gripper = 2
|
pr2_gripper = 2
|
||||||
pr2_cid = 1
|
pr2_cid = 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user