Skip to content

Commit

Permalink
Win64 packet generation with CUDA and AI weights. (#837) (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulojamorim committed Sep 7, 2024
1 parent aca7bdd commit f694df7
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 f694df7

Please sign in to comment.