mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-25 03:25:59 +00:00
Update vr_kuka_pr2_move.py
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user