Skip to content

__main__

main() #

Tool demonstrating usage of lidar_ld19 C++ driver.

During installation of cogip-tools, a script called cogip-lidar-ld19 will be created using this function as entrypoint.

Source code in cogip/tools/lidar_ld19/__main__.py
125
126
127
128
129
130
131
132
def main():
    """
    Tool demonstrating usage of lidar_ld19 C++ driver.

    During installation of cogip-tools, a script called `cogip-lidar-ld19`
    will be created using this function as entrypoint.
    """
    typer.run(main_opt)