@ProviderType
public interface RobotModel
Modifier and Type | Interface and Description |
---|---|
static class |
RobotModel.RobotSeries
The different robot series (generations) of Universal Robots robots
|
static class |
RobotModel.RobotType
The different types/models of Universal Robots robots
|
Modifier and Type | Method and Description |
---|---|
RobotLimits |
getRobotLimits()
Each Universal Robots robot type/model has limits for various physical/hardware and software properties/parameters.
|
RobotModel.RobotSeries |
getRobotSeries() |
RobotModel.RobotType |
getRobotType() |
String |
getSerialNumber() |
RobotModel.RobotType getRobotType()
RobotModel.RobotSeries getRobotSeries()
RobotLimits getRobotLimits()
Each Universal Robots robot type/model has limits for various physical/hardware and software properties/parameters. This method can be used to obtain an interface which provides access to the valid range for each property/parameter supported by the underlying robot, such as the supported range for the mass of the payload attached to the robot's tool output flange.
These ranges (limits) can, for instance, be used for validation of input provided by the end user.String getSerialNumber()
Copyright © 2021. All rights reserved.