Skip to content

Commit 9c1353d

Browse files
Pulling
2 parents 06dbce5 + a143de7 commit 9c1353d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/kitti_data_publisher.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def init():
7272

7373
input_thread = threading.Thread(target=terminal_input)
7474
input_thread.daemon = True
75-
input_thread.start()
75+
# input thread is disabled due to blocking of the terminal after exit
76+
# input_thread.start()
7677

7778
s_step = rospy.Service('/kitti_player/NextCloud', NextCloud, step)
7879

0 commit comments

Comments
 (0)