@@ -120,7 +120,9 @@ Make sure to connect the **SCL** and **SDA** lines for I2C communication, as wel
...
@@ -120,7 +120,9 @@ Make sure to connect the **SCL** and **SDA** lines for I2C communication, as wel
performance.
performance.
## How It Works
## How It Works
```bash
ros2 run serial_to_pcl serial_to_pcl_node
```
### Sensor Configuration
### Sensor Configuration
The VL53L7CX sensors are configured to operate in an 8x8 grid mode, providing 64 distance measurements per sensor. Each sensor is assigned a unique I2C address to enable communication with the microcontroller. The configuration parameters, such as the I2C address and ranging frequency, can be adjusted in the Arduino sketch.
The VL53L7CX sensors are configured to operate in an 8x8 grid mode, providing 64 distance measurements per sensor. Each sensor is assigned a unique I2C address to enable communication with the microcontroller. The configuration parameters, such as the I2C address and ranging frequency, can be adjusted in the Arduino sketch.