We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2231f commit 4932c32Copy full SHA for 4932c32
1 file changed
mirte_robot/linetrace.py
@@ -51,7 +51,7 @@ def traceit(frame, event, arg):
51
# Send the PID to the web interface and give it some time to call strace on this process
52
# to see the output of this script
53
server.send_message_to_all("pid:" + str(os.getpid()))
54
- time.sleep(0.1)
+ time.sleep(0.2) #TODO: let client send signal when strace is started
55
56
sys.settrace(traceit)
57
# rospy.init_node() for some reason needs to be called from __main__ when importing in the regular way.
0 commit comments