Skip to content

Commit 4932c32

Browse files
committed
Temp fixing communication issue
1 parent 8f2231f commit 4932c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mirte_robot/linetrace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def traceit(frame, event, arg):
5151
# Send the PID to the web interface and give it some time to call strace on this process
5252
# to see the output of this script
5353
server.send_message_to_all("pid:" + str(os.getpid()))
54-
time.sleep(0.1)
54+
time.sleep(0.2) #TODO: let client send signal when strace is started
5555

5656
sys.settrace(traceit)
5757
# rospy.init_node() for some reason needs to be called from __main__ when importing in the regular way.

0 commit comments

Comments
 (0)