From 26fdb9295365b5094c5e486a2d705e3f44ab5a6b Mon Sep 17 00:00:00 2001 From: bruno-f-cruz <7049351+bruno-f-cruz@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:01:53 -0700 Subject: [PATCH] Align documentation with workflow refactoring --- docs/articles/aind-manipulator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/articles/aind-manipulator.md b/docs/articles/aind-manipulator.md index f7b3b8f..2787a0a 100644 --- a/docs/articles/aind-manipulator.md +++ b/docs/articles/aind-manipulator.md @@ -45,7 +45,7 @@ To interface with the motors, the user can choose to use the Harp package for th The interface with the manipulator is handled by a single operator: `AindManipulator`. This operator is responsible for the following: - Setting initial settings of the manipulator -- Implementing `Stop`, `Home`, `GoToPosition` and `MoveRelativePosition` operations. +- Implementing `StopMotors`, `HomeMotors`, `MoveTo` and `MoveBy` operations. - Implementing a front-end interface for the user to interact with the manipulator. #### Load a configuration @@ -67,6 +67,6 @@ The operator also provides a front-end interface for the user to interact with t #### Controlling the manipulator -The easiest way to control the manipulator without using the user-interface is to directly interact with the `Stop`, `Home`, `GoToPosition` and `MoveRelativePosition` subjects. +The easiest way to control the manipulator without using the user-interface is to directly interact with the `StopMotors`, `HomeMotors`, `MoveTo` and `MoveBy` subjects. If the user wants to control the manipulator using the Harp interface, `StepperMotorCommands` and `StepperMotorEvents` can be used to send and receive commands and events respectively. \ No newline at end of file