• 제목/요약/키워드: Intersection Collision

검색결과 60건 처리시간 0.034초

A DESIGN OF INTERSECTION COLLISION AVOIDANCE SYSTEM BASED ON UBIQUITOUS SENSOR NETWORKS

  • Kim, Min-Soo;Lee, Eun-Kyu;Jang, Byung-Tae
    • 대한원격탐사학회:학술대회논문집
    • /
    • 대한원격탐사학회 2005년도 Proceedings of ISRS 2005
    • /
    • pp.749-752
    • /
    • 2005
  • In this paper, we introduce an Intersection Collision Avoidance (ICA) system as a convergence example of Telematics and USN technology and show several requirements for the ICA system. Also, we propose a system design that satisfies the requirements of reliable vehicular data acquisition, real-time data transmission, and effective intersection collision prediction. The ICA system consists of vehicles, sensor nodes and a base station that can provide drivers with a reliable ICA service. Then, we propose several technological solutions needed when implementing the ICA system. Those are about sensor nodes deployment, vehicular information transmission, vehicular location data acquisition, and intersection collision prediction methods. We expect this system will be a good case study applied to real Telematics application based on USN technology.

  • PDF

A Study on Efficient Infrastructure Architecture for Intersection Collision Avoidance Associated with Sensor Networks

  • 황광일
    • 한국통신학회논문지
    • /
    • 제33권8B호
    • /
    • pp.657-666
    • /
    • 2008
  • The intersection collision avoidance service among various telematics application services is regarded as one of the most critical services with regard to safety. In such safety applications, real-time, correct transmission of service is required. In this paper, we study on efficient infrastructure architecture for intersection collision avoidance using a cooperative mechanism between vehicles and wireless infrastructure. In particular, we propose an infrastructure, called CISN (Cooperative Infrastructure associated with Sensor Networks), in which proper numbers of sensor nodes are deployed on each road, surrounding the intersection. In the proposed architecture, overall service performance is influenced by various parameters consisting of the infrastructure, such as the number of deployed sensor nodes, radio range and broadcast interval of base station, and so on. In order to test the feasibility of the CISN model in advance, and to evaluate the correctness and real-time transmission ability, an intersection sensor deployment simulator is developed. Through various simulations on several environments, we identify optimal points of some critical parameters to build the most desirable CISN.

V2X 및 환경 센서 융합 기반 교차로 안전 시스템 알고리즘 개발 (Development of Control Algorithm for Intersection Safety System Using the Fusion of V2X and Environmental Sensors)

  • 박만복;이상현;전시범;기석철;김정범;기창돈;김규원;이경수
    • 한국자동차공학회논문집
    • /
    • 제22권5호
    • /
    • pp.126-135
    • /
    • 2014
  • This paper describes the development and verification of control algorithms for V2X and environmental sensor integrated intersection support and safety systems. The objective of the research is to develop core technologies for effective fusion of V2X and environmental sensors and to develop new safety function for intersection safety. One of core technologies is to achieve the improvement of GPS accuracy, and the other is to develop the algorithm of a vehicle identification which matches all data from V2X, vehicle sensors and environmental sensors to specific vehicles. A intersection optimal pass (IOP) algorithm is designed based on these core technologies. IOP recommends appropriate speed to pass the intersection in the consideration of traffic light signal and preceeding vehicle existence. Another function is developed to prevent a collision avoidance when car crash caused by traffic violation of surrounding vehicles is expected. Finally all functions are implemented and tested in three test vehicles. It is shown that IOP can support convenient and comfortable driving with recommending optimal pass speed and collision avoidance algorithm can effectively prevent collision caused by traffic sign violation of surrounding vehicles.

시뮬레이션을 통한 교차로 충돌 속도 추정 (The Estimation of Collision Speed at the Intersection using Simulation)

  • 한창평;천정환;최홍주
    • 한국산학기술학회논문지
    • /
    • 제22권2호
    • /
    • pp.514-521
    • /
    • 2021
  • 수식적 해법을 이용하여 교차로 교통사고 충돌 속도를 산정을 위해서는 충돌 전 차량 진입각 및 충돌 후 차량 이탈각 추정은 비교적 쉽지만, 충돌 후 차량의 감속을 분석하기는 매우 어렵다. 충돌 지점부터 최종 위치까지 이동하는 과정에서 노면 흔적이 발생하지 않으면, 충돌 후 차량의 감속을 분석하기 어렵다. 차량의 주행 특성에 따른 관성력과 충돌 부위 및 충돌 속도에 따른 편심력 등의 작용으로 충돌 후 차량 운동 궤적은 불규칙한 곡선 궤적을 보인다. 그러므로, 정확한 충돌 속도 분석을 위해서는 충돌 후 적정한 이탈각을 설정하는 것이 매우 중요하다. 본 연구에서는 컴퓨터 시뮬레이션(PC-Crash)을 이용한 모의 충돌 실험 자료에 근거하여 충돌 후 적정한 차량 이탈각과 충돌 속도와의 상관관계를 분석하여 회귀 분석 모형을 제안하고, 교차로 충돌사고에 차량 이탈각만을 적용한 충돌 속도 산출 방법을 제시하였다. 본 연구의 회귀 분석 모형에서 결정 계수는 0.864이므로 제시한 회귀 분석 모형이 매우 적합하다는 것을 알 수 있다.

CUDA 를 이용한 가상 객체들간의 병렬 충돌 검사 알고리즘 (Parallel Intersection Detection Algorithm using CUDA)

  • 이연희;김영준
    • 한국HCI학회:학술대회논문집
    • /
    • 한국HCI학회 2008년도 학술대회 1부
    • /
    • pp.451-455
    • /
    • 2008
  • CUDA 는 GPGPU 프로그래밍을 위해 nVIDIA 사에서 개발한 병렬 처리 프로그래밍 개발환경이다. 본 논문에서는 가상 객체들 간의 삼각형 충돌 검사 부분을 CUDA 를 이용해 병렬적으로 구현하였다. 삼각형 충돌 검사는 실시간 충돌 검사 시 주요 병목현상을 일으키는 부분이다. 하지만 CPU 와 GPU 간의 데이터 전송 지연 문제 때문에 기존의 오브젝트 스페이스상의 GPU 기반의 충돌 검사 방법으로는 이 병목현상을 해결하기 어려웠다. 그러나 데이터 전송 지연 문제를 크게 완화시킨 CUDA 를 이용해 데이터 전송에 소모되는 비용을 줄이고 또한 삼각형 충돌 검사를 병렬적으로 수행함으로써 가상 객체를 형성하는 삼각형 집합들의 충돌검사 알고리즘의 성능을 크게 향상시킬 수 있었다.

  • PDF

실사고 기반 자동긴급제동장치 차량의 교차로 사고 경향 분석 (Analysis of Intersection Accident Trend of Autonomous Emergency Braking system Vehicle based on Actual Accident)

  • 신윤식;김문영;정재일
    • 자동차안전학회지
    • /
    • 제15권1호
    • /
    • pp.35-44
    • /
    • 2023
  • The purpose of this study is to predict how the actual accident changes by reconstructing the accident with an Autonomous Emergency Braking system (AEB) based on the actual accident of the LTAP-OD (Left Turn Crossing Path - Opponent Direction) intersection. A virtual AEB sensor was developed, and 150 head-on collision accident reports were secured to the insurance company to reconstruct the accident. As a result of the accident type analysis, a total of 13 types of head-on collision accidents were derived, and it is the LTAP-OD intersection accident with the highest frequency. In the LTAP-OD intersection accident, the simulation was conducted by applying the virtual AEB of each vehicle, the accident rate decreased by 90% or more when the AEB of the left-turn vehicle was applied, and the accident rate decreased by 50%. In addition, the most frequent collision types in LTAP-OD accidents were the front bumper on the driver's side of a vehicle going straight and the front bumper on the passenger's side of a vehicle turning left.

센서 범위를 고려한 자율주행자동차 교차로 충돌 상황 시뮬레이션 (Intersection Collision Situation Simulation of Automated Vehicle Considering Sensor Range)

  • 이장우;이명수;정재일
    • 자동차안전학회지
    • /
    • 제13권4호
    • /
    • pp.114-122
    • /
    • 2021
  • In this paper, an automated vehicle intersection collision accident was analyzed through simulation. Recently, the more automated vehicles are distributed, the more accidents related to automated vehicles occur. Accidents may show different trends depending on the sensor characteristics of the automated vehicle and the performance of the accident prevention system. Based on NASS-CDS (National Automotive Sampling System-Crashworthiness Data System) and TAAS (Traffic Accident Analysis System), four scenarios are derived and simulations are performed. Automated vehicles are applied with a virtual system consisting of an autonomous emergency braking system and algorithms that predict the route and avoid collisions. The simulations are conducted by changing the sensor angle, vehicle speed, the range of the sensor and vehicle speed range. A range of variables considered vehicle collision were derived from the simulation.

유비쿼터스 주차관리를 위한 차량충돌 검증시스템 (Car Collision Verification System for the Ubiquitous Parking Management)

  • 마테오 로미오;양현호;이재완
    • 인터넷정보학회논문지
    • /
    • 제12권5호
    • /
    • pp.101-111
    • /
    • 2011
  • WSN기반 주차관리 시스템에서 대부분의 연구는 주차장에서 사건을 통제하기 위해 무선 센서를 이용하지만, 주차장에서의 차량충돌에 대한 연구는 거의 수행되지 않았다. 시간에 따른 자세한 차량의 위치는 충돌 사건을 분석하는데 매우 중요하다. 본 연구는 주차장에서 차량 충돌사건을 감지하여 분석하고, 이를 차주에게 통보하는 충돌감지 방법을 제시한다. 차량의 위치 및 이동 방향을 감지하기 위해, 움직임 센서로부터의 정보를 활용하며, 빠른 OBB 교차 테스트를 사용하여 검증을 위한 객체를 추적한다. 성능평가 결과 위치추적 기법은 센서를 추가함에 따라 좀 더 정확함을 보였고, 제안한 OBB 충돌 테스트가 일반적인 OBB 교차테스트에 비해 속도가 향상됨을 나타내었다.

자전거 이용자의 안전성을 고려한 교차로 자전거 횡단도의 설치 위치에 관한 연구 (A Study on the Location of Bicycle Crossing considering Safety of Bicycle Users at Intersection)

  • 황정훈
    • 한국도로학회논문집
    • /
    • 제16권1호
    • /
    • pp.91-98
    • /
    • 2014
  • PURPOSES : Recently, there are increasing bicycle accidents along with increasing bicycles users. Bicycle accidents occurred frequently by perpendicular collision form at intersection inner. In order to improve safety of bicycle, drivers need to be aware of bicycles on the road and intersection geometric designs need to be designed to reduce risk associated with collisions between bicycles and car. This study aims to review the location of bicycle crossing in the viewpoint of bicycle safety. METHODS : Four types of bicycle crossing by curve radius and driver's check around the behavior are set to simulate the risk of collisions between bicycles and car turning right. Simulation using fortran programming are conducted on total 60 cases. RESULTS : Bicycle crossing located behind of crosswalk is lower the risk of collisions with car in all cases. In addition to the larger curve radius of pavement edge at intersection and the more pay attention to the rear by the turn head to the right is too low the risk of collisions with car. CONCLUSIONS : It is show that the location of bicycle crossing is safer behind than in front of crosswalk in the viewpoint of bicycle safety.

교통신호의 페이스순서 및 페이스간격을 고려한 신호최적화 (Optimum signal setting based on phase sequence and interval in an isolated intersection)

  • 김경철;임강원
    • 대한교통학회지
    • /
    • 제14권2호
    • /
    • pp.45-58
    • /
    • 1996
  • In a large signal intersection, it is the most important to set phase sequences and phase intervals of traffic signal in order to improve the efficiency of the capacity as well as safety. These setting allows to select the best sequence of signal phase among several alternatives, and thus to rearrange the starting and ending points of the individual phase using an effective interphase periods (EIP). The EIP is a gap between previous and current traffic movements at a potential collision point in an intersection. Each of traffic movements has an equality for safety and efficiency at the balanced condition of EIP. This paper presents how to set optimally the phase sequences and intervals of traffic signal in an intersection using phase based approach. And in the second part, we applied the theory developed in the first part. In particular, a numerical example of phase base signal setting is presented using a matrix computation method in order to select the best sequence among several alternatives, and thus to rearrange the starting and ending points of the individual phase using the EIP. This method also allows to apply to optimum signal setting even in five-lag or staggered-type intersection.

  • PDF