Skip to content

Commit

Permalink
REM: robot ros in api for back compatibility, missing connecttorobot
Browse files Browse the repository at this point in the history
  • Loading branch information
rmatsuda committed Sep 6, 2024
1 parent 4562109 commit aca7bdd
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 aca7bdd

Please sign in to comment.