[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-116960-en":3,"doc-seo-116960-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":4,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},116960,962075006959,"Anda","https://ap-avatar.wpscdn.com/avatar/e0002397efbe92a78e?_k=1776741047341049297",6,"Technology","Embarking on the Autonomous Journey - A Strikingly Engineered Car Control System Design","The thesis develops an autonomous car control system using the Raspberry Pi as the core processing unit, aiming to combine innovation with sustainability in modern transportation. Two predictive components are integrated: a Convolutional Neural Network for lane detection and a traffic signs detector. Real-time decision needs are addressed with a Proportional Integral Derivative controller and a web server to process outputs from trained neural networks. Unity and the Meta Quest 2 VR headset support visual testing via AR/VR-enhanced evaluation.","Master Thesis in ICT for Internet & Multimedia  \nEmbarking on the Autonomous Journey: A Strikingly Engineered Car Control System Design  \nMaster Candidate  \nKristel Çoçoli  \nSupervisor  \nLeonardo Badia  \nDate : 10 October Academic Year 2022/2023  \nI dedicate this to my most inspirational professor, Leonardo,  \nto my love, Henri,  \nto my strength, my mommy, to my family, Enxhi, Alisa, Oriana.  \nTo the infinity and beyond.  \nAbstract  \nThe evolution of autonomous cars represents a significant stride in modern transportation, combining innovation with sustainability. Central to this thesis is the development of an autonomous car control system with the Raspberry Pi as its primary processing unit. Integrated into this system are two predictive frameworks: a Convolutional Neural Network (CNN) for lane detection, and a traffic signs detector. Within this construct, the Raspberry Pi module acts as the center for a single car.  \nTo cater to its immediate decision-making needs, a Proportional Integral Derivative controller and web server were instituted to process data through the trained neural networks. To enhance it visually, Unity and the Meta Quest 2 VR headset have been used as a testing method.  \nThis study not only illuminates the engineering dynamics behind autonomous vehicles but also underscores the potential of augmented reality in automotive testing.  \nITALIANO: L’evoluzione dei veicoli autonomi rappresenta un significativo passo avanti nel trasporto moderno, combinando l’innovazione con la sostenibilità . Al centro di questa tesi vi è lo sviluppo di un sistema di controllo di auto autonome con il Raspberry Pi come unità di elaborazione principale. In questo sistema sono integrati due framework predittivi: una CNN per il rilevamento delle corsie e un rilevatore di segnali stradali. All’interno di questa struttura, il modulo Raspberry Pi agisce come centro per un’unica auto.  \nPer soddisfare le sue immediate esigenze decisionali, è stato istituito un controllore Proportional Integral Derivative (PID) e un server web per elaborarei dati attraverso le reti neurali addestrate. Per migliorarne l’aspetto visivo, sonostati utilizzati Unity e il visore perlarealtà virtuale Meta Quest 2, come strumenti per il testing.  \nQuesto studio non solo esplora le dinamiche ingegneristiche delle auto autonome, ma sottolinea anche il potenziale della realtà aumentata nei test automobilistici.  \nContents  \nList of Figures xi  \nList of Tables xiii  \nList of Algorithms xvii  \nList of Code Snippets xvii  \nList of Acronyms xix  \n1 Introduction 1  \n1. 1 Frame of reference . . . . . . . . . . . . . . . . . . . . . . . . . . . 1  \n1.1. 1 Autonomous Vehicles . . . . . . . . . . . . . . . . . . . . . 1  \n1.1.2 Machine Learning Methods .................. 2  \n1.1.3 Convolutional Neural Networks for Self-Driving Car Systems ............................... 4  \n1.2 Our Proposal ............................... 5  \n2 Related Work 7  \n2.1 Sensor Integration in Autonomous Driving Systems ........ 7  \n2.2 Object Detection and Behavioral Impacts .............. 8  \n2.3 Visualization and AR Integration ................... 10  \n2.4 Challenges in Autonomous Driving Systems ............ 10  \n3 Hardware Setup 13  \n3. 1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13  \n3.2 The car components ........................... 15  \n3.2.1 Raspberry Pi ........................... 15  \n3.2.2 The motors . . . . . . . . . . . . . . . . . . . . . . . . . . . 16  \nCONTENTS  \n3.2.3 The camera module . . . . . . . . . . . . . . . . . . . . . . 16  \n3.2.4 The ultrasonic sensor . . . . . . . . . . . . . . . . . . . . . . 16  \n3.2.5 The GPS module . . . . . . . . . . . . . . . . . . . . . . . . 18  \n3.2.6 The IMU . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18  \n3.2.7 The assembled car . . . . . . . . . . . . . . . . . . . . . . . 20  \n4 Software Architecture 23  \n4.1 System Design and Implementation ................. 24  \n4.1.1 Technology Stack ..","cbCaidrJNq96Z0Jh","https://ap.wps.com/l/cbCaidrJNq96Z0Jh","pdf",32142893,1,96,"English","en",105,"# Introduction\n## Frame of reference\n## Our Proposal\n# Related Work\n## Sensor Integration in Autonomous Driving Systems\n## Visualization and AR Integration\n# Hardware Setup\n## The car components\n# Software Architecture\n## System Design and Implementation\n# Data Collection and Processing\n## Data Collection and Processing for Lane Detection model\n## Data Collection and Processing for Traffic Signs Recognition model\n# Deep Learning Model\n## Lane Detection model\n## Traffic Signs Detection model\n# GPS Localization\n## Implementation\n# System Control\n## The principle of PID control\n## Implementing PID on Raspberry Pi\n# AR & VR Headset\n## Implementation\n# Conclusions and Future Works","[{\"question\":\"What are the main components of the proposed autonomous car control system?\",\"answer\":\"The system centers on a Raspberry Pi and integrates a CNN for lane detection and a traffic signs detector. A PID controller and a web server handle immediate decision-making and data processing.\"},{\"question\":\"How does the thesis handle lane and traffic sign perception?\",\"answer\":\"Lane detection uses a Convolutional Neural Network, supported by a data collection and augmentation workflow. Traffic sign recognition follows a dedicated dataset collection, preprocessing, training, and evaluation pipeline.\"},{\"question\":\"How are testing and visualization performed in the project?\",\"answer\":\"Unity and the Meta Quest 2 VR headset are used to create a visual testing approach. The study also highlights the role of augmented reality in automotive testing.\"}]","Embarking on the Autonomous Journey - A Strikingly Engineered Car Control System Design | PDF",1785672865,242,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"embarking-on-the-autonomous-journey-a-strikingly-engineered-car-control-system-design","",{"@graph":36,"@context":85},[37,54,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/technology/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/embarking-on-the-autonomous-journey-a-strikingly-engineered-car-control-system-design/116960/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":62,"encodingFormat":61,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-02",true,{"@type":65,"interactionType":66,"userInteractionCount":4},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What are the main components of the proposed autonomous car control system?","Question",{"text":75,"@type":76},"The system centers on a Raspberry Pi and integrates a CNN for lane detection and a traffic signs detector. A PID controller and a web server handle immediate decision-making and data processing.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"How does the thesis handle lane and traffic sign perception?",{"text":80,"@type":76},"Lane detection uses a Convolutional Neural Network, supported by a data collection and augmentation workflow. Traffic sign recognition follows a dedicated dataset collection, preprocessing, training, and evaluation pipeline.",{"name":82,"@type":73,"acceptedAnswer":83},"How are testing and visualization performed in the project?",{"text":84,"@type":76},"Unity and the Meta Quest 2 VR headset are used to create a visual testing approach. The study also highlights the role of augmented reality in automotive testing.","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":92},[93,97,101,105,110,113,118,123,128,131,135],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":111,"slug":112},50,"technology",{"id":114,"doc_module":4,"doc_module_name":46,"category_name":115,"show_sort_weight":116,"slug":117},7,"Healthcare",40,"healthcare",{"id":119,"doc_module":4,"doc_module_name":46,"category_name":120,"show_sort_weight":121,"slug":122},8,"Research & Report",30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]