From 77e1306ca9edbc3820591eb987116c0359b318c3 Mon Sep 17 00:00:00 2001 From: Zani Xu <6smartjb@gmail.com> Date: Sun, 9 Jan 2022 15:15:39 -0500 Subject: [PATCH] Removed stupid print statement --- theFootTrajectoryThing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/theFootTrajectoryThing.py b/theFootTrajectoryThing.py index 01e997c..690a763 100644 --- a/theFootTrajectoryThing.py +++ b/theFootTrajectoryThing.py @@ -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