Getting Started with the LiDAR Starter Kit
Follow these steps to set up and start using your LiDAR Starter Kit:
Step 1: Hardware Setup
- Connect the LiDAR sensor to your computer using the provided cables.
- Ensure the power supply is connected and turned on.
Figure 1: Connection setup for the LiDAR Starter Kit.
Step 2: Software Installation
- Install the required drivers and software from the SICK website.
- Download the example Python scripts provided in the kit.
Step 3: First Measurement
- Run the
01_read_devicetype.pyscript to verify the connection. - Use the
02_read_measurement.pyscript to take a single measurement.
Refer to the advanced section for more complex use cases.