Update vr_kuka_pr2_move.py

This commit is contained in:
NiranthS 2020-04-23 23:36:31 +05:30 committed by GitHub
parent ae5a4ae7ad
commit 86fb6ca350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,12 @@
#python script with hardcoded values, assumes that you run the vr_kuka_setup.py first
import pybullet as p
import pybullet_data
p.connect(p.SHARED_MEMORY)
p.setAdditionalSearchPath(pybullet_data.getDataPath())
pr2_gripper = 2
pr2_cid = 1