diff --git a/examples/pybullet/examples/vr_kuka_pr2_move.py b/examples/pybullet/examples/vr_kuka_pr2_move.py index 1af2bd265..c671097ba 100644 --- a/examples/pybullet/examples/vr_kuka_pr2_move.py +++ b/examples/pybullet/examples/vr_kuka_pr2_move.py @@ -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