From 9b3abe9f6a0d517e469e53359290dea528f95fec Mon Sep 17 00:00:00 2001 From: Tolonen Luka Date: Wed, 11 Sep 2024 17:23:56 +0300 Subject: [PATCH] Remove incomplete robot check that causes bug with single robot --- invesalius/gui/task_navigator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/invesalius/gui/task_navigator.py b/invesalius/gui/task_navigator.py index ecaa70cee..f83e687c1 100644 --- a/invesalius/gui/task_navigator.py +++ b/invesalius/gui/task_navigator.py @@ -1657,7 +1657,6 @@ def UpdateRobotButtons(self): and self.target_selected and self.target_mode and self.robot.IsConnected() - and self.robot.IsReady() ) self.EnableRobotTrackTargetButton(enabled=track_target_button_enabled)