Motion

class compas_rrc.Motion[source]

Bases: object

Represents valid motion types.

LINEAR = 'L'

Moves the robot linearly to the specified position.

JOINT = 'J'

Moves the robot not linearly to the specified position by coordinating all joints to start and end together. This type of motion can be faster than LINEAR motion.

Methods

__init__()

Initialize self.