Skip to main content
Ctrl+K

PyLabRobot

  • User guide
  • Resource Management
  • Cookbook
  • Contributor guide
  • API
    • Community
  • X
  • GitHub
  • YouTube
  • Bluesky
  • User guide
  • Resource Management
  • Cookbook
  • Contributor guide
  • API
  • Community
  • X
  • GitHub
  • YouTube
  • Bluesky
Ctrl+K
  • API
  • pylabrobot.resources package
  • pylabrobot.resources.Rotation

pylabrobot.resources.Rotation#

class pylabrobot.resources.Rotation(x: float = 0, y: float = 0, z: float = 0)#

Bases: SerializableMixin

Represents a 3D rotation.

Attributes

pitch

roll

yaw

Methods

__init__([x, y, z])

deserialize(data)

get_rotation_matrix()

serialize()

Parameters:
  • x (float)

  • y (float)

  • z (float)

previous

pylabrobot.resources.ResourceStack.unassign_child_resource

next

pylabrobot.resources.Rotation.pitch

On this page
  • Rotation
Edit on GitHub

This Page

  • Show Source

© Copyright 2025, PyLabRobot.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.16.1.