:mod:`ntp_several_lidar_synchronization` ======================================== .. py:module:: ntp_several_lidar_synchronization Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: ntp_several_lidar_synchronization.example .. function:: example(args) Example function for synchronizing several devices. Call this script with a list of hosts (the IP addresses or the hostnames of the devices). Some other parameters can be changed: frame_rate, vertical_fov, scan lines, pulse_mode, ntp_server_ip. To get help, call the script with -h. :param args: argparser will parse incoming arguments (hosts, frame_rate, vertical_fov, scan lines, pulse_mode, ntp_server_ip) .. data:: parser