ToolModel.scale

ToolModel.scale(factor, link=None)

Scales the robot by factor (absolute).

Parameters

factor (float) – The factor to scale the robot with.

Returns

None

Examples

>>> robot.scale(100)