Skip to content

Commit

Permalink
Remove laggy print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thisjustin123 committed Apr 18, 2024
1 parent 2429965 commit 5734a5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyrcareworld/Test/test_cloth_anchor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def fetch_and_set():
data = env.instance_channel.data[100]
positions = data["particle_groups"]["hole"]
average_position = [sum(x) / len(x) for x in zip(*positions)]
print("Average position of the cloth hole is: ", average_position)

# Set the cube to this average position in the world.
cube.setTransform(position=average_position)
Expand Down

0 comments on commit 5734a5c

Please sign in to comment.