diff --git a/Pics/LidarScannerPic4.jpg b/Pics/LidarScannerPic4.jpg index 605a2ee..74cec2e 100644 Binary files a/Pics/LidarScannerPic4.jpg and b/Pics/LidarScannerPic4.jpg differ diff --git a/Pics/PointCalculation.jpg b/Pics/PointCalculation.jpg index 40c5095..a74c8a0 100644 Binary files a/Pics/PointCalculation.jpg and b/Pics/PointCalculation.jpg differ diff --git a/SavedScans/Screenshots/sofa5a.png b/Pics/Scans/sofa5a.png similarity index 100% rename from SavedScans/Screenshots/sofa5a.png rename to Pics/Scans/sofa5a.png diff --git a/SavedScans/Screenshots/sofa5b.png b/Pics/Scans/sofa5b.png similarity index 100% rename from SavedScans/Screenshots/sofa5b.png rename to Pics/Scans/sofa5b.png diff --git a/SavedScans/Screenshots/sofa5c.png b/Pics/Scans/sofa5c.png similarity index 100% rename from SavedScans/Screenshots/sofa5c.png rename to Pics/Scans/sofa5c.png diff --git a/SavedScans/Screenshots/sofa5d.png b/Pics/Scans/sofa5d.png similarity index 100% rename from SavedScans/Screenshots/sofa5d.png rename to Pics/Scans/sofa5d.png diff --git a/SavedScans/Screenshots/sofa5e.png b/Pics/Scans/sofa5e.png similarity index 100% rename from SavedScans/Screenshots/sofa5e.png rename to Pics/Scans/sofa5e.png diff --git a/SavedScans/Screenshots/sofaLiteV3a.png b/Pics/Scans/sofaLiteV3a.png similarity index 100% rename from SavedScans/Screenshots/sofaLiteV3a.png rename to Pics/Scans/sofaLiteV3a.png diff --git a/SavedScans/Screenshots/sofaLiteV3b.png b/Pics/Scans/sofaLiteV3b.png similarity index 100% rename from SavedScans/Screenshots/sofaLiteV3b.png rename to Pics/Scans/sofaLiteV3b.png diff --git a/SavedScans/Screenshots/sofaLiteV3c.png b/Pics/Scans/sofaLiteV3c.png similarity index 100% rename from SavedScans/Screenshots/sofaLiteV3c.png rename to Pics/Scans/sofaLiteV3c.png diff --git a/SavedScans/Screenshots/sofaLiteV3d.png b/Pics/Scans/sofaLiteV3d.png similarity index 100% rename from SavedScans/Screenshots/sofaLiteV3d.png rename to Pics/Scans/sofaLiteV3d.png diff --git a/README.md b/README.md index 8288105..db614d3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Made using Arduino and Unreal Engine 4. This program and setup that I have created from scratch allows you to create and map a point cloud using LIDAR, Arduino, and Unreal Engine. The real time visualization tool was made in Unreal Engine, and the LIDAR interfaced with the Arduino Mega using UART and I2C communication protocol. The angle calculations and many bug fixes have been done to ensure the best performance is there when in use. -Scan of a sofa using a Lidar Lite V3: +Scan of a sofa using a Lidar Lite V3 (the white cylindrical thing is the location the LIDAR is scanning from): ![LiteV3LoadGif](./Pics/LiteV3LoadGif.gif) ## Instructions @@ -34,19 +34,6 @@ Circuit Diagram for Lidar Lite V3 using breadboard: Circuit Diagram for TFMini Plus (the wiring from the TFMini Plus is based on the colors in the diagram): ![ArduinoLidarTFMiniDiagram](./Pics/ArduinoLidarTFMiniDiagram.png) -## Scan Pictures -### Using Lidar Lite V3: -The white cylindrical thing is the location the LIDAR is scanning from. Below is a scan of a sofa: -![sofaLiteV3d](./SavedScans/Screenshots/sofaLiteV3d.png) -![sofaLiteV3a](./SavedScans/Screenshots/sofaLiteV3a.png) -![sofaLiteV3c](./SavedScans/Screenshots/sofaLiteV3c.png) - -### Using TFMini Plus: -Below is a scan of a sofa: -![sofa5c](./SavedScans/Screenshots/sofa5c.png) -![sofa5d](./SavedScans/Screenshots/sofa5d.png) -![sofa5e](./SavedScans/Screenshots/sofa5e.png) - ## Frame Pictures ### First Frame (Prototype V1) ![LidarScannerPic4](./Pics/LidarScannerPic4.jpg)