fromRobot static method
- RobotClient robot,
- String name
Get the MotionClient named name from the provided robot.
Implementation
static MotionClient fromRobot(RobotClient robot, String name) {
return robot.getResource(MotionClient.getResourceName(name));
}