Ark
|
Classes | |
class | ImageViewNode |
Functions | |
start (str channel=typer.Option("image", help="The channel to listen to. Default is 'image/sim' (Note only supports RGB).")) | |
main () |
Variables | |
dict | num_channels |
app = typer.Typer() |
image_viewer.main | ( | ) |
image_viewer.start | ( | str | channel = typer.Option("image", help="The channel to listen to. Default is 'image/sim' (Note only supports RGB).") | ) |
Start the image viewer node. Args: channel (str): The channel to listen to. Default is "image/sim".
image_viewer.app = typer.Typer() |
dict image_viewer.num_channels |