SELF DRIVING VEHICLE WITH CONTROL SYSTEM USING STEREOVISION TECHNIQUE

Size: px
Start display at page:

Download "SELF DRIVING VEHICLE WITH CONTROL SYSTEM USING STEREOVISION TECHNIQUE"

Transcription

1 SELF DRIVING VEHICLE WITH CONTROL SYSTEM USING STEREOVISION TECHNIQUE Kekan S M*, Dr. Mittal S K Department of Electrical Engineering, G.H. Raisoni Institute of Engineering and Technology, Wagholi, Pune , MS-India ABSTRACT: This paper presents a stereovision technique using in the field of self-driving vehicle. the key component of a self-driving vehicle is the ability to localize itself accurately in an unknown environment and simultaneously build the map of the environment. Majority of the existing navigation systems are based on laser range finders, LIDAR technology, lanelevel localization, sonar sensors or artificial landmarks. Navigation systems using stereo vision are rapidly developing technique in the field of self-driving vehicle. This paper describes an experimental approach to build a cost- effective stereo vision system for selfdriving vehicle that avoid obstacles and navigate through indoor and outdoor environments. This paper proposes a stereovision system, which is low-cost, yet also able to achieve high accuracy and consistency. The mechanical as well as the programming aspects of stereo vision system are documented in this paper. Stereo vision system adjunctively with ultrasound sensors was implemented on the self-driving vehicle, which successfully navigated through different types of cluttered environments with static and dynamic obstacles. KEYWORDS: stereovision, lane-level localization, LIDAR, GPS, Mat lab. INTRODUCTION The future will see the deployment of self-driving vehicle in the areas of indoor automation, transportation and unknown environment exploration. Implementation of self-driving vehicle systems in such tasks is widely appreciated technique as they handle these tasks more efficiently and reliably. Currently, a growing community of researchers is focusing on the scientific and engineering challenges of these kinds of self-driving vehicle systems. This project tries to address the main challenges in the field of self-driving vehicle autonomous navigation. There are several techniques for effective autonomous navigation, among which vision based navigation is the most significant and popular technique which experiences rapid developments. Other techniques include navigation using ultrasound sensors, lidar (light detection and ranging) systems, preloaded maps, landmarks etc. Navigation which uses ultrasound sensors will not detect narrow obstacles such as legs of tables and chairs properly, and hence leads to collision. Lidar systems are perfect tools for indoor navigation because of their accuracy and speed but they are less impressive for large scale implementation due to their high cost. Navigation based on landmarks and preloaded maps become valid options only when there is prior information about the environment and thus, it does not give a generic solution to the IJSRE- June, Vol(1), Issue(6) 1

2 problem of autonomous navigation. Vision can detect objects just as in the case of human vision and it gives the sense of intelligence to the self-driving vehicle. Out of all vision based techniques, stereo vision is the most adoptable technique because of its ability to give the three dimensional information about how the environment looks like and decide how obstacles can be avoided to safely navigate through that environment. Commercially available stereo cameras are expensive and require special drivers and software to interface with processing platforms which again adds up the cost of implementation. In this scenario, building a cost-effective stereo vision system using regular webcams which is able to meet the performance of commercially available an alternative is highly appreciable and this fact makes the theme of this project. THE DEVELOPED SYSTEM ARCHITECTURE Our experimental platform is a four wheeled differential drive rover that can carry a portable personal computer. Two wheels are free rotating wheels with optical encoders attached for keeping track of the distance travelled. Other two wheels are powered by high torque geared motor. A. BLOCK DIAGRAM Figure-1 Block Diagram of Self Driving Vehicle with Control System Using Stereovision Technique IJSRE- June, Vol(1), Issue(6) 2

3 B. DESCRIPTION The system consists of microcontroller along with other peripherals like, ultrasonic sensors, cameras, PC with MATLAB, motor driver IC, DC motors, serial to USB converter and power supply. We will be using Arduino Uno microcontroller board, which has Atmega 328P microcontroller on it. Ultrasonic module HC-SR04 will be used to detect distance of an object from a vehicle. To cover both the sides of vehicle (left and right) we will be using two ultrasonic sensors. Ultrasonic sensor work on a principle similar to radar or sonar. The output of sensors will be read by microcontroller using digital I/O pins. This output is then sent to PC using Serial to USB converter to process it on MATLAB. Mat lab will take decision of whether the object on left or right side of the vehicle is nearer or far. Accordingly command is sent back to the microcontroller to change the direction of vehicle using DC motors. Also, to detect the object in front of the vehicle, two cameras are interfaced with PC. Both the cameras will act as eyes of a vehicle. We will be using stereovision technique to detect the object and to find distance of the object ahead from the vehicle. The resulted output will be then sent to microcontroller board through Serial to USB converter. If the distance of the object in front of vehicle is far enough, motors will be driven as per regular speed. But, if the distance is less than threshold distance set by microcontroller, the speed of the vehicle will be decreased and later it will be stopped. Thus, ultrasonic sensors are used for side wise detection of an object and cameras are used for front side object detection. STEREOVISION TECHNIQUE Computer stereo vision is the extraction of 3D information from digital images, such as obtained by a CCD camera. By comparing information about a scene from two vantage points, 3D information can be extracted by examination of the relative positions of objects in the two panels. This is similar to the biological process, stereopsis. Stereo vision is a technique for extracting the 3D position of objects from two or more simultaneous views of a scene. Stereo vision systems are extensively used in object classification and object grasping applications because of its ability to understand the three dimensional structure of objects. Mobile robots can use a stereo vision system as a reliable and effective primary sensor to extract range information from the environment. In ideal case, the two image sensors used in a stereo vision system has to be perfectly aligned along a horizontal or vertical straight line passes through the principle points of both images. Cameras are prone to lens distortions, which are responsible for introducing convexity or concavity to the image projections. The process called Stereo-pair rectification is adopted to remap distorted projection to undistorted plane. The obtained rectified images from both the sensors are passed to an algorithm which searches for the matches in the images along each pixel line. The difference in relative positions of an identified feature is called as the disparity associated with that feature. Disparity map of a scene is used to understand the depth of IJSRE- June, Vol(1), Issue(6) 3

4 objects in the scene with respect to the position of the image sensors through the process called Triangulation. Figure-2a. shows the arrangement of image planes and Figure 2b. describes the Pinhole model of two cameras to illustrate the projection of a real world object is formed in left and right image planes. The formation of disparity is shown in Figure 2c. Accuracy of depth perception from a robust stereo vision system is sufficient for segmenting out objects based on their depth, in order to avoid collisions during navigation in real time. The following sections describe the details of hardware and software implementations of stereo vision system in this project. Figure 2: Modelling of stereo rig and disparity formation using pinhole model of cameras THE SOFTWARE FOR STEREO VISION SYSTEM ARDUINO COMPILER: The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board. MATLAB: MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment and fourth-generation programming language. RESULTS Stereo vision based SLAM architecture is one of the least pondered but rapidly developing research area which has been dealt in this project and we have successfully implemented a cost effective prototype of the stereo camera and self-driving vehicle. This performance is adequate for safe indoor navigation for slowly moving robots. The overlapping of vision perception with other information from sensors ensures a nearly errorproof navigation for self-driving vehicle in indoor and outdoor environments. Vision can detect objects just as in the case of human vision and gives the sense of intelligence to the self-driving vehicle. The choice of mechanical parameters of stereo rig, stereo correspondence algorithm parameters and filter parameters used for reconstruction were proved to be sufficient for the successful accomplishment of tasks identified during project IJSRE- June, Vol(1), Issue(6) 4

5 proposal. The images of self-driving vehicle navigating in the indoor environment are shown in Figure-3. Figure-3a: images of self-driving vehicle navigating in the indoor Figure-3b: images of self-driving vehicle graphs CONCLUSION This paper outlines the implementation of a cost-effective stereo vision system for a slowly moving self-driving vehicle in an indoor environment. The detailed descriptions of algorithms used for stereo vision, obstacle avoidance, navigation and three dimensional map reconstructions are included in this paper. The self-driving vehicle described in this paper is able to navigate through a completely unknown environment without any manual control. The self-driving vehicle can be deployed to explore an unknown environment such as IJSRE- June, Vol(1), Issue(6) 5

6 collapsed buildings and inaccessible environments for soldiers during war. Vision based navigation allows robot to actively interact with the environment. Even though vision based navigation systems are having certain drawbacks when compared with other techniques. Stereo vision fails when it is being subjected to surfaces with less textures and features, such as single cooler walls and glass surfaces. The illumination level of environment is another factor which considerably affects the performance of stereo vision. REFERENCES 1. Xinxin Du, Kok Kiong Tan, Member, IEEE, Comprehensive and Practical Vision System for Self-Driving Vehicle Lane-Level Localization IEEE transactions on image processing, S. Hassan Hosseinnia, Inés Tejado, Vicente Milanés, Jorge Villagrá, and Blas M. Vinagre, Experimental application of hybrid fractional-order Adaptive cruise control at low speed, IEEE transactions on control systems technology, vol. 22, no. 6, november Vadim Butakov, Petros Ioannou, Fellow IEEE, Driving Autopilot with Personalization Feature for Improved Safety and Comfort, 2015 IEEE 18th International Conference on Intelligent Transportation Systems. 4. R. Danescu and S. Nedevschi, Probabilistic lane tracking in difficult road scenarios using stereovision, Intelligent Transportation Systems, IEEE Transactions on, vol. 10, no. 2, pp , L. T. Sach, K. Atsuta, K. Hamamoto, and S. Kondo, A robust road profile estimation method for low texture stereo images, in Image Processing (ICIP), th IEEE International Conference on, pp , IEEE, C. Guo, S. Mita, and D. McAllester, Stereovision-based road boundary detection for intelligent vehicles in challenging scenarios, in Intelligent Robots and Systems, 2009, IROS IEEE / RSJ International Conference on, pp , IEEE, G. Silberg, R. Wallace, Self-driving cars: The next revolution, KPMG LLP and Center for Automotive Research, M. Althoff, O. Stursberg, M. Buss, Safety assessment of driving behavior in multi-lane traffic for autonomous vehicles, in Proc. IEEE Intell. Vehicle Symp. (IV), St. Louis, MO, 2009, pp IJSRE- June, Vol(1), Issue(6) 6

Deep Learning Will Make Truly Self-Driving Cars a Reality

Deep Learning Will Make Truly Self-Driving Cars a Reality Deep Learning Will Make Truly Self-Driving Cars a Reality Tomorrow s truly driverless cars will be the safest vehicles on the road. While many vehicles today use driver assist systems to automate some

More information

Journal of Emerging Trends in Computing and Information Sciences

Journal of Emerging Trends in Computing and Information Sciences Pothole Detection Using Android Smartphone with a Video Camera 1 Youngtae Jo *, 2 Seungki Ryu 1 Korea Institute of Civil Engineering and Building Technology, Korea E-mail: 1 ytjoe@kict.re.kr, 2 skryu@kict.re.kr

More information

WHITE PAPER Autonomous Driving A Bird s Eye View

WHITE PAPER   Autonomous Driving A Bird s Eye View WHITE PAPER www.visteon.com Autonomous Driving A Bird s Eye View Autonomous Driving A Bird s Eye View How it all started? Over decades, assisted and autonomous driving has been envisioned as the future

More information

Control of Mobile Robots

Control of Mobile Robots Control of Mobile Robots Introduction Prof. Luca Bascetta (luca.bascetta@polimi.it) Politecnico di Milano Dipartimento di Elettronica, Informazione e Bioingegneria Applications of mobile autonomous robots

More information

SYSTEM CONFIGURATION OF INTELLIGENT PARKING ASSISTANT SYSTEM

SYSTEM CONFIGURATION OF INTELLIGENT PARKING ASSISTANT SYSTEM SYSTEM CONFIGURATION OF INTELLIGENT PARKING ASSISTANT SYSTEM Ho Gi Jung *, Chi Gun Choi, Dong Suk Kim, Pal Joo Yoon MANDO Corporation ZIP 446-901, 413-5, Gomae-Dong, Giheung-Gu, Yongin-Si, Kyonggi-Do,

More information

IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017

IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017 IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017 AUTOMATED DRIVING OPENS NEW OPPORTUNITIES FOR CUSTOMERS AND COMMUNITY. MORE SAFETY MORE COMFORT MORE FLEXIBILITY MORE

More information

Automated Driving - Object Perception at 120 KPH Chris Mansley

Automated Driving - Object Perception at 120 KPH Chris Mansley IROS 2014: Robots in Clutter Workshop Automated Driving - Object Perception at 120 KPH Chris Mansley 1 Road safety influence of driver assistance 100% Installation rates / road fatalities in Germany 80%

More information

China Intelligent Connected Vehicle Technology Roadmap 1

China Intelligent Connected Vehicle Technology Roadmap 1 China Intelligent Connected Vehicle Technology Roadmap 1 Source: 1. China Automotive Engineering Institute, , Oct. 2016 1 Technology Roadmap 1 General

More information

An Autonomous Braking System of Cars Using Artificial Neural Network

An Autonomous Braking System of Cars Using Artificial Neural Network I J C T A, 9(9), 2016, pp. 3665-3670 International Science Press An Autonomous Braking System of Cars Using Artificial Neural Network P. Pavul Arockiyaraj and P.K. Mani ABSTRACT The main aim is to develop

More information

Unmanned Surface Vessels - Opportunities and Technology

Unmanned Surface Vessels - Opportunities and Technology Polarconference 2016 DTU 1-2 Nov 2016 Unmanned Surface Vessels - Opportunities and Technology Mogens Blanke DTU Professor of Automation and Control, DTU-Elektro Adjunct Professor at AMOS Center of Excellence,

More information

Cooperative Autonomous Driving and Interaction with Vulnerable Road Users

Cooperative Autonomous Driving and Interaction with Vulnerable Road Users 9th Workshop on PPNIV Keynote Cooperative Autonomous Driving and Interaction with Vulnerable Road Users Miguel Ángel Sotelo miguel.sotelo@uah.es Full Professor University of Alcalá (UAH) SPAIN 9 th Workshop

More information

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M.

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M. Super Squadron technical paper for International Aerial Robotics Competition 2017 Team Reconnaissance C. Aasish (M.Tech Avionics) S. Jayadeep (B.Tech Avionics) N. Gowri (B.Tech Aerospace) ABSTRACT The

More information

EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS

EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS Purnendu Sinha, Ph.D. Global General Motors R&D India Science Lab, GM Tech Center (India) Bangalore OUTLINE OF THE TALK Introduction Landscape of

More information

Eurathlon Scenario Application Paper (SAP) Review Sheet

Eurathlon Scenario Application Paper (SAP) Review Sheet Scenario Application Paper (SAP) Review Sheet Team/Robot Scenario FKIE Autonomous Navigation For each of the following aspects, especially concerning the team s approach to scenariospecific challenges,

More information

Eurathlon Scenario Application Paper (SAP) Review Sheet

Eurathlon Scenario Application Paper (SAP) Review Sheet Scenario Application Paper (SAP) Review Sheet Team/Robot Scenario FKIE Reconnaissance and surveillance in urban structures (USAR) For each of the following aspects, especially concerning the team s approach

More information

Citi's 2016 Car of the Future Symposium

Citi's 2016 Car of the Future Symposium Citi's 2016 Car of the Future Symposium May 19 th, 2016 Frank Melzer President Electronics Saving More Lives Our Guiding Principles ALV-AuthorInitials/MmmYYYY/Filename - 2 Real Life Safety The Road to

More information

Chapter 45 Adaptive Cars Headlamps System with Image Processing and Lighting Angle Control

Chapter 45 Adaptive Cars Headlamps System with Image Processing and Lighting Angle Control Chapter 45 Adaptive Cars Headlamps System with Image Processing and Lighting Angle Control William Tandy Prasetyo, Petrus Santoso and Resmana Lim Abstract The project proposed a prototype of an adaptive

More information

RB-Mel-03. SCITOS G5 Mobile Platform Complete Package

RB-Mel-03. SCITOS G5 Mobile Platform Complete Package RB-Mel-03 SCITOS G5 Mobile Platform Complete Package A professional mobile platform, combining the advatages of an industrial robot with the flexibility of a research robot. Comes with Laser Range Finder

More information

MAX PLATFORM FOR AUTONOMOUS BEHAVIORS

MAX PLATFORM FOR AUTONOMOUS BEHAVIORS MAX PLATFORM FOR AUTONOMOUS BEHAVIORS DAVE HOFERT : PRI Copyright 2018 Perrone Robotics, Inc. All rights reserved. MAX is patented in the U.S. (9,195,233). MAX is patent pending internationally. AVTS is

More information

AUTOMATIC SPEED LIMITER AND RELIEVER FOR AUTOMOBILES

AUTOMATIC SPEED LIMITER AND RELIEVER FOR AUTOMOBILES AUTOMATIC SPEED LIMITER AND RELIEVER FOR AUTOMOBILES PROJECT REFERENCE NO. : 37S1003 COLLEGE : PES INSTITUTE OF TECHNOLOGY AND MANAGEMENT, SHIVAMOGGA BRANCH : ELECTRONICS AND COMMUNICATION ENGINEERING

More information

Leveraging AI for Self-Driving Cars at GM. Efrat Rosenman, Ph.D. Head of Cognitive Driving Group General Motors Advanced Technical Center, Israel

Leveraging AI for Self-Driving Cars at GM. Efrat Rosenman, Ph.D. Head of Cognitive Driving Group General Motors Advanced Technical Center, Israel Leveraging AI for Self-Driving Cars at GM Efrat Rosenman, Ph.D. Head of Cognitive Driving Group General Motors Advanced Technical Center, Israel Agenda The vision From ADAS (Advance Driving Assistance

More information

Fixing and Positioning of the Object Based on RFID Technology using Robotic Arm

Fixing and Positioning of the Object Based on RFID Technology using Robotic Arm Fixing and Positioning of the Object Based on RFID Technology using Robotic Arm 1 M. Elango, 2 N.Arun Ram Kumar, 3 C.Kalyana Sundaram, 1,2 PG Student, 3 Assistant Professor 1,2,3 Dept. of Electronics And

More information

Stereo-vision for Active Safety

Stereo-vision for Active Safety Stereo-vision for Active Safety Project within Vehicle and Traffic Safety, 2009-00078 Author: Vincent Mathevon (Autoliv Electronics AB) Ola Bostrom (Autoliv Development AB) Date: 2012-06-07 Content 1.

More information

Automated Seat Belt Switch Defect Detector

Automated Seat Belt Switch Defect Detector pp. 10-16 Krishi Sanskriti Publications http://www.krishisanskriti.org/publication.html Automated Seat Belt Switch Defect Detector Department of Electrical and Computer Engineering, Sri Lanka Institute

More information

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL EPSRC-JLR Workshop 9th December 2014 Increasing levels of autonomy of the driving task changing the demands of the environment Increased motivation from non-driving related activities Enhanced interface

More information

A Presentation on. Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing

A Presentation on. Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing A Presentation on Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing Presented By: Abhishek Shriram Umachigi Department of Electrical Engineering

More information

Driver assistance systems and outlook into automated driving

Driver assistance systems and outlook into automated driving Driver assistance systems and outlook into automated driving EAEC-ESFA2015 Bucharest November 2015 1 General presentation of the Bosch Group Some 45,600 1 researchers and developers work at Bosch: at 94

More information

GCAT. University of Michigan-Dearborn

GCAT. University of Michigan-Dearborn GCAT University of Michigan-Dearborn Mike Kinnel, Joe Frank, Siri Vorachaoen, Anthony Lucente, Ross Marten, Jonathan Hyland, Hachem Nader, Ebrahim Nasser, Vin Varghese Department of Electrical and Computer

More information

RAIN SENSING AUTOMATIC CAR WIPER

RAIN SENSING AUTOMATIC CAR WIPER International Journal of Technical Innovation in Modern Engineering & Science (IJTIMES) Impact Factor: 5.22 (SJIF-2017), e-issn: 2455-2585 Volume 4, Issue 8, August-2018 RAIN SENSING AUTOMATIC CAR WIPER

More information

Design and Implementation of Automatic Steering Control

Design and Implementation of Automatic Steering Control Design and Implementation of Automatic Steering Control Shweta Dhargawe Dept. of Electronics &Telecommunication Priyadarshini College of Engineering, Sonali Kailaswar Dept. of Electronics & Telecommunication

More information

A. Title Page. Development of an Automated CRUSH Profile Measuring System. Dr. Patricia Buford, Department of Electrical Engineering

A. Title Page. Development of an Automated CRUSH Profile Measuring System. Dr. Patricia Buford, Department of Electrical Engineering A. Title Page Development of an Automated CRUSH Profile Measuring System Dr. Patricia Buford, Department of Electrical Engineering B. Restatement of problem researched, creative work, or professional enhancement

More information

CSE 352: Self-Driving Cars. Team 2: Randall Huang Youri Paul Raman Sinha Joseph Cullen

CSE 352: Self-Driving Cars. Team 2: Randall Huang Youri Paul Raman Sinha Joseph Cullen CSE 352: Self-Driving Cars Team 2: Randall Huang Youri Paul Raman Sinha Joseph Cullen What are Self-Driving Cars A self-driving car, also called autonomous car and driverless car, is a vehicle that is

More information

UNIVERSITÉ DE MONCTON FACULTÉ D INGÉNIERIE. Moncton, NB, Canada PROJECT BREAKPOINT 2015 IGVC DESIGN REPORT UNIVERSITÉ DE MONCTON ENGINEERING FACULTY

UNIVERSITÉ DE MONCTON FACULTÉ D INGÉNIERIE. Moncton, NB, Canada PROJECT BREAKPOINT 2015 IGVC DESIGN REPORT UNIVERSITÉ DE MONCTON ENGINEERING FACULTY FACULTÉ D INGÉNIERIE PROJECT BREAKPOINT 2015 IGVC DESIGN REPORT UNIVERSITÉ DE MONCTON ENGINEERING FACULTY IEEEUMoncton Student Branch UNIVERSITÉ DE MONCTON Moncton, NB, Canada 15 MAY 2015 1 Table of Content

More information

2016 IGVC Design Report Submitted: May 13, 2016

2016 IGVC Design Report Submitted: May 13, 2016 2016 IGVC Design Report Submitted: May 13, 2016 I certify that the design and engineering of the vehicle by the current student team has been significant and equivalent to what might be awarded credit

More information

Problem Definition Review

Problem Definition Review Problem Definition Review P16241 AUTONOMOUS PEOPLE MOVER PHASE III Team Agenda Background Problem Statement Stakeholders Use Scenario Customer Requirements Engineering Requirements Preliminary Schedule

More information

Vehicles at Volkswagen

Vehicles at Volkswagen Autonomous Driving and Intelligent Vehicles at Volkswagen Dirk Langer, Ph.D. VW Autonomous Driving Story 2000 2003 2006 Robot Klaus Purpose: Replace test drivers on poor test tracks (job safety) Robot

More information

Items to specify: 4. Motor Speed Control. Head Unit. Radar. Steering Wheel Angle. ego vehicle speed control

Items to specify: 4. Motor Speed Control. Head Unit. Radar. Steering Wheel Angle. ego vehicle speed control Radar Steering Wheel Angle Motor Speed Control Head Unit target vehicle candidates, their velocity / acceleration target vehicle selection ego vehicle speed control system activation, status communication

More information

Department of Electrical and Computer Science

Department of Electrical and Computer Science Department of Electrical and Computer Science Howard University Washington, DC 20059 EECE 401 & 402 Senior Design Final Report By Team AutoMoe Tavares Kidd @ 02744064 Lateef Adetona @02732398 Jordan Lafontant

More information

Detailed Design Review

Detailed Design Review Detailed Design Review P16241 AUTONOMOUS PEOPLE MOVER PHASE III Team 2 Agenda Problem Definition Review Background Problem Statement Project Scope Customer Requirements Engineering Requirements Detailed

More information

Design & Development of Regenerative Braking System at Rear Axle

Design & Development of Regenerative Braking System at Rear Axle International Journal of Advanced Mechanical Engineering. ISSN 2250-3234 Volume 8, Number 2 (2018), pp. 165-172 Research India Publications http://www.ripublication.com Design & Development of Regenerative

More information

AUTONOMOUS CARS: TECHNIQUES AND CHALLENGES

AUTONOMOUS CARS: TECHNIQUES AND CHALLENGES youtube.com/watch?v=ollfk8osnem AUTONOMOUS CARS: TECHNIQUES AND CHALLENGES Slides: https://dhgo.to/coe-cars Prof. Dr. Dominik Herrmann // University of Bamberg (Germany) Often inappropriately used. How

More information

FLYING CAR NANODEGREE SYLLABUS

FLYING CAR NANODEGREE SYLLABUS FLYING CAR NANODEGREE SYLLABUS Term 1: Aerial Robotics 2 Course 1: Introduction 2 Course 2: Planning 2 Course 3: Control 3 Course 4: Estimation 3 Term 2: Intelligent Air Systems 4 Course 5: Flying Cars

More information

UNIFIED, SCALABLE AND REPLICABLE CONNECTED AND AUTOMATED DRIVING FOR A SMART CITY

UNIFIED, SCALABLE AND REPLICABLE CONNECTED AND AUTOMATED DRIVING FOR A SMART CITY UNIFIED, SCALABLE AND REPLICABLE CONNECTED AND AUTOMATED DRIVING FOR A SMART CITY SAE INTERNATIONAL FROM ADAS TO AUTOMATED DRIVING SYMPOSIUM COLUMBUS, OH OCTOBER 10-12, 2017 PROF. DR. LEVENT GUVENC Automated

More information

CSE 352: Self-Driving Cars. Team 14: Abderrahman Dandoune Billy Kiong Paul Chan Xiqian Chen Samuel Clark

CSE 352: Self-Driving Cars. Team 14: Abderrahman Dandoune Billy Kiong Paul Chan Xiqian Chen Samuel Clark CSE 352: Self-Driving Cars Team 14: Abderrahman Dandoune Billy Kiong Paul Chan Xiqian Chen Samuel Clark Self-Driving car History Self-driven cars experiments started at the early 20th century around 1920.

More information

Automatic Braking and Control for New Generation Vehicles

Automatic Braking and Control for New Generation Vehicles Automatic Braking and Control for New Generation Vehicles Absal Nabi Assistant Professor,EEE Department Ilahia College of Engineering & Technology absalnabi@gmail.com +919447703238 Abstract- To develop

More information

On the role of AI in autonomous driving: prospects and challenges

On the role of AI in autonomous driving: prospects and challenges On the role of AI in autonomous driving: prospects and challenges April 20, 2018 PhD Outreach Scientist 1.3 million deaths annually Road injury is among the major causes of death 90% of accidents are caused

More information

Le développement technique des véhicules autonomes

Le développement technique des véhicules autonomes Shaping the future Le développement technique des véhicules autonomes Renaud Dubé, Roland Siegwart, ETH Zurich www.asl.ethz.ch www.wysszurich.ch Fribourg, 23 Juin 2016 Renaud Dubé 23.06.2016 1 Content

More information

[Kadam*et al., 5(8):August, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Kadam*et al., 5(8):August, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY VOICE GUIDED DRIVER ASSISTANCE SYSTEM BASED ON RASPBERRY-Pi Sonali Kadam, Sunny Surwade, S.S. Ardhapurkar* * Electronics and telecommunication

More information

DESIGN, SIMULATION AND TESTING OF SHRIMP ROVER USING RECURDYN

DESIGN, SIMULATION AND TESTING OF SHRIMP ROVER USING RECURDYN Ready 12th Symposium on Advance Space Technologies in Robotics and Automation, ESA / ESTEC, Noordwijk, The Nethelands DESIGN, SIMULATION AND TESTING OF SHRIMP ROVER USING RECURDYN Shivesh Kumar, Raghavendra

More information

SAFERIDER Project FP SAFERIDER Andrea Borin November 5th, 2010 Final Event & Demonstration Leicester, UK

SAFERIDER Project FP SAFERIDER Andrea Borin November 5th, 2010 Final Event & Demonstration Leicester, UK SAFERIDER Project FP7-216355 SAFERIDER Advanced Rider Assistance Systems Andrea Borin andrea.borin@ymre.yamaha-motor.it ARAS: Advanced Rider Assistance Systems Speed Alert Curve Frontal Collision Intersection

More information

Automated Driving is the declared goal of the automotive industry. Systems evolve from complicated to complex

Automated Driving is the declared goal of the automotive industry. Systems evolve from complicated to complex Automated Driving is the declared goal of the automotive industry Systems evolve from complicated to complex Radar Steering Wheel Angle Motor Speed Control Head Unit target vehicle candidates, their velocity

More information

Enhancing Wheelchair Mobility Through Dynamics Mimicking

Enhancing Wheelchair Mobility Through Dynamics Mimicking Proceedings of the 3 rd International Conference Mechanical engineering and Mechatronics Prague, Czech Republic, August 14-15, 2014 Paper No. 65 Enhancing Wheelchair Mobility Through Dynamics Mimicking

More information

ACTIVE SAFETY 3.0. Prof. Kompaß, VP Fahrzeugsicherheit, 14. April 2016

ACTIVE SAFETY 3.0. Prof. Kompaß, VP Fahrzeugsicherheit, 14. April 2016 ACTIVE SAFETY 3.0 Prof. Kompaß, VP Fahrzeugsicherheit, 14. April 2016 THE NEW BMW 7 SERIES DRIVER ASSISTANCE PROVIDES COMFORT AND SAFETY AT THE HIGHEST LEVEL. Crossing traffic warning rear / front Lane

More information

Gavin Hannah - HND Electronic Engineering Graded Unit Solutions. Christian Hammond, City of Glasgow College. John Woods, City of Glasgow College

Gavin Hannah - HND Electronic Engineering Graded Unit Solutions. Christian Hammond, City of Glasgow College. John Woods, City of Glasgow College Project Name: SARRRO (Search & Rescue Reconnaissance Rover) Customer: Supervisor: Engineer: Christian Hammond, City of Glasgow College John Woods, City of Glasgow College Gavin Hannah Project Solutions

More information

REU: Improving Straight Line Travel in a Miniature Wheeled Robot

REU: Improving Straight Line Travel in a Miniature Wheeled Robot THE INSTITUTE FOR SYSTEMS RESEARCH ISR TECHNICAL REPORT 2013-12 REU: Improving Straight Line Travel in a Miniature Wheeled Robot Katie Gessler, Andrew Sabelhaus, Sarah Bergbreiter ISR develops, applies

More information

Unmanned autonomous vehicles in air land and sea

Unmanned autonomous vehicles in air land and sea based on Ulrich Schwesinger lecture on MOTION PLANNING FOR AUTOMATED CARS Unmanned autonomous vehicles in air land and sea Some relevant examples from the DARPA Urban Challenge Matteo Matteucci matteo.matteucci@polimi.it

More information

LiDAR Teach-In OSRAM Licht AG June 20, 2018 Munich Light is OSRAM

LiDAR Teach-In OSRAM Licht AG June 20, 2018 Munich Light is OSRAM www.osram.com LiDAR Teach-In June 20, 2018 Munich Light is OSRAM Agenda Introduction Autonomous driving LIDAR technology deep-dive LiDAR@OS: Emitter technologies Outlook LiDAR Tech Teach-In June 20, 2018

More information

Virtual Testing of the Full Vehicle System

Virtual Testing of the Full Vehicle System Virtual Testing of the Full Vehicle System Mike Dempsey Claytex Services Limited Software, Consultancy, Training Based in Leamington Spa, UK Office in Cape Town, South Africa Experts in Systems Engineering,

More information

In recent years, multirotor helicopter type autonomous UAVs are being used for aerial photography and aerial survey. In addition, various

In recent years, multirotor helicopter type autonomous UAVs are being used for aerial photography and aerial survey. In addition, various 25 6 18 In recent years, multirotor helicopter type autonomous UAVs are being used for aerial photography and aerial survey. In addition, various applications such as buildings maintenance, security and

More information

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF CHRIS THIBODEAU SENIOR VICE PRESIDENT AUTONOMOUS DRIVING Ushr Company History Industry leading & 1 st HD map of N.A. Highways

More information

Using cloud to develop and deploy advanced fault management strategies

Using cloud to develop and deploy advanced fault management strategies Using cloud to develop and deploy advanced fault management strategies next generation vehicle telemetry V 1.0 05/08/18 Abstract Vantage Power designs and manufactures technologies that can connect and

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 MOTIVATION OF THE RESEARCH Electrical Machinery is more than 100 years old. While new types of machines have emerged recently (for example stepper motor, switched reluctance

More information

University of Michigan s Work Toward Autonomous Cars

University of Michigan s Work Toward Autonomous Cars University of Michigan s Work Toward Autonomous Cars RYAN EUSTICE NAVAL ARCHITECTURE & MARINE ENGINEERING MECHANICAL ENGINEERING, AND COMPUTER SCIENCE AND ENGINEERING Roadmap Why automated driving? Next

More information

2015 The MathWorks, Inc. 1

2015 The MathWorks, Inc. 1 2015 The MathWorks, Inc. 1 [Subtrack 2] Vehicle Dynamics Blockset 소개 김종헌부장 2015 The MathWorks, Inc. 2 Agenda What is Vehicle Dynamics Blockset? How can I use it? 3 Agenda What is Vehicle Dynamics Blockset?

More information

Introduction Projects Basic Design Perception Motion Planning Mission Planning Behaviour Conclusion. Autonomous Vehicles

Introduction Projects Basic Design Perception Motion Planning Mission Planning Behaviour Conclusion. Autonomous Vehicles Dipak Chaudhari Sriram Kashyap M S 2008 Outline 1 Introduction 2 Projects 3 Basic Design 4 Perception 5 Motion Planning 6 Mission Planning 7 Behaviour 8 Conclusion Introduction Unmanned Vehicles: No driver

More information

A HIGH EFFICIENCY BUCK-BOOST CONVERTER WITH REDUCED SWITCHING LOSSES

A HIGH EFFICIENCY BUCK-BOOST CONVERTER WITH REDUCED SWITCHING LOSSES Int. J. Elec&Electr.Eng&Telecoms. 2015 Mayola Miranda and Pinto Pius A J, 2015 Research Paper ISSN 2319 2518 www.ijeetc.com Special Issue, Vol. 1, No. 1, March 2015 National Level Technical Conference

More information

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M.

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Final Report James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Schwartz Teaching Assistants: Mike Pridgen and Thomas Vermeer Table

More information

Developing a Platoon-Wide Eco-Cooperative Adaptive Cruise Control (CACC) System

Developing a Platoon-Wide Eco-Cooperative Adaptive Cruise Control (CACC) System Developing a Platoon-Wide Eco-Cooperative Adaptive Cruise Control (CACC) System 2017 Los Angeles Environmental Forum August 28th Ziran Wang ( 王子然 ), Guoyuan Wu, Peng Hao, Kanok Boriboonsomsin, and Matthew

More information

Development of Fuzzy Logic Based Odor Detection

Development of Fuzzy Logic Based Odor Detection Development of Fuzzy Logic Based Odor Detection Azahar, T. M. 1,a, Norlaila Ashikin, M. S. 2,b, Nuwairah, A. 3,c Universiti Kuala Lumpur MFI, 43650 Bandar Baru Bangi, Selangor a tgazahar@mfi.unikl.edu.my,

More information

ADVANCED HEAD-LIGHT CONTROLLING SYSTEM FOR VEHICLES

ADVANCED HEAD-LIGHT CONTROLLING SYSTEM FOR VEHICLES ADVANCED HEAD-LIGHT CONTROLLING SYSTEM FOR VEHICLES Mr. Vishal G. Nandokar 1, Prof. K. Sujatha 2, Prof. Harshvardhan Upadhyay 3 1 PG Scholar (VLSI & Embedded System) Shree Ramchandra College of Engineering,

More information

Detection of rash driving on highways

Detection of rash driving on highways Detection of rash driving on highways 1 Ladly Patel, 2 Kumar Abhishek Gaurav, 3 Dr. Revathi V 1,2 Mtech. CSE (Big Data & IoT), 3 Associate Professor Dayananda Sagar University, Bengaluru, India Abstract-

More information

Autonomyof vehicles. Prof. dr. Jernej Klemenc, dr. Simon Oman

Autonomyof vehicles. Prof. dr. Jernej Klemenc, dr. Simon Oman Autonomyof vehicles Prof. dr. Jernej Klemenc, dr. Simon Oman 12. Julij 2018 Content Sensors and ICT (information communication technology) Data processing -identification of traffic signalization and various

More information

D.J.Kulkarni, Deputy Director, ARAI

D.J.Kulkarni, Deputy Director, ARAI D.J.Kulkarni, Deputy Director, ARAI Why advanced ITS and Safety Systems? Building Ideal Vehicles Safer & More comfortable Why Advanced ITS & Safety Systems? contd. Insert Road Accident Deaths graph from

More information

Test & Validation Challenges Facing ADAS and CAV

Test & Validation Challenges Facing ADAS and CAV Test & Validation Challenges Facing ADAS and CAV Chris Reeves Future Transport Technologies & Intelligent Mobility Low Carbon Vehicle Event 2016 3rd Revolution of the Automotive Sector 3 rd Connectivity

More information

Robotic Wheel Loading Process in Automotive Manufacturing Automation

Robotic Wheel Loading Process in Automotive Manufacturing Automation The 2009 IEEE/RSJ International Conference on Intelligent Robots and Systems October 11-15, 2009 St. Louis, USA Robotic Wheel Loading Process in Automotive Manufacturing Automation Heping Chen, William

More information

Traffic Operations with Connected and Automated Vehicles

Traffic Operations with Connected and Automated Vehicles Traffic Operations with Connected and Automated Vehicles Xianfeng (Terry) Yang Assistant Professor Department of Civil, Construction, and Environmental Engineering San Diego State University (619) 594-1934;

More information

AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE. CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development

AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE. CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development GENERAL MOTORS FUTURAMA 1939 Highways & Horizons showed

More information

Simulation and Analysis of Vehicle Suspension System for Different Road Profile

Simulation and Analysis of Vehicle Suspension System for Different Road Profile Simulation and Analysis of Vehicle Suspension System for Different Road Profile P.Senthil kumar 1 K.Sivakumar 2 R.Kalidas 3 1 Assistant professor, 2 Professor & Head, 3 Student Department of Mechanical

More information

Data Collection Technology at ARRB Transport Research

Data Collection Technology at ARRB Transport Research Data Collection Technology at ARRB Transport Research Philip Roper 1 (Presenter) 1 ARRB Transport Research Biography Philip Roper joined ARRB Transport Research in May 2002. He holds a Bachelor of Engineering

More information

Battery to supply nonstop energy to load at the same time contingent upon the accessibility of the vitality sources. In

Battery to supply nonstop energy to load at the same time contingent upon the accessibility of the vitality sources. In ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com MONITORING AND CONTROL OF HYBRID ENERGY SOURCE SCHEME FOR GREEN ENVIRONMENT IN CHEMICAL AND PHARMACEUTICAL INDUSTRIES

More information

THE FAST LANE FROM SILICON VALLEY TO MUNICH. UWE HIGGEN, HEAD OF BMW GROUP TECHNOLOGY OFFICE USA.

THE FAST LANE FROM SILICON VALLEY TO MUNICH. UWE HIGGEN, HEAD OF BMW GROUP TECHNOLOGY OFFICE USA. GPU Technology Conference, April 18th 2015. THE FAST LANE FROM SILICON VALLEY TO MUNICH. UWE HIGGEN, HEAD OF BMW GROUP TECHNOLOGY OFFICE USA. THE AUTOMOTIVE INDUSTRY WILL UNDERGO MASSIVE CHANGES DURING

More information

An Autonomous Two Wheel Based Self- Balancing Robot Using Arduino

An Autonomous Two Wheel Based Self- Balancing Robot Using Arduino www.ijaceeonline.com ISSN: 2456-3935 An Autonomous Two Wheel Based Self- Balancing Robot Using Arduino Md. Abdullah Al Ahasan Lecturer, Department of Computer Science and Engineering, Bangladesh University

More information

Design of SPARUS II AUV

Design of SPARUS II AUV Design of SPARUS II AUV Underwater Robotics Research Centre (CIRS) Computer Vision and Robotics Institute Universitat de Girona, 17003, Girona, Spain. web: http://cirs.udg.edu Contact person: Marc Carreras

More information

Syllabus: Automated, Connected, and Intelligent Vehicles

Syllabus: Automated, Connected, and Intelligent Vehicles Page 1 of 8 Syllabus: Automated, Connected, and Intelligent Vehicles Part 1: Course Information Description: Automated, Connected, and Intelligent Vehicles is an advanced automotive technology course that

More information

LiDAR and the Autonomous Vehicle Revolution for Truck and Ride Sharing Fleets

LiDAR and the Autonomous Vehicle Revolution for Truck and Ride Sharing Fleets July 12, 2017 LiDAR and the Autonomous Vehicle Revolution for Truck and Ride Sharing Fleets Louay Eldada CEO and Co-founder, Quanergy Systems New Paradigm in 3D Sensing Disruptive Technologies: Solid State

More information

INTRODUCTION Team Composition Electrical System

INTRODUCTION Team Composition Electrical System IGVC2015-WOBBLER DESIGN OF AN AUTONOMOUS GROUND VEHICLE BY THE UNIVERSITY OF WEST FLORIDA UNMANNED SYSTEMS LAB FOR THE 2015 INTELLIGENT GROUND VEHICLE COMPETITION University of West Florida Department

More information

Cybercars : Past, Present and Future of the Technology

Cybercars : Past, Present and Future of the Technology Cybercars : Past, Present and Future of the Technology Michel Parent*, Arnaud de La Fortelle INRIA Project IMARA Domaine de Voluceau, Rocquencourt BP 105, 78153 Le Chesnay Cedex, France Michel.parent@inria.fr

More information

Embedding Technology in Transportation Courses Symposium on Active Student Engagement in Civil and Transportation Engineering

Embedding Technology in Transportation Courses Symposium on Active Student Engagement in Civil and Transportation Engineering Embedding Technology in Transportation Courses Symposium on Active Student Engagement in Civil and Transportation Engineering Louisiana Tech University, Ruston, LA July 24-26, 2016 Overview Introduction

More information

ParkNet: Drive-by Sensing of Road-side Parking Statistics

ParkNet: Drive-by Sensing of Road-side Parking Statistics ParkNet: Drive-by Sensing of Road-side Parking Statistics Published by: Mathur, Suhas, Tong Jin, Nikhil Kasturirangan, Janani Chandrasekaran, Wenzhi Xue, Marco Gruteser, and Wade Trappe in Mobisys 2010.

More information

Research and Design of an Overtaking Decision Assistant Service on Two-Lane Roads

Research and Design of an Overtaking Decision Assistant Service on Two-Lane Roads Research and Design of an Overtaking Decision Assistant Service on Two-Lane Roads Shenglei Xu, Qingsheng Kong, Jong-Kyun Hong and Sang-Sun Lee* Department of Electronics and Computer Engineering, Hanyang

More information

[Shah, 4(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Shah, 4(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY SMART CONTROLLER TO MAINTAIN SAFE DISTANCE BETWEEN VEHICLES Sharvil Shah Computer Science and Engineering, VIT, Vellore, India

More information

Fuzzy based Adaptive Control of Antilock Braking System

Fuzzy based Adaptive Control of Antilock Braking System Fuzzy based Adaptive Control of Antilock Braking System Ujwal. P Krishna. S M.Tech Mechatronics, Asst. Professor, Mechatronics VIT University, Vellore, India VIT university, Vellore, India Abstract-ABS

More information

RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve

RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve Saivignesh H 1, Mohamed Shimil M 1, Nagaraj M 1, Dr.Sharmila B 2, Nagaraja pandian M 3 U.G. Student, Department of Electronics and

More information

Enabling Technologies for Autonomous Vehicles

Enabling Technologies for Autonomous Vehicles Enabling Technologies for Autonomous Vehicles Sanjiv Nanda, VP Technology Qualcomm Research August 2017 Qualcomm Research Teams in Seoul, Amsterdam, Bedminster NJ, Philadelphia and San Diego 2 Delivering

More information

Photoelectric Sensor Based Intelligent Track Racing Car

Photoelectric Sensor Based Intelligent Track Racing Car Available online at www.sciencedirect.com Procedia Engineering 41 (2012 ) 588 592 International Symposium on Robotics and Intelligent Sensors 2012 (IRIS 2012) Photoelectric Sensor Based Intelligent Track

More information

VALET project: how connected and automated driving will change urban parking? Proposition technique

VALET project: how connected and automated driving will change urban parking? Proposition technique VALET project: how connected and automated driving will change urban parking? Proposition technique 1 AKKA Vision on the future of mobility EE architecture Powertrain Power storage New body design Robotised

More information

Automotive Electronics/Connectivity/IoT/Smart City Track

Automotive Electronics/Connectivity/IoT/Smart City Track Automotive Electronics/Connectivity/IoT/Smart City Track The Automobile Electronics Sessions explore and investigate the ever-growing world of automobile electronics that affect virtually every aspect

More information

Self-Driving Vehicles in the Park

Self-Driving Vehicles in the Park Self-Driving Vehicles in the Park Bryant Walker Smith Center for Internet and Society Center for Automotive Research cyberlaw.stanford.edu/about/people/bryant-walker-smith 1 A robot by any other name Self-driving

More information

Financial Planning Association of Michigan 2018 Fall Symposium Autonomous Vehicles Presentation

Financial Planning Association of Michigan 2018 Fall Symposium Autonomous Vehicles Presentation Financial Planning Association of Michigan 2018 Fall Symposium Autonomous s Presentation 1 Katherine Ralston Program Manager, Autonomous s 2 FORD SECRET Why Autonomous s Societal Impact Great potential

More information

Week 11. Module 5: EE100 Course Project Making your first robot

Week 11. Module 5: EE100 Course Project Making your first robot Week 11 Module 5: EE100 Course Project Making your first robot Dr. Ing. Ahmad Kamal Nasir Office Hours: Room 9-245A Tuesday (1000-1100) Wednesday (1500-1600) Course Project: Wall-Follower Robot Week 1

More information