Robot.basic

classmethod Robot.basic(name, joints=None, links=None, materials=None, **kwargs)[source]

Convenience method to create the most basic instance of a robot, based only on a name.

Parameters

name (str) – Name of the robot

Returns

Robot – Newly created instance of a robot.