CreateRobot¶
-
IRobot ITopController.CreateRobot(string name)¶
Create an empty robot.
- Parameters
name – Name of the robot.
- Returns
IRobot – Created robot.
- Throws
CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.IncompatibleException
– Incompatible firmware version loaded.System.ObjectDisposedException
– Object is disposed.InvalidArgumentException
– Name string does not follow naming rules.OutOfResourcesException
– Out of memory while creating robot.