• 제목/요약/키워드: vehicle detection system

검색결과 797건 처리시간 0.032초

Analytical fault tolerant navigation system for an aerospace launch vehicle using sliding mode observer

  • Hasani, Mahdi;Roshanian, Jafar;Khoshnooda, A. Majid
    • Advances in aircraft and spacecraft science
    • /
    • 제4권1호
    • /
    • pp.53-64
    • /
    • 2017
  • Aerospace Launch Vehicles (ALV) are generally designed with high reliability to operate in complete security through fault avoidance practices. However, in spite of such precaution, fault occurring is inevitable. Hence, there is a requirement for on-board fault recovery without significant degradation in the ALV performance. The present study develops an advanced fault recovery strategy to improve the reliability of an Aerospace Launch Vehicle (ALV) navigation system. The proposed strategy contains fault detection features and can reconfigure the system against common faults in the ALV navigation system. For this purpose, fault recovery system is constructed to detect and reconfigure normal navigation faults based on the sliding mode observer (SMO) theory. In the face of pitch channel sensor failure, the original gyro faults are reconstructed using SMO theory and by correcting the faulty measurement, the pitch-rate gyroscope output is constructed to provide fault tolerant navigation solution. The novel aspect of the paper is employing SMO as an online tuning of analytical fault recovery solution against unforeseen variations due to its hardware/software property. In this regard, a nonlinear model of the ALV is simulated using specific navigation failures and the results verified the feasibility of the proposed system. Simulation results and sensitivity analysis show that the proposed techniques can produce more effective estimation results than those of the previous techniques, against sensor failures.

Model Based Fault Detection for Advanced ESC System (지능형 ESC 시스템을 위한 모델 기반 결함검출)

  • Kim, Byeong-Woo;Hur, Jin
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • 제59권12호
    • /
    • pp.2306-2313
    • /
    • 2010
  • This paper describes a model based fault detection algorithm for an Advanced ESC System which consists of Hydraulic Control Unit (HCU) with built-in wheel pressure sensors. Advanced ESC System can be used for various value-added functions such as Stop & Go Function and Regenerative Brake Function. Therefore, HCU must have a reliable fault detection. Due to the huge amount of sensor signals, existing specific sensor based fault detection of HCU cannot guarantee the safety of vehicle. However, proposed algorithm dose not require the sensors. When model based fault detection algorithm detects severe failures of the HCU, it warns the driver in advance to prevent accidents due to the failures. For this purpose, a mathematical model is developed and validated in comparison to actual data. Simulation results and data acquired from an actual system are compared with each other to obtain the information needed for the fault detection process.

A Study on Improvement of Aiming Ability using Disturbance Measurement in the Ground Military Vehicle (지상무기체계에서의 외란측정을 이용한 정밀 지향성 향상 연구)

  • Yoo, Jin-Ho;Park, Byung-Hun
    • Journal of the Korea Institute of Military Science and Technology
    • /
    • 제10권2호
    • /
    • pp.12-20
    • /
    • 2007
  • The aiming ability is a key to improve the accuracy performance of the gun pointing system in the ground military vehicle. This paper describes the new detection method of chatter vibration using disturbance acceleration in the pointing structure. In order to analysis the vibration trends of the pointing system occurred while the vehicle driving, acceleration data obtained from vehicle was processed by using data processing algorithm with moving average and Hilbert transform. The specific mode constants of acceleration were obtained from various disturbances. Vehicle velocity, road condition and property of pointing structure were considered as factors which make the change of vibration trend in vehicle dynamics. Finally, back propagation neural networks have been applied to the pattern recognition of the classification of vibration signal in various driving conditions. Results of signal processing were compared with other condition result and analysed.

A Design of Passenger Detection and Sharing System(PDSS) to support the Driving ( Decision ) of an Autonomous Vehicles (자율차량의 주행을 보조하기 위한 탑승객 탐지 및 공유 시스템 개발)

  • Son, Su-Rak;Lee, Byung-Kwan;Sim, Son-Kweon;Jeong, Yi-Na
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • 제13권2호
    • /
    • pp.138-144
    • /
    • 2020
  • Currently, an autonomous vehicle studies are working to develop a four-level autonomous vehicle that can cope with emergencies. In order to flexibly respond to an emergency, the autonomous vehicle must move in a direction to minimize the damage, which must be conducted by judging all the states of the road, such as the surrounding pedestrians, road conditions, and surrounding vehicle conditions. Therefore, in this paper, we suggest a passenger detection and sharing system to detect the passenger situation inside the autonomous vehicle and share it with V2V to the surrounding vehicles to assist in the operation of the autonomous vehicle. Passenger detection and sharing system improve the weighting method that recognizes passengers in the current vehicle to identify the passenger's position accurately inside the vehicle, and shares the passenger's position of each vehicle with other vehicles around it in case of emergency. So, it can help determine the driving of a vehicle. As a result of the experiment, the body pressure sensor applied to the passenger recognition sub-module showed about 8% higher accuracy than the conventional resonant sensor and about 17% higher than the piezoelectric sensor.

A Study of Brake Force Detection Characteristics for Field Operation of ISO Brake Tester (ISO 제동시험기 실증운영을 통한 제동력 검출 특성에 관한 연구)

  • KWON, Kenan;GU, Youngjin;BAE, Jinmin
    • Journal of Auto-vehicle Safety Association
    • /
    • 제10권4호
    • /
    • pp.13-24
    • /
    • 2018
  • According to DEKRA (a Germany Certification and Inspection Agency)'s accident rate analysis by vehicle defect factor, as a result of analysis of the causes of accidents by flaws, it was found that braking devices accounted for 41%. Defects in the braking system are closely related to the accident, so it is very important to find faulty brking systems to ensure safety. The EU and USA uses ISO brake tester and the Korea is brake teater is first introduse in Japan for vehicle inspection and maintanance. KOTSA introduce the ISO brake tester in order to promote the advanced standardization of the inspection equipment and inspection tecnology, and examined the detection characteristics and applied it to the improvement direction of the brake tester to secure the driving safety.

The Bisection Seed Detection Heuristic for Solving the Capacitated Vehicle Routing Problem (한정 용량 차량 경로 탐색 문제에서 이분 시드 검출 법에 의한 발견적 해법)

  • Ko, Jun-Taek;Yu, Young-Hoon;Jo, Geun-Sik
    • Journal of Intelligence and Information Systems
    • /
    • 제15권1호
    • /
    • pp.1-14
    • /
    • 2009
  • The Capacitated Vehicle Routing Problem (CVRP) is the problem that the vehicles stationed at central depot are to be optimally routed to supply customers with demands, satisfying vehicle capacity constraints. The CVRP is the NP-hard as it is a natural generalization of the Traveling Salesman Problem (TSP). In this article, we propose the heuristic algorithm, called the bisection seed detection method, to solve the CVRP. The algorithm is composed of 3-phases. In the first phase, we work out the initial cluster using the improved sweep algorithm. In the next phase, we choose a seed node in each initial cluster by using the bisection seed detection method, and we compose the rout with the nearest node from each seed. At this phase, we compute the regret value to decide the list of priorities for the node assignment. In the final phase, we improve the route result by using the tabu search and exchange algorithm. We compared our heuristic with different heuristics such as the Clark-Wright heuristic and the genetic algorithm. The result of proposed heuristic show that our algorithm can get the nearest optimal value within the shortest execution time comparatively.

  • PDF

Testing method analysis for performance verification in Light Rail Transit signalling system (LRT 신호시스템에서 성능검증을 위한 시험방법 분석)

  • Cho, B.K.;Hwang, H.C.;Lee, H.Y.;Ryu, S.H.
    • Proceedings of the KSR Conference
    • /
    • 한국철도학회 2007년도 춘계학술대회 논문집
    • /
    • pp.1722-1728
    • /
    • 2007
  • This study analysed testing method for performance verification in the phase of signalling system development for application in the Light Rail Transit(LRT). The main focus in this study therefore includes development of vehicle location detection system by first GPS and analysis of performance verification method by field testing. The comprehensive testing method has been analysed for the signalling system for LRT high speed operation. The signalling system for LRT high speed operation deals with vehicle location identification through vehicle location information using the second GPS and decision for whether the high speed proceed signal and departure inhibition output is feasible or not and for signalling output to the corresponding vehicle.

  • PDF

Curve-Modeled Lane Detection based GPS Lateral Error Correction Enhancement (곡선모델 차선검출 기반의 GPS 횡방향 오차보정 성능향상 기법)

  • Lee, Byung-Hyun;Im, Sung-Hyuck;Heo, Moon-Beom;Jee, Gyu-In
    • Journal of Institute of Control, Robotics and Systems
    • /
    • 제21권2호
    • /
    • pp.81-86
    • /
    • 2015
  • GPS position errors were corrected for guidance of autonomous vehicles. From the vision, we can obtain the lateral distance from the center of lane and the angle difference between the left and right detected line. By using a controller which makes these two measurements zero, a lane following system can be easily implemented. However, the problem is that if there's no lane, such as crossroad, the guidance system of autonomous vehicle does not work. In addition, Line detection has problems working on curved areas. In this case, the lateral distance measurement has an error because of a modeling mismatch. For this reason, we propose GPS error correction filter based on curve-modeled lane detection and evaluated the performance applying it to an autonomous vehicle at the test site.

A Car Plate Area Detection System Using Deep Convolution Neural Network (딥 컨볼루션 신경망을 이용한 자동차 번호판 영역 검출 시스템)

  • Jeong, Yunju;Ansari, Israfil;Shim, Jaechang;Lee, Jeonghwan
    • Journal of Korea Multimedia Society
    • /
    • 제20권8호
    • /
    • pp.1166-1174
    • /
    • 2017
  • In general, the detection of the vehicle license plate is a previous step of license plate recognition and has been actively studied for several decades. In this paper, we propose an algorithm to detect a license plate area of a moving vehicle from a video captured by a fixed camera installed on the road using the Convolution Neural Network (CNN) technology. First, license plate images and non-license plate images are applied to a previously learned CNN model (AlexNet) to extract and classify features. Then, after detecting the moving vehicle in the video, CNN detects the license plate area by comparing the features of the license plate region with the features of the license plate area. Experimental result shows relatively good performance in various environments such as incomplete lighting, noise due to rain, and low resolution. In addition, to protect personal information this proposed system can also be used independently to detect the license plate area and hide that area to secure the public's personal information.

Developement of Detection system of buried Underground Utilities using Magnetic Sensor (자기 센서를 이용한 지하 매설물 탐지 시스템 개발)

  • Cheon Y.S.;Lee J.Y.;Cho C.H.;Ahn K.T.;Yang S.Y.
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 한국정밀공학회 2005년도 춘계학술대회 논문집
    • /
    • pp.1819-1823
    • /
    • 2005
  • Incorrect information on public sites can cause serious problem. One of relevant countermeasures against this problem is to detect of buried underground utilities in real time. Although there have been several method to detect of buried underground utilities, such as investigating of gravity and elastic wave and electric field, they have not been so efficient tools. Because it is too expensive and difficult to use. In this paper, magnetic sensors which could provide an easier and more efficient method are used to detect of buried underground utilities. Also fluxgate method of self detection are used. Input signal is used $1\~10kHz$ frequency. Filtering and signal processing of output signal are used labview software. After experiment, detection system of buried underground utilities which used magnetic shows possibility of precise detecting of laying object based on theorectical analysis for electromagnetic field.

  • PDF