robots

Model

The root of the model is the RobotModel class, which describes a robot consisting of a set of link elements, and a set of joint elements connecting the links together.

RobotModel

RobotModel is the root element of the model.

Joint

Representation of the kinematics and dynamics of a joint and its safety limits.

Link

Link represented as a rigid body with an inertia, visual, and collision features.

ToolModel

Represents a tool to be attached to the robot's flange.

Configuration

Represents the configuration of a robot based on the state of its joints.

Geometric description

The robot itself as well as its links can be geometrically described using the following classes.

Geometry

Geometrical description of the shape of a link.

MeshDescriptor

Description of a mesh.

Material

Material description.

Texture

Texture description.

Color

Color represented in RGBA.

Joint

The joint describes the kinematics and dynamics of the robot’s joint.

ParentLink

Describes a parent relation between a joint its parent link.

ChildLink

Describes a child relation between a joint and its child link.

Calibration

Reference positions of the joint, used to calibrate the absolute position.

Dynamics

Physical properties of the joint used for simulation of dynamics.

Limit

Joint limit properties.

Axis

Representation of an axis or vector.

Mimic

Description of joint mimic.

SafetyController

Safety controller properties.

Resources

Model descriptions usually do not contain embedded geometry information but only descriptions, filenames or URLs for externally hosted resources. For that purpose, this package provides various loader classes that help automate the processing of these resources.

AbstractMeshLoader

Basic contract/interface for all mesh loaders.

DefaultMeshLoader

Handles basic mesh loader tasks, mostly from local files.

GithubPackageMeshLoader

Loads resources stored in Github.

LocalPackageMeshLoader

Loads suport package resources stored locally.

Deprecated

Deprecated since version 1.13.3: Use compas.geometry primitives instead

The following classes are available for backwards compatibility but are deprecated.

Origin

alias of Frame

Cylinder

alias of CylinderProxy

Box

alias of BoxProxy

Sphere

alias of SphereProxy

Capsule

alias of CapsuleProxy