Implementation of an Autonomous Driving System for Parallel and Perpendicular Parking

Size: px
Start display at page:

Download "Implementation of an Autonomous Driving System for Parallel and Perpendicular Parking"

Transcription

1 Implementation of an Autonomous Driving System for Parallel and Perpendicular Parking Ming-Hung Li, Po-Kai Tseng Abstract This paper proposes an autonomous self-parking system in specific parking area. In this system, the vehicle can drive itself and find the parking spaces to park automatically using a smartphone. The system consists of parking place searching, steering control, path tracking and wireless communication. According to the type of the parking space which has recognized by ultrasonic scanning, the system will record the suitable parking space, and send the information to the driver s smartphone via wireless network. The developed system sees a limit at vehicular length of +.8 m and vehicular width of +1m in parallel and perpendicular lot respectively by using Fuzzy-PID steering tracking control and self-positioning via odometry. After the parking is finished, our system will send a success message to inform the driver. The maximum angle between demonstrated vehicle and connecting line of bordering vehicles is smaller than 5⁰. Our proposed system is carried out with theoretical algorithm, and hardware integration, and furthermore the result shows the ability of vehicle parking. I. INTRODUCTION Many active safety systems have been applied in recent advances of intelligent driver assistance systems. In order to reduce the collision accidents, many car manufactures aim at promoting the safety and convenience by using various sensors or actuators embedded in vehicles, as known as lane keeping system (LKS, blind detection system (BDS and so on [1-]. Since the Toyota motor has devoted parking system into commercial product on Prius/Lexus models, it has already become one of the popular assistant driving devices. It is always a problem to parking a vehicle for beginners, because the turning point of parking is hard to know. Many research institutes or manufacturers also have been developing the parking guidance system because the advanced parking guidance system is one of the growing topics that aim to enhance the comfort and safety of driving. With vehicles increasing rapidly, available parking spaces have become more and more scarce. Due to the reduction of the parking space, potential accidents are increased in the duration of parking. To reduce the accidents, a parking assistant system (PAS is presented in [3]. The PAS uses the rear camera and ultrasonic sensor to detect rear obstacle to assist driver for parking. To improve PAS, the advanced parking guidance system (APGS [4-5] has presented. In *Resrach supported by Department of Industrial Technology, Ministry of Economic Affairs, Taiwan, R.O.C.. Ming-Hung Li is with Automotive Research and Testing Center, Changhua County 5544, Taiwan (phone: ;fax: ; stanley.li@artc.org.tw. Po-Kai Tseng is with Automotive Research and Testing Center, Changhua County 5544, Taiwan ( pktseng@artc.org.tw. APGS, the surrounding environment can be sensed through camera and ultrasonic sensors to find suitable parking space. When the parking space is found, the system will start to control steer and remind driver to forward and reverse until parking finished. Instead of semi-automatic parking function, we proposed an autonomous driving system to complete parallel and reverse parking without any human interaction. In this paper, the demonstrated vehicle which is equipped with proposed system enters the parking area, and driver only needs to stop it at the entrance. Next, driver gets out of the vehicle and uses a smart phone to perform the parking. The parking command requests server through smart phone to obtain the parking area map and driving path which has stored in the server. After proposed system gets the map of parking area and driving path, the demonstrated vehicle will drive itself and search the suitable parking place by tracking the built-in driving path. Once a parallel or perpendicular parking space is detected from ultrasonic, parking trajectory will be generated, and reverse the demonstrated vehicle into the parking space automatically by steering tracking control. Figure 1. The architecture of our research II. SYSTEM SCHEME The main of proposed system is comprised of parking space scanning, steering control, path tracking, and wireless communication. The driving path and the environment of parking area have built up as a map in a server in advance. One real time kinematic GPS (RTK-GPS is used to enhance the precision of the demonstrated vehicle position and help it to track the driving path. Twelve ultrasonic sensors are being installed on the demonstrated vehicle to detect available parking spaces. The architecture of proposed system is shown in Fig. 1.

2 A. The Architecture of Proposed System The proposed system uses a server to update the map of parking and store the driving path, which used RTK to build in advance. Once a parking space is unoccupied, this information is sent to server to update parking lot map, and the driver can select the unoccupied parking place through the smart phone. When the demonstrated vehicle enters this parking area, the driver gets out of the vehicle and uses the smart phone to request server to provide the map of parking area and driving path. Driver just needs to touch a start parking button on the smart phone, then it will send a parking command to vehicle and server. Suitable parking lots will be recognized with -D parking space map which is built by ultrasonic sensors scanning. After the driver picks the one of the available parking lots, the demonstrated vehicle will park into the space with steering control. A RTK-GPS is roof-mounted on the center of rear axle to provide the real-time GPS position and the heading of the vehicle for keeping the demonstrated vehicle on the driving path. The data rate of RTK-GPS is at Hz. The scanning technology of ultrasonic sensor is adopt as scanning unit for parking space scanning and availability of parking space validation. In addition, the proposed system uses the wheel speed sensor which is installed on the vehicle to count the traveling distance and build -D parking space with ultrasonic sensor scanning. In control unit, an electric power steering (EPS system is equipped into the steering wheel of the vehicle for implementation of automatic parking. The EPS includes, width modulation (PWM, steering angle sensor, and motor to control steering wheel and sense the steering angle. The steering angle is used to detect the on-line angle and feedback to IPS controller in order to do remote control. The interface of steering sensor communicates via controller area network (CAN with unique ID which is defined by our self. The data length is 16 bits in Intel mode, and the resolution is 1 degree. The turning mechanism of demonstrated vehicle is column type and its power steering system is brush DC motor, hence the motor driver is composed of eight transistors, named as dual H-bridge circuit. The driving ability of dual H-bridge is about 7A and the pulse width modulation (PWM frequency is 4 khz. The steering control with a developed Fuzzy-PID can be utilized to automatically control the vehicle longitudinal and lateral motion. Besides, there is a brake module in the demonstrated vehicle, which to control the reverse speed during path tracking. A microcontroller unit (MCU is the mainly adopted IPS and decision maker, where signals of steering wheel, gear, ultrasonic sensors, PC1, and PC are delivered on the CAN bus via the message oriented transmission protocol [6-7]. Each signal is 8 bytes data with using 11-bit identifier. Since the speed of the vehicle is set as idle speed, we do not control the throttle. The PC1 is to process the information from RTK-GPS. The RTK-GPS data follows the NMEA [8] form. A C# program is used to get the latitude, longitude, and heading from $GPRMC. The PC is a listening client to wait a message from smart phone and then command to MCU. All the mainly equipment of the demonstrated vehicle are shown in Fig.. All the wireless communications between camera, server, smart phone, and vehicle follows the IEEE 8.11b standard. The database of server is built by Microsoft SQL Server. Figure. The mainly equipment of the proposed system III. PLOT OF THE PROPOSED AUTONOMOUS DRIVING SYSTEM An experimental parking area is selected in Automotive Research & Testing Center (ARTC. The experimental parking area is composed of 8 parking lots, including parallel and perpendicular space. Four vehicles have arranged to create parking lot. Server is set up in a room where is located in the parking area to monitor parking lots and updated information. Fig. 3 shows the plot of this paper, there are few steps as following statements: System Start Driver uses the smart phone to start proposed system. We generate the driving path for the parking vehicle in advance so that the demonstrated vehicle can track the built-in driving path. Automatic Driving The driving path is measured manually by RTK-GPS. Based on the reference points, the entrance point, exit point, and corners, are calculated via interpolation method. The driving path then can be derived via interpolation method, and we use pure pursuit [9] which is known for autonomous driving to keep the demonstrate vehicle on our planning path. Parallel and Perpendicular Spaces Detection and Parking The -D parking space map is built via fusion of ultrasonic sensors and wheel speed sensor, and the suitable and type of parking space is identified by the pattern which stored in database. Proposed system will plan the parking path, according to the size of parking lot, type of parking lot, lateral distance of between the bordering vehicle and the demonstrated vehicle. Furthermore, intelligent parking system will help it automatic reverse into the parking lot with steering control.

3 Figure 3. The driving path for experimental parking area A. Path Tracking The goal of the proposed path tracking (PT scheme is to navigate the vehicle to track the driving path. The proposed PT scheme includes two phases, first phase is to determine goal point, second is to determine the steering angle, shown in Fig. 4, where the yellow part represents the phase 1 and the orange part represents the phase. Initially, the RTK-GPS of vehicle is inputted to the PT scheme. Then, the phase is triggered to determine goal point. In the phase 1, all the RTK-GPS coordinates which are within the circle of radius (i.e., Dis and located at the front of vehicle (i.e., y > on the driving path are picked and stored to find the goal point. Once the goal point is determined, the phase is triggered. In the phase, the goal point is inputted to pure pursuit algorithm to calculate the curvature for the tracking from the current RTK-GPS position to the goal point. After the curvature is computed, curvature is substituted into the kinematic steering condition [1] to obtain the steering angle. The steering angle then is set as the input of Fuzzy-PID to control steering wheel. The RTK-GPS position is composed of (x, y, h, where x means the latitude, y is the longitude, and h is the heading of the vehicle. The pure pursuit algorithm uses the relations of the relative horizontal distance (H and the distance (D between current RTK-GPS position and goal point to compute the curvature (. H (1 D Since the experimental vehicle uses idle speed to park, i.e., the slip angles are zero, the steering angle can be determined by the kinematic steering condition. If we assume that a front-wheel-steering 4WS vehicle is turning to left on a circle of radius R, the kinematic steering condition is expressed as (. where R a l cot cot cot cot 1 Figure 4. The Proposed PT scheme 1 and represent the steer angle of the inner and outer wheels, respectively. l is the distance between the front and rear axles is the distance between the mass center of vehicle and rear axle is the steering angle. Then, the steering angle can be obtained by rewriting (. where cot 1 ( R a ( l 1/ 1 R Therefore, in the PT scheme, when the curvature is calculated by pure pursuit algorithm, the curvature is substituted into (5 to obtain the steering angle. B. Parking Path Planning The parking path is generated by the previous proposed work, automatic parking system [3-4]. The automatic parking system includes a gyro, an incremental wheel pulse transducer (WPT, and ultrasonic sensors to measure the heading angle of the vehicle, traveling distance, and rear obstacle, respectively. There are two parts in path planning. One is parallel mode, the other is perpendicular mode. In parallel mode, a geometry relation in Fig. 5 has been considered to build the mathematical model of parking space. The car detail specification can be found from manufacture, including vehicular length (L, width (W and distance from rear-wheel axis to bumper (c. The width of parking space usually fixed between 1.5 m and.5 m. The m and n are the key parameters, and it can be measured by ultrasonic sensors. The system operation hypothesizes the second radius as minimum one in (6. Besides, the parking action aslo has constrained and considered the first radius in Fig. 5, N is the gear ratio and s is steering angle. Accordingly, the constrained relations of longitudinal and lateral are concluded into (7-(8 R min_ out s W l cot N min_out min_out 1 (6 (R R cos ( L csin ( D b (7

4 R sin ( L ccos H c (8 min_out y(cm x(cm Figure 6. Path Planning Simulation Figure 5. Parallel Geometry Model The geometry can give two relations in (9 and (1 from the original position and first turn relation. According to (11 expression, the first radius can be calculated. The steering of the vehicle can be controlled automatically, which based on sensing relative lateral distance (m and reference point to bumper distance (c. m D U b R (9 ( 1 s ( R R ( H n b ( R U (1 min_ out s min_ out ( H n b Rmin_ out ( m D b1 ( m D b1 Rs (11 ( m D b1 The angle variation α of first turn is shown in (1 by lateral relation. 1 H n b sin (1 Rmin_ out R s In addition, a relative lateral distance (m has considered that parking path should be the same with relative lateral distance changing. Therefore, the length of the line L which is following the first turn can be expressed as (13. L = q + offset + (m min (13 q is a constant as minimum length in L, and L will be adjusted accordingly when relative lateral distance (m and offset are updated. The offset is an offset from new trajectory to original, it is zero except the relative lateral distance (m is not equal to minimum relative lateral distance (min. Fig.6 shows the path planning with different relative lateral distance. In perpendicular mode, the algorithm derivation has an assumption that initial position of demonstrated vehicle is perpendicular to parking space. The same as parallel, m and n still are the key parameters. The perpendicular mathematical model has simplified, which is shown in Fig. 7. The parameters of n and m are derived by (14 and (15, respectively. Figure 7. Perpendicular Geometry Model m R n R c min b 1 min Rmin Rmin b1 ( b where the R min, c, b 1, and b are shown in Fig. 8. IV. CONTROL TRACKING METHOD In order to follow a certain path, the path tracking plays the important role of how to determine speed and steering settings at each instant of time. As mentioned previously, the optimal tracking position can be generated by measuring related parameters, meanwhile the tracking points are compared to current position, and furthermore got a smoothly control by Fuzzy-PID steering control method with built-in gain in Table 1 [11-13]. The precise steering control has experimented by means of collection the steering angle error and accumulated error, and then to form Fuzzy-PID table. Each membership function is composed of three triangular curves in central position, and both sides are trapezoid relations. Finally the control gains of the fuzzy table can be filled using center of

5 gravity, and the defuzzification shows as KI = {.3/NB,.4/NS,.5/ZR,.8/PS,1./PB} and Kp = {6/NB,1/NS,15/ZR,/PS,5/PB} and KD = {3/NB,3/NS,3/ZR,5/PS,5/PB }. TABLE I. FUZZY-PID TABLE K P / K I /K D Steering angle error NB NS ZR PS PB NB NB NB NS NS PB NS NS ZR NS ZR PS ZR NS NS ZR PS PS PS NS ZR PS ZR PS PB NB PS PS PB PB Error sum Figure 9. Scan for Perpendicular Parking Space V. VERIFICATION TESTS In this paper, the experiment has been tested in ARTC campus, and the demonstrated vehicle is a SUV. The scenario can refer to Fig. 1, which the demonstrated vehicle looks for available parking space without a person on board. There are parallel and perpendicular lots in the parking area and only right side parking considered in our plot. Our proposed system has the ability to identify the type of parking space. Fig. 8 and Fig. 9 show the scanning result of parallel space and perpendicular lot. When the demonstrated vehicle has found a suitable parking lot, it will track the trajectories which generated from proposed path planning until parking finish. In order to verify the performance of parking result, this paper has proposed a method to calculate the angle (θ which is between demonstrated vehicle and connecting line of right bordering vehicle. The detail definition of parallelism is shown in Fig. 1. The parallel and perpendicular parking have been tested fifteen times respectively. Fig. 11 and Fig. 1 show the test results of parallel and perpendicular. Both of them have good performance in tern of parallelism, all the test results of the angle (θ are smaller than 5⁰. On top of that, the offsets of parallel mode are kept in the range of -1 cm to 15 cm, and the offsets of perpendicular mode have met our goal also, which are in the range 5cm to 8cm. It is comfortable to open the door d f d f Figure 1. Definition of Parking Performance Parallel to the front vehicle number Figure 11. Performance of Parallel Parking Parallel to the right vehicle d r d r Figure 8. Scan for Parallel Parking Space number Figure 1. Perfermeace of Perpendicular Parking

6 VI. CONCLUSION In this work, an intelligent automatic parking system is implemented in ARTC. The demonstrated vehicle have been self-driving on the specific path and parking into the parking space successfully. RTK provides high precise path coordinate as tracking reference. The verification tests have been experimented over 5 times, the results have been proven the feasibility of odometer, EPS driver and ultrasonic sensor integration. The proposed system has an ability of the parking space identification and high active-safety parking without a person on board. The tests show the results of the angle (θ between demonstrated vehicle and connecting line of bordering vehicle are smaller than 5⁰. In the future, LIDAR and camera will be considered to solve more complicated environment and expect that proposed technology can carry out in real world. ACKNOWLEDGMENT This work was supported by Department of Industrial Technology, Ministry of Economic Affairs, Taiwan, R.O.C. REFERENCES [1] SAE J399: Adaptive Cruise Control (ACC Operating Characteristics and User Interface, Society of Automotive Engineer, Dec. 3. [] Persson, M. et al., Stop and Go Controller for Adaptive Cruise Control, Proc. of the 1999 IEEE International Control Applications Conference, Vol., Aug. 1999, pp [3] C. Vestri, S. Bougnoux, R. Bendahan, K. Fintzel, S. Wybo, F. Abad and T. Kakinami, Evaluation of a Vision-Based Parking Assistance System,. IEEE Conf. Intelligent Transportation Systems, pp. 56 6, 5. [4] Tsung-hua Hsu, Jing-Fu Liu, Pen-Ning Yu, Wang-Shuan Lee and Jia-Sing Hsu, Development of an Automatic Parking System for Vehicle, IEEE Vehicle Power and Propulsion Conference (VPPC, Sept. 8. [5] Chun Hsiung Chen, Chan Wei Hsu and Chi Chun Yao, A Novel Design for Full Automatic Parking System, ITS Telecommunications (ITST, Nov. 1. [6] Robert Bosch GmbH, CAN Specification Version., September [7] K. M. Zuberl, Scheduling Messages on Controller Area Network for Real-Time CIM Applications, IEEE Trans. on Robotics and Automation, vol. 13, no., pp , April [8] NMEA 183 Standard for Interfacing Marine Electronics Devices, Revision 3.1, NMEA Standard 183,. [9] R C. Coulter, Implementation of the Pure Pursuit Path Tracking Algorithm, Robotics Institute, Carnegie Mellon University, Jan [1] R. N. Jazar, Vehicle Dynamics: theory and application, Springer, 8. [11] C. C. Lee, Fuzzy Logic in Control System: Fuzzy Logic Controller, Part I and Part II, IEEE Trans. System, Man and Cyb., Vol., No., pp , 199. [1] Coulter, R. C. Implementation of the Pure Pursuit Path Tracking Algorithm, Robotics Institute, Carnegie Mellon University, January, 199. [13] Herdia, G. et al., Stability of Autonomous Vehicle Path Tracking with Pure Delays in the Control Loop, Advanced Robotics, Vol. 1, No. 1, 7, pp. 3-5.

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

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

Design of Integrated Power Module for Electric Scooter

Design of Integrated Power Module for Electric Scooter EVS27 Barcelona, Spain, November 17-20, 2013 Design of Integrated Power Module for Electric Scooter Shin-Hung Chang 1, Jian-Feng Tsai, Bo-Tseng Sung, Chun-Chen Lin 1 Mechanical and Systems Research Laboratories,

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

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

Low-power TPMS Data Transmission Technique Based on Optimal Tire Condition

Low-power TPMS Data Transmission Technique Based on Optimal Tire Condition Low-power TPMS Data Transmission Technique Based on Optimal Tire Condition Suk-seung Hwang Dept. of Mechatronics Engineering, Chosun University Gwangju, Korea hwangss@chosun.ac.kr Seong-min Kim Dept. of

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

Vehicle Dynamics and Drive Control for Adaptive Cruise Vehicles

Vehicle Dynamics and Drive Control for Adaptive Cruise Vehicles Vehicle Dynamics and Drive Control for Adaptive Cruise Vehicles Dileep K 1, Sreepriya S 2, Sreedeep Krishnan 3 1,3 Assistant Professor, Dept. of AE&I, ASIET Kalady, Kerala, India 2Associate Professor,

More information

A Novel GUI Modeled Fuzzy Logic Controller for a Solar Powered Energy Utilization Scheme

A Novel GUI Modeled Fuzzy Logic Controller for a Solar Powered Energy Utilization Scheme 1 A Novel GUI Modeled Fuzzy Logic Controller for a Solar Powered Energy Utilization Scheme I. H. Altas 1, * and A.M. Sharaf 2 ihaltas@altas.org and sharaf@unb.ca 1 : Dept. of Electrical and Electronics

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

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

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

Design of Power System Control in Hybrid Electric. Vehicle

Design of Power System Control in Hybrid Electric. Vehicle Page000049 EVS-25 Shenzhen, China, Nov 5-9, 2010 Design of Power System Control in Hybrid Electric Vehicle Van Tsai Liu Department of Electrical Engineering, National Formosa University, Huwei 632, Taiwan

More information

RTOS-CAR USING ARM PROCESSOR

RTOS-CAR USING ARM PROCESSOR Int. J. Chem. Sci.: 14(S3), 2016, 906-910 ISSN 0972-768X www.sadgurupublications.com RTOS-CAR USING ARM PROCESSOR R. PATHAMUTHU *, MUHAMMED SADATH ALI, RAHIL and V. RUBIN ECE Department, Aarupadai Veedu

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

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

EB TechPaper. Staying in lane on highways with EB robinos. elektrobit.com

EB TechPaper. Staying in lane on highways with EB robinos. elektrobit.com EB TechPaper Staying in lane on highways with EB robinos elektrobit.com Highly automated driving (HAD) raises the complexity within vehicles tremendously due to many different components that need to be

More information

A Simple Approach for Hybrid Transmissions Efficiency

A Simple Approach for Hybrid Transmissions Efficiency A Simple Approach for Hybrid Transmissions Efficiency FRANCESCO BOTTIGLIONE Dipartimento di Meccanica, Matematica e Management Politecnico di Bari Viale Japigia 182, Bari ITALY f.bottiglione@poliba.it

More information

Steering Actuator for Autonomous Driving and Platooning *1

Steering Actuator for Autonomous Driving and Platooning *1 TECHNICAL PAPER Steering Actuator for Autonomous Driving and Platooning *1 A. ISHIHARA Y. KUROUMARU M. NAKA The New Energy and Industrial Technology Development Organization (NEDO) is running a "Development

More information

China. Keywords: Electronically controled Braking System, Proportional Relay Valve, Simulation, HIL Test

China. Keywords: Electronically controled Braking System, Proportional Relay Valve, Simulation, HIL Test Applied Mechanics and Materials Online: 2013-10-11 ISSN: 1662-7482, Vol. 437, pp 418-422 doi:10.4028/www.scientific.net/amm.437.418 2013 Trans Tech Publications, Switzerland Simulation and HIL Test for

More information

Design and Experimental Study on Digital Speed Control System of a Diesel Generator

Design and Experimental Study on Digital Speed Control System of a Diesel Generator Research Journal of Applied Sciences, Engineering and Technology 6(14): 2584-2588, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: December 28, 2012 Accepted: February

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

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

Fuzzy Logic Controller for BLDC Permanent Magnet Motor Drives

Fuzzy Logic Controller for BLDC Permanent Magnet Motor Drives International Journal of Electrical & Computer Sciences IJECS-IJENS Vol: 11 No: 02 12 Fuzzy Logic Controller for BLDC Permanent Magnet Motor Drives Tan Chee Siong, Baharuddin Ismail, Siti Fatimah Siraj,

More information

Vehicle Dynamics and Control

Vehicle Dynamics and Control Rajesh Rajamani Vehicle Dynamics and Control Springer Contents Dedication Preface Acknowledgments v ix xxv 1. INTRODUCTION 1 1.1 Driver Assistance Systems 2 1.2 Active Stabiüty Control Systems 2 1.3 RideQuality

More information

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b Applied Mechanics and Materials Vols. 300-301 (2013) pp 1558-1561 Online available since 2013/Feb/13 at www.scientific.net (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.300-301.1558

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

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

Development of Feedforward Anti-Sway Control for Highly efficient and Safety Crane Operation

Development of Feedforward Anti-Sway Control for Highly efficient and Safety Crane Operation 7 Development of Feedforward Anti-Sway Control for Highly efficient and Safety Crane Operation Noriaki Miyata* Tetsuji Ukita* Masaki Nishioka* Tadaaki Monzen* Takashi Toyohara* Container handling at harbor

More information

INDUCTION motors are widely used in various industries

INDUCTION motors are widely used in various industries IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 44, NO. 6, DECEMBER 1997 809 Minimum-Time Minimum-Loss Speed Control of Induction Motors Under Field-Oriented Control Jae Ho Chang and Byung Kook Kim,

More information

Segway with Human Control and Wireless Control

Segway with Human Control and Wireless Control Review Paper Abstract Research Journal of Engineering Sciences E- ISSN 2278 9472 Segway with Human Control and Wireless Control Sanjay Kumar* and Manisha Sharma and Sourabh Yadav Dept. of Electronics &

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

Analysis and Design of Independent Pitch Control System

Analysis and Design of Independent Pitch Control System 5th International Conference on Civil Engineering and Transportation (ICCET 2015) Analysis and Design of Independent Pitch Control System CHU Yun Kai1, a *, MIAO Qiang2,b, DU Jin Song1,c, LIU Yi Yang 1,d

More information

FEASIBILITY STYDY OF CHAIN DRIVE IN WATER HYDRAULIC ROTARY JOINT

FEASIBILITY STYDY OF CHAIN DRIVE IN WATER HYDRAULIC ROTARY JOINT FEASIBILITY STYDY OF CHAIN DRIVE IN WATER HYDRAULIC ROTARY JOINT Antti MAKELA, Jouni MATTILA, Mikko SIUKO, Matti VILENIUS Institute of Hydraulics and Automation, Tampere University of Technology P.O.Box

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

Comparing PID and Fuzzy Logic Control a Quarter Car Suspension System

Comparing PID and Fuzzy Logic Control a Quarter Car Suspension System Nemat Changizi, Modjtaba Rouhani/ TJMCS Vol.2 No.3 (211) 559-564 The Journal of Mathematics and Computer Science Available online at http://www.tjmcs.com The Journal of Mathematics and Computer Science

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

Evaluation of Parking Collision Avoidance System with Integrated. Electric Parking Brake

Evaluation of Parking Collision Avoidance System with Integrated. Electric Parking Brake 22 nd ITS World Congress, Bordeaux, France, 5 9 October 2015 Paper number ITS-1457 Evaluation of Parking Collision Avoidance System with Integrated Electric Parking Brake Chi-Chun Yao 1*, Jiun-Jie Chen

More information

A Practical Solution to the String Stability Problem in Autonomous Vehicle Following

A Practical Solution to the String Stability Problem in Autonomous Vehicle Following A Practical Solution to the String Stability Problem in Autonomous Vehicle Following Guang Lu and Masayoshi Tomizuka Department of Mechanical Engineering, University of California at Berkeley, Berkeley,

More information

KINEMATICAL SUSPENSION OPTIMIZATION USING DESIGN OF EXPERIMENT METHOD

KINEMATICAL SUSPENSION OPTIMIZATION USING DESIGN OF EXPERIMENT METHOD Jurnal Mekanikal June 2014, No 37, 16-25 KINEMATICAL SUSPENSION OPTIMIZATION USING DESIGN OF EXPERIMENT METHOD Mohd Awaluddin A Rahman and Afandi Dzakaria Faculty of Mechanical Engineering, Universiti

More information

Boombot: Low Friction Coefficient Stair Climbing Robot Using Rotating Boom and Weight Redistribution

Boombot: Low Friction Coefficient Stair Climbing Robot Using Rotating Boom and Weight Redistribution Boombot: Low Friction Coefficient Stair Climbing Robot Using Rotating Boom and Weight Redistribution Sartaj Singh and Ramachandra K Abstract Boombot comprising four wheels and a rotating boom in the middle

More information

Design of Three Input Buck-Boost DC-DC Converter with Constant input voltage and Variable duty ratio using MATLAB/Simulink

Design of Three Input Buck-Boost DC-DC Converter with Constant input voltage and Variable duty ratio using MATLAB/Simulink Design of Three Input Buck-Boost DC-DC Converter with Constant input voltage and Variable duty ratio using MATLAB/Simulink A.Thiyagarajan, B.Gokulavasan Abstract Nowadays DC-DC converter is mostly used

More information

Automatic Car Driving System Using Fuzzy Logic

Automatic Car Driving System Using Fuzzy Logic Automatic Car Driving System Using Fuzzy Logic Vipul Shinde, Rohan Thorat, Trupti Agarkar B.E Electronics, RamraoAdik Institute of Technology, Nerul, Navi Mumbai. ABSTRACT: In Boolean logic the truth-value

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

2nd International Conference on Electronic & Mechanical Engineering and Information Technology (EMEIT-2012)

2nd International Conference on Electronic & Mechanical Engineering and Information Technology (EMEIT-2012) Analysis and Control of Shift Process for AMT without Synchronizer in Battery Electric Bus Sun Shaohua 1,a, LEI Yulong 1,b, Yang Cheng 1,c, Wen Jietao 1,d 1 State Key Laboratory of automotive simulation

More information

AEB System for a Curved Road Considering V2Vbased Road Surface Conditions

AEB System for a Curved Road Considering V2Vbased Road Surface Conditions , pp.8-13 http://dx.doi.org/10.14257/astl.2015.86.03 AEB System for a Curved Road Considering V2Vbased Road Surface Conditions Hyeonggeun Mun 1, Gyoungeun Kim 1, Byeongwoo Kim 2 * 1 Graduate School of

More information

DEVELOPMENT OF A CONTROL MODEL FOR A FOUR WHEEL MECANUM VEHICLE. M. de Villiers 1, Prof. G. Bright 2

DEVELOPMENT OF A CONTROL MODEL FOR A FOUR WHEEL MECANUM VEHICLE. M. de Villiers 1, Prof. G. Bright 2 de Villiers Page 1 of 10 DEVELOPMENT OF A CONTROL MODEL FOR A FOUR WHEEL MECANUM VEHICLE M. de Villiers 1, Prof. G. Bright 2 1 Council for Scientific and Industrial Research Pretoria, South Africa e-mail1:

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

Journal of Advanced Mechanical Design, Systems, and Manufacturing

Journal of Advanced Mechanical Design, Systems, and Manufacturing Pneumatic Valve Operated by Multiplex Pneumatic Transmission * Yasutaka NISHIOKA **, Koichi SUZUMORI **, Takefumi KANDA ** and Shuichi WAKIMOTO ** **Department of Natural Science and Technology, Okayama

More information

BASIC MECHATRONICS ENGINEERING

BASIC MECHATRONICS ENGINEERING MBEYA UNIVERSITY OF SCIENCE AND TECHNOLOGY Lecture Summary on BASIC MECHATRONICS ENGINEERING NTA - 4 Mechatronics Engineering 2016 Page 1 INTRODUCTION TO MECHATRONICS Mechatronics is the field of study

More information

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM Mr.SK.SHAREEF 1, Mr.K.V.RAMANA REDDY 2, Mr.TNVLN KUMAR 3 1PG Scholar, M.Tech, Power Electronics,

More information

Kazuaki Sakai, Toshihiko Yasuda, and Katsuyuki Tanaka, Member, IEEE

Kazuaki Sakai, Toshihiko Yasuda, and Katsuyuki Tanaka, Member, IEEE The 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems October 18-22, 2010, Taipei, Taiwan Power Assist Effects of a New Type Assist Unit in a One Hand Drive Wheelchair with a Triple

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

EECS 461 Final Project: Adaptive Cruise Control

EECS 461 Final Project: Adaptive Cruise Control EECS 461 Final Project: Adaptive Cruise Control 1 Overview Many automobiles manufactured today include a cruise control feature that commands the car to travel at a desired speed set by the driver. In

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

Research on Skid Control of Small Electric Vehicle (Effect of Velocity Prediction by Observer System)

Research on Skid Control of Small Electric Vehicle (Effect of Velocity Prediction by Observer System) Proc. Schl. Eng. Tokai Univ., Ser. E (17) 15-1 Proc. Schl. Eng. Tokai Univ., Ser. E (17) - Research on Skid Control of Small Electric Vehicle (Effect of Prediction by Observer System) by Sean RITHY *1

More information

837. Dynamics of hybrid PM/EM electromagnetic valve in SI engines

837. Dynamics of hybrid PM/EM electromagnetic valve in SI engines 837. Dynamics of hybrid PM/EM electromagnetic valve in SI engines Yaojung Shiao 1, Ly Vinh Dat 2 Department of Vehicle Engineering, National Taipei University of Technology, Taipei, Taiwan, R. O. C. E-mail:

More information

Analysis on Steering Gain and Vehicle Handling Performance with Variable Gear-ratio Steering System(VGS)

Analysis on Steering Gain and Vehicle Handling Performance with Variable Gear-ratio Steering System(VGS) Seoul 2000 FISITA World Automotive Congress June 12-15, 2000, Seoul, Korea F2000G349 Analysis on Steering Gain and Vehicle Handling Performance with Variable Gear-ratio Steering System(VGS) Masato Abe

More information

CONTROLLING CAR MOVEMENTS WITH FUZZY INFERENCE SYSTEM USING AID OF VARIOUSELECTRONIC SENSORS

CONTROLLING CAR MOVEMENTS WITH FUZZY INFERENCE SYSTEM USING AID OF VARIOUSELECTRONIC SENSORS MATERIALS SCIENCE and TECHNOLOr;y Edited by Evvy Kartini et. al. CONTROLLING CAR MOVEMENTS WITH FUZZY INFERENCE SYSTEM USING AID OF VARIOUSELECTRONIC SENSORS Rizqi Baihaqi A. t,agus Buono', Irzaman", Hasan

More information

Study on Flow Characteristic of Gear Pumps by Gear Tooth Shapes

Study on Flow Characteristic of Gear Pumps by Gear Tooth Shapes Journal of Applied Science and Engineering, Vol. 20, No. 3, pp. 367 372 (2017) DOI: 10.6180/jase.2017.20.3.11 Study on Flow Characteristic of Gear Pumps by Gear Tooth Shapes Wen Wang 1, Yan-Mei Yin 1,

More information

Enhancement of Transient Stability Using Fault Current Limiter and Thyristor Controlled Braking Resistor

Enhancement of Transient Stability Using Fault Current Limiter and Thyristor Controlled Braking Resistor > 57 < 1 Enhancement of Transient Stability Using Fault Current Limiter and Thyristor Controlled Braking Resistor Masaki Yagami, Non Member, IEEE, Junji Tamura, Senior Member, IEEE Abstract This paper

More information

SPEED IN URBAN ENV VIORNMENTS IEEE CONFERENCE PAPER REVIW CSC 8251 ZHIBO WANG

SPEED IN URBAN ENV VIORNMENTS IEEE CONFERENCE PAPER REVIW CSC 8251 ZHIBO WANG SENSPEED: SENSING G DRIVING CONDITIONS TO ESTIMATE VEHICLE SPEED IN URBAN ENV VIORNMENTS IEEE CONFERENCE PAPER REVIW CSC 8251 ZHIBO WANG EXECUTIVE SUMMARY Brief Introduction of SenSpeed Basic Idea of Vehicle

More information

Application of Simulation-X R based Simulation Technique to Notch Shape Optimization for a Variable Swash Plate Type Piston Pump

Application of Simulation-X R based Simulation Technique to Notch Shape Optimization for a Variable Swash Plate Type Piston Pump Application of Simulation-X R based Simulation Technique to Notch Shape Optimization for a Variable Swash Plate Type Piston Pump Jun Ho Jang 1, Won Jee Chung 1, Dong Sun Lee 1 and Young Hwan Yoon 2 1 School

More information

Open Access Study on Synchronous Tracking Control with Two Hall Switch-type Sensors Based on Programmable Logic Controller

Open Access Study on Synchronous Tracking Control with Two Hall Switch-type Sensors Based on Programmable Logic Controller Send Orders for Reprints to reprints@benthamscience.ae 1586 The Open Automation and Control Systems Journal, 2014, 6, 1586-1592 Open Access Study on Synchronous Tracking Control with Two Hall Switch-type

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

A DIGITAL CONTROLLING SCHEME OF A THREE PHASE BLDM DRIVE FOR FOUR QUADRANT OPERATION. Sindhu BM* 1

A DIGITAL CONTROLLING SCHEME OF A THREE PHASE BLDM DRIVE FOR FOUR QUADRANT OPERATION. Sindhu BM* 1 ISSN 2277-2685 IJESR/Dec. 2015/ Vol-5/Issue-12/1456-1460 Sindhu BM / International Journal of Engineering & Science Research A DIGITAL CONTROLLING SCHEME OF A THREE PHASE BLDM DRIVE FOR FOUR QUADRANT OPERATION

More information

Improvement of Vehicle Dynamics by Right-and-Left Torque Vectoring System in Various Drivetrains x

Improvement of Vehicle Dynamics by Right-and-Left Torque Vectoring System in Various Drivetrains x Improvement of Vehicle Dynamics by Right-and-Left Torque Vectoring System in Various Drivetrains x Kaoru SAWASE* Yuichi USHIRODA* Abstract This paper describes the verification by calculation of vehicle

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

A Brake Pad Wear Control Algorithm for Electronic Brake System

A Brake Pad Wear Control Algorithm for Electronic Brake System Advanced Materials Research Online: 2013-05-14 ISSN: 1662-8985, Vols. 694-697, pp 2099-2105 doi:10.4028/www.scientific.net/amr.694-697.2099 2013 Trans Tech Publications, Switzerland A Brake Pad Wear Control

More information

Development of Assist Steering Bogie System for Reducing the Lateral Force

Development of Assist Steering Bogie System for Reducing the Lateral Force Development of Assist Steering Bogie System for Reducing the Lateral Force 1 Shogo Kamoshita, 1 Makoto Ishige, 1 Eisaku Sato, 2 Katsuya Tanifuji Railway Technical Research Institute, Tokyo, Japan 1 ; Niigata

More information

AMT Fault Diagnosis Technology Based on Simulink and LabVIEW

AMT Fault Diagnosis Technology Based on Simulink and LabVIEW Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com AMT Fault Diagnosis Technology Based on Simulink and LabVIEW Yanqiong TENG, Lan TANG, Junqiang DING School of Transportation and Automobile

More information

Freescale Cup Competition. Abdulahi Abu Amber Baruffa Mike Diep Xinya Zhao. Author: Amber Baruffa

Freescale Cup Competition. Abdulahi Abu Amber Baruffa Mike Diep Xinya Zhao. Author: Amber Baruffa Freescale Cup Competition The Freescale Cup is a global competition where student teams build, program, and race a model car around a track for speed. Abdulahi Abu Amber Baruffa Mike Diep Xinya Zhao The

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

Dual power flow Interface for EV, HEV, and PHEV Applications

Dual power flow Interface for EV, HEV, and PHEV Applications International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 4 [Sep. 2014] PP: 20-24 Dual power flow Interface for EV, HEV, and PHEV Applications J Ranga 1 Madhavilatha

More information

Autonomous cars navigation on roads opened to public traffic: How can infrastructure-based systems help?

Autonomous cars navigation on roads opened to public traffic: How can infrastructure-based systems help? Autonomous cars navigation on roads opened to public traffic: How can infrastructure-based systems help? Philippe Bonnifait Professor at the Université de Technologie de Compiègne, Sorbonne Universités

More information

A CASTOR WHEEL CONTROLLER FOR DIFFERENTIAL DRIVE WHEELCHAIRS

A CASTOR WHEEL CONTROLLER FOR DIFFERENTIAL DRIVE WHEELCHAIRS A CASTOR WHEEL CONTROLLER FOR DIFFERENTIAL DRIVE WHEELCHAIRS Bernd Gersdorf Safe and Secure Cognitive Systems, German Research Center for Artificial Intelligence, Bremen, Germany bernd.gersdorf@dfki.de

More information

China Electric Power Research Institute, Beijing, , China

China Electric Power Research Institute, Beijing, , China 5th International Conference on Environment, Materials, Chemistry and Power Electronics (EMCPE 2016) Research on Detection Method of AC/DC Charging Interface Consistency of Electric Vehicles Kang Li1,

More information

An Energy Efficiency Measurement Scheme for Electric Car Charging Pile Chun-bing JIANG

An Energy Efficiency Measurement Scheme for Electric Car Charging Pile Chun-bing JIANG 2017 2 nd International Conference on Test, Measurement and Computational Method (TMCM 2017) ISBN: 978-1-60595-465-3 An Energy Efficiency Measurement Scheme for Electric Car Charging Pile Chun-bing JIANG

More information

Inline-Process and Quality Control of Spotwelds of Car Bodies - Ultrasonic Sensors integrated in Resistance Welding Electrodes

Inline-Process and Quality Control of Spotwelds of Car Bodies - Ultrasonic Sensors integrated in Resistance Welding Electrodes 17th World Conference on Nondestructive Testing, 25-28 Oct 2008, Shanghai, China Inline-Process and Quality Control of Spotwelds of Car Bodies - Ultrasonic Sensors integrated in Resistance Welding Electrodes

More information

Chapter 2 Analysis on Lock Problem in Frontal Collision for Mini Vehicle

Chapter 2 Analysis on Lock Problem in Frontal Collision for Mini Vehicle Chapter 2 Analysis on Lock Problem in Frontal Collision for Mini Vehicle Ce Song, Hong Zang and Jingru Bao Abstract To study the lock problem in the frontal collision test on a kind of mini vehicle s sliding

More information

DESIGN AND IMPLEMENTATION OF NAVIGATION CONTROL SYSTEM FOR UNMANNED GROUND VEHICLES

DESIGN AND IMPLEMENTATION OF NAVIGATION CONTROL SYSTEM FOR UNMANNED GROUND VEHICLES 26 Military Technical College Kobry El-Kobbah, Cairo, Egypt. 17 th International Conference on Applied Mechanics and Mechanical Engineering. DESIGN AND IMPLEMENTATION OF NAVIGATION CONTROL SYSTEM FOR UNMANNED

More information

Smart Operation for AC Distribution Infrastructure Involving Hybrid Renewable Energy Sources

Smart Operation for AC Distribution Infrastructure Involving Hybrid Renewable Energy Sources Milano (Italy) August 28 - September 2, 211 Smart Operation for AC Distribution Infrastructure Involving Hybrid Renewable Energy Sources Ahmed A Mohamed, Mohamed A Elshaer and Osama A Mohammed Energy Systems

More information

Capacity Design of Supercapacitor Battery Hybrid Energy Storage System with Repetitive Charging via Wireless Power Transfer

Capacity Design of Supercapacitor Battery Hybrid Energy Storage System with Repetitive Charging via Wireless Power Transfer Capacity Design of Supercapacitor Battery Hybrid Energy Storage System with Repetitive Charging via Wireless Power Transfer Toshiyuki Hiramatsu Department of Electric Engineering The University of Tokyo

More information

Performance Analysis of Brushless DC Motor Using Intelligent Controllers and Minimization of Torque Ripples

Performance Analysis of Brushless DC Motor Using Intelligent Controllers and Minimization of Torque Ripples International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 3 (2014), pp. 321-326 International Research Publication House http://www.irphouse.com Performance Analysis

More information

Drop Simulation for Portable Electronic Products

Drop Simulation for Portable Electronic Products 8 th International LS-DYNA Users Conference Drop/Impact Simulations Drop Simulation for Portable Electronic Products Raymon Ju and Brian Hsiao Flotrend Co., Taipei, Taiwan Abstract The portable electronic

More information

Mechatronical Seed Sowing Machine

Mechatronical Seed Sowing Machine GRD Journals- Global Research and Development Journal for Volume 2 Issue 5 April 2017 ISSN: 2455-5703 Mechatronical Seed Sowing Machine Mr. Akshay Divate Miss. Drakshayini Muchandi Department of Electronics

More information

Control System for a Diesel Generator and UPS

Control System for a Diesel Generator and UPS Control System for a Diesel Generator and UPS I. INTRODUCTION In recent years demand in the continuity of power supply in the local distributed areas is steadily increasing. Nowadays, more and more consumers

More information

Braking Performance Improvement Method for V2V Communication-Based Autonomous Emergency Braking at Intersections

Braking Performance Improvement Method for V2V Communication-Based Autonomous Emergency Braking at Intersections , pp.20-25 http://dx.doi.org/10.14257/astl.2015.86.05 Braking Performance Improvement Method for V2V Communication-Based Autonomous Emergency Braking at Intersections Sangduck Jeon 1, Gyoungeun Kim 1,

More information

AUTOMATIC PNEUMATIC BUMPER AND BREAK ACTUATION BEFORE COLLISION.

AUTOMATIC PNEUMATIC BUMPER AND BREAK ACTUATION BEFORE COLLISION. AUTOMATIC PNEUMATIC BUMPER AND BREAK ACTUATION BEFORE COLLISION. Shinde Ravindra B 1, Valvi Priyanka G 2, Shelake Balasaheb T 3, Shelke Pravin A 4, Gange Manoj D 5. 1 BE student Mechanical, SND COE & RC,

More information

Steering performance of an inverted pendulum vehicle with pedals as a personal mobility vehicle

Steering performance of an inverted pendulum vehicle with pedals as a personal mobility vehicle THEORETICAL & APPLIED MECHANICS LETTERS 3, 139 (213) Steering performance of an inverted pendulum vehicle with pedals as a personal mobility vehicle Chihiro Nakagawa, 1, a) Kimihiko Nakano, 2, b) Yoshihiro

More information

Environmental Envelope Control

Environmental Envelope Control Environmental Envelope Control May 26 th, 2014 Stanford University Mechanical Engineering Dept. Dynamic Design Lab Stephen Erlien Avinash Balachandran J. Christian Gerdes Motivation New technologies are

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

Research of the vehicle with AFS control strategy based on fuzzy logic

Research of the vehicle with AFS control strategy based on fuzzy logic International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 3 Issue 6 ǁ June 2015 ǁ PP.29-34 Research of the vehicle with AFS control strategy

More information

Design of Remote Monitoring and Evaluation System for UPS Battery Performance

Design of Remote Monitoring and Evaluation System for UPS Battery Performance , pp.291-298 http://dx.doi.org/10.14257/ijunesst.2016.9.5.26 Design of Remote Monitoring and Evaluation System for UPS Battery Performance Chunjie Hou, Jiabin Wang and Chun Gao Daqing Oil Field Chemical

More information

Design and Implementation of Lithium-ion/Lithium-Polymer Battery Charger with Impedance Compensation

Design and Implementation of Lithium-ion/Lithium-Polymer Battery Charger with Impedance Compensation Design and Implementation of Lithium-ion/Lithium-Polymer Battery Charger with Impedance Compensation S.-Y. Tseng, T.-C. Shih GreenPower Evolution Applied Research Lab (G-PEARL) Department of Electrical

More information

Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal Back EMF using Six Hall Sensors

Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal Back EMF using Six Hall Sensors Journal of Magnetics 21(2), 173-178 (2016) ISSN (Print) 1226-1750 ISSN (Online) 2233-6656 http://dx.doi.org/10.4283/jmag.2016.21.2.173 Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal

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

A Comprehensive Study on Speed Control of DC Motor with Field and Armature Control R.Soundara Rajan Dy. General Manager, Bharat Dynamics Limited

A Comprehensive Study on Speed Control of DC Motor with Field and Armature Control R.Soundara Rajan Dy. General Manager, Bharat Dynamics Limited RESEARCH ARTICLE OPEN ACCESS A Comprehensive Study on Speed Control of DC Motor with Field and Armature Control R.Soundara Rajan Dy. General Manager, Bharat Dynamics Limited Abstract: The aim of this paper

More information

Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata

Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata 1 Robotics Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata 2 Motivation Construction of mobile robot controller Evolving neural networks using genetic algorithm (Floreano,

More information

Smart Control for Electric/Autonomous Vehicles

Smart Control for Electric/Autonomous Vehicles Smart Control for Electric/Autonomous Vehicles 2 CONTENTS Introduction Benefits and market prospective How autonomous vehicles work Some research applications TEINVEIN 3 Introduction What is the global

More information