clearpath_config.links.types.cylinder module
- class clearpath_config.links.types.cylinder.Cylinder(name: str, parent: str = 'default_mount', radius: float = 0.01, length: float = 0.01, xyz: List[float] = [0.0, 0.0, 0.0], rpy: List[float] = [0.0, 0.0, 0.0], offset_xyz: List[float] = [0.0, 0.0, 0.0], offset_rpy: List[float] = [0.0, 0.0, 0.0])
Bases:
BaseLink
- LENGTH = 0.01
- LINK_TYPE = 'cylinder'
- RADIUS = 0.01
- from_dict(d: dict) None
- get_length() float
- get_radius() float
- set_length(length: float) None
- set_radius(radius: float) None
- to_dict() dict