Control motors connected to SVS board using predefined commands.
Namespace:
AForge.Robotics.SurveyorAssembly: AForge.Robotics.Surveyor (in AForge.Robotics.Surveyor.dll) Version: 2.2.3.0 (2.2.3.0)
Syntax
| C# |
|---|
public void ControlMotors( SRV1..::.MotorCommand command ) |
Parameters
- command
- Type: AForge.Robotics.Surveyor..::.SRV1..::.MotorCommand
Motor command to send to the SVS board.
Remarks
Exceptions
| Exception | Condition |
|---|---|
| AForge..::.NotConnectedException | Not connected to SVS. Connect to SVS board before using this method. |