Skip to content

main

main() #

Starts the Lidar USB View tool.

During installation of cogip-tools, setuptools is configured to create the lidarusb script using this function as entrypoint.

Source code in cogip/tools/lidarusb/main.py
70
71
72
73
74
75
76
77
def main():
    """
    Starts the Lidar USB View tool.

    During installation of cogip-tools, `setuptools` is configured
    to create the `lidarusb` script using this function as entrypoint.
    """
    typer.run(main_opt)