mirror of
https://github.com/PotentiaRobotics/pybullet-resources.git
synced 2025-04-04 01:20:16 -04:00
Removed stupid print statement
This commit is contained in:
parent
6ec6977874
commit
77e1306ca9
|
@ -6,8 +6,6 @@ import matplotlib.pyplot as plt
|
|||
import numpy as np
|
||||
physicsClient = p.connect(p.GUI)#or p.DIRECT for non-graphical version
|
||||
|
||||
print("hi")
|
||||
|
||||
p.setAdditionalSearchPath(pybullet_data.getDataPath()) #optionally
|
||||
p.setGravity(0,0,-1)
|
||||
planeId = p.loadURDF("plane.urdf") #where is plane.urdf
|
||||
|
|
Loading…
Reference in New Issue
Block a user