Skip to content

Commit

Permalink
Clean up realtime file
Browse files Browse the repository at this point in the history
  • Loading branch information
goobta committed Mar 13, 2021
1 parent 57abd87 commit 5714b51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/solo8_vanilla/realtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
=============================================
""")

# env.reset()
num_bodies = env.client.getNumBodies()
print(f'num bodies: {num_bodies}')
while True:
pos = float(input('Which position do you want to set all the joints to?: '))
if pos == 69.:
Expand Down

0 comments on commit 5714b51

Please sign in to comment.