clearpath_config.platform.attachments.dd150 module

class clearpath_config.platform.attachments.dd150.DD150Attachment(type: str)

Bases: PlatformAttachment

PLATFORM = 'dd150'
TOP_PLATE = 'dd150.top_plate'
TYPES = {'dd150.top_plate': <class 'clearpath_config.platform.attachments.dd150.DD150TopPlate'>}
class clearpath_config.platform.attachments.dd150.DD150TopPlate(name: str = 'dd150.top_plate', model: str = 'pacs', enabled: bool = True, height: float = 0.1, parent: str = 'default_mount', xyz: List[float] = [0.0, 0.0, 0.0], rpy: List[float] = [0.0, 0.0, 0.0])

Bases: DD100TopPlate

ATTACHMENT_MODEL = 'dd150.top_plate'
PLATFORM = 'dd150'