From ab9befec94ec83d0edd6b7b8fb35a6d1c177d7f9 Mon Sep 17 00:00:00 2001
From: Rene Ebeling <rene.ebeling@alumni.fh-aachen.de>
Date: Sun, 11 May 2025 11:13:27 +0200
Subject: [PATCH] Update README.md to include additional GIF and clarify sensor
 support for up to 18 VL53L7CX sensors

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a5c6565..5d32138 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ This GIF demonstrates the initial attempts to use two **VL53L5CX Time-of-Flight
 ![Sensor in Action](images/rviz2_screencast_2_vl53l5cx_1512025.gif)
 
 In the following GIF, you can see my first attempt to filter a PointCloud using STL meshes, visualized in **RViz2**, with the robot simulated in **Gazebo Classic**.
+
 ![Self Colision Detection prove of Conzept](images/self_detection_prove_of_conzept.gif)
 
 
@@ -44,8 +45,7 @@ The **VL53L7CX** sensor provides accurate distance measurements using Time-of-Fl
 
 ## Features
 
-- **Multiple Sensor Support**: Handles up to four VL53L7CX sensors connected via I2C and will be updated to handle 18 Sensors
-- **Configurable Parameters**: Allows setting the sensor's I2C address, resolution (8x8 grid), and ranging frequency.
+- **Multiple Sensor Support**: Handles up to 18 VL53L7CX sensors connected via I2C.
 - **JSON Output**: Collects and formats the sensor data into a JSON object, which can be easily transmitted or stored.
 - **LED Status Indication**: Provides LED feedback to indicate when data is being processed.
 - **Integration Ready**: Output is designed to be easily integrated into larger systems for navigation or environmental mapping.
-- 
GitLab