Skip to content

Commit

Permalink
Merge branch 'invesalius:master' into fix-linting
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-abdelgawad authored Sep 7, 2024
2 parents b422053 + f694df7 commit 675589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invesalius/net/neuronavigation_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __bind_events(self):
Publisher.subscribe(self.update_coil_at_target, "Coil at target")
Publisher.subscribe(self.update_tracker_poses, "From Neuronavigation: Update tracker poses")
Publisher.subscribe(self.update_target_orientation, "Update target orientation")
# Publisher.subscribe(self.connect_to_robot, "Neuronavigation to Robot: Connect to robot")
Publisher.subscribe(self.connect_to_robot, "Neuronavigation to Robot: Connect to robot")
# Publisher.subscribe(self.set_target, "Neuronavigation to Robot: Set target")
# Publisher.subscribe(self.unset_target, "Neuronavigation to Robot: Unset target")
# Publisher.subscribe(
Expand Down

0 comments on commit 675589a

Please sign in to comment.