ToolModel.scale ToolModel.scale(factor, link=None)[source] Scales the robot by factor (absolute). Parameters: factorfloatThe factor to scale the robot with. linkLink, optionalStarting link from which to start scaling. Defaults to root. Returns: None Examples >>> robot = RobotModel.ur5() >>> robot.scale(100)