clearpath_config.platform.attachments.do100 module

class clearpath_config.platform.attachments.do100.DO100Attachment(type: str)

Bases: PlatformAttachment

PLATFORM = 'do100'
TOP_PLATE = 'do100.top_plate'
TYPES = {'do100.top_plate': <class 'clearpath_config.platform.attachments.do100.DO100TopPlate'>}
class clearpath_config.platform.attachments.do100.DO100TopPlate(name: str = 'do100.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 = 'do100.top_plate'
PLATFORM = 'do100'