Skip to content

Commit 50e5c29

Browse files
committed
fix: enables full lock on probe when connected to ephys link
1 parent 8906010 commit 50e5c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Scripts/TrajectoryPlanner/Probes/ManipulatorBehaviorController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public void Initialize(string manipulatorID, bool calibrated)
236236
}
237237

238238
// Lock the manipulator from manual control
239-
_probeController.UnlockedDir = Vector4.zero;
239+
_probeController.ToggleControllerLock();
240240

241241
if (calibrated)
242242
// Bypass calibration and start echoing

0 commit comments

Comments
 (0)