Commit 16728827dbdb13d39999d99c10b255e875297240

Authored by Renan
1 parent 78997860
Exists in master

FIX: remove sleep from robot thread

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
invesalius/data/elfin_robot.py
... ... @@ -329,4 +329,3 @@ class ControlRobot(threading.Thread):
329 329  
330 330 self.control(coords_tracker_in_robot, coord_robot_raw, markers_flag)
331 331  
332   - sleep(0.01)
... ...