Articles

Web Scraping : Velodyne LIDAR

Image
            Web Scraping : Velodyne LIDAR Project overview The goal of the internship was to scrape data from dynamic website  The website contains data from the lidar sensors shown in real time    Tags:   python , Linux , webdriver ,  selenium Hardware Supplies :       Velodyne LIDAR : ' PUCK ' :  ( Compact, Powerful, Intelligent)Velodyne’s Puck lidar sensor (previously VLP-16) is the highest-value sensor on the market. The Puck™’s reliability, power efficiency, and surround view make it the ideal solution for affordable low-speed autonomy and driver assistance applications What is Web Scraping? Web scraping (data scraping)is the process of collecting content and data from the internet.  This data is  saved in a local file so that it can be manipulated and analyzed as needed. How does a web scraper function ? Step 1 — Install and Imports Selenium is a Python library and tool ...