CreateRobotFromString¶
-
IRobot ITopController.CreateRobotFromString(string urdf)¶
Create a robot from the model contained in the specified URDF string.
- Parameters
urdf – String containing the URDF robot model.
- 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.InvalidFormatException– URDF string is invalid (e.g. not schema compliant).OutOfResourcesException– Out of memory while creating robot.