mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
Update inverse_kinematics_husky_kuka.py
This commit is contained in:
parent
b767c5c819
commit
cdf1e10671
@ -3,8 +3,11 @@ import time
|
||||
import math
|
||||
from datetime import datetime
|
||||
from datetime import datetime
|
||||
import pybullet_data
|
||||
|
||||
clid = p.connect(p.SHARED_MEMORY)
|
||||
|
||||
p.setAdditionalSearchPath(pybullet_data.getDataPath())
|
||||
if (clid < 0):
|
||||
p.connect(p.GUI)
|
||||
p.loadURDF("plane.urdf", [0, 0, -0.3])
|
||||
|
Loading…
Reference in New Issue
Block a user