Clean-up Commit

This commit is contained in:
cs-powell
2025-03-18 17:46:17 -04:00
parent 41a66b68a0
commit 8ba3a45d41
3 changed files with 55 additions and 1 deletions

View File

@@ -96,7 +96,9 @@ def ex():
#Doing stuff In between Test SECOND INCREMENTS
while(count < 1000000):
#50 Millisecond Timesteps
# sleep(0.05)
sleep(0.05)
client.pauseSim(False) #Unpause
# sleep(0.05) # Run 50 Milliseconds
# client.pauseSim(True) # Pause Simulator