Skip to content

Commit 84c0fd0

Browse files
[minor] Increase frame display timeout
1 parent 497aa4f commit 84c0fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/display_urdf_frames.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686
)
8787
handle["text"].set_transform(trans @ Rz @ Rx)
8888

89-
time.sleep(0.1) # avoid terminating too fast
89+
time.sleep(1.0) # avoid terminating too fast

0 commit comments

Comments
 (0)