pyrobosim.gui.options.WorldCanvasOptions
- class pyrobosim.gui.options.WorldCanvasOptions(dpi: int = 100, animation_dt: float = 0.1, show_collision_polygons: bool = False, show_room_names: bool = True, show_object_names: bool = True, show_location_names: bool = True, show_robot_names: bool = True)
Options dataclass for WorldCanvas.
Methods
__init__([dpi, animation_dt, ...])Attributes
The animation timer period, in seconds.
The DPI for the MatPlotLib figure.
Whether to show collision polygons.
Whether to show location names.
Whether to show object names.
Whether to show robot names.
Whether to show room names.