• Title/Summary/Keyword: Driving velocity

Search Result 523, Processing Time 0.027 seconds

Development of a Longitudinal Control Algorithm based on V2V Communication for Ensuring Takeover Time of Autonomous Vehicle (자율주행 자동차의 제어권 전환 시간 확보를 위한 차간 통신 기반 종방향 제어 알고리즘 개발)

  • Lee, Hyewon;Song, Taejun;Yoon, Youngmin;Oh, Kwangseok;Yi, Kyongsu
    • Journal of Auto-vehicle Safety Association
    • /
    • v.12 no.1
    • /
    • pp.15-25
    • /
    • 2020
  • This paper presents a longitudinal control algorithm for ensuring takeover time of autonomous vehicle using V2V communication. In the autonomous driving of more than level 3, autonomous systems should control the vehicles by itself partially. However if the driver's intervention is required for functional safety, the driver should take over the control reasonably. Autonomous driving system has to be designed so that drivers can take over the control from autonomous vehicle reasonably for driving safety. In this study, control algorithm considering takeover time has been developed based on computation method of takeover time. Takeover time is analysed by conditions of longitudinal velocity of preceding vehicle in time-velocity plane. In addition, desired clearance is derived based on takeover time. The performance evaluation of the proposed algorithm in this study was conducted using 3D vehicle model with actual driving data in Matlab/Simulink environment. The results of the performance evaluation show that the longitudinal control algorithm can control while securing takeover time reasonably.

A Human Sensibility Ergonomics Method for Vehicle Driving Simulator and Verbal Expressions Collected (자동차 주행 시뮬레이터의 운동감 재현 및 감성평가를 위한 감성어휘의 수집)

  • Jeong, Yeong-Hun;Eom, Seong-Suk;Son, Gwon;Choe, Gyeong-Hyeon
    • Journal of the Ergonomics Society of Korea
    • /
    • v.19 no.2
    • /
    • pp.1-14
    • /
    • 2000
  • Driving simulators have been developed for evaluating users' reaction to various driving situations. Dynamic simulators have, however, limitations of the motion feedback in space. Therefore, this paper presents a driving simulator and suggests a human sensibility ergonomics (kansei engineering) method to be used in improving sense of motion through a vehicle simulator. Human sensibility ergonomics(kansei engineering) is defined as translating technology of the customer' feeling about a new product into design elements. Constituents of the simulator were defined and the virtual world was generated by the object modeling technique. Senses perceived were classified into feelings of velocity, acceleration, rotation, and vibration based on the human sensibility associated with driving. And the most frequent verbal expressions were collected from 17 male subjects to define complex human sensibility.

  • PDF

A Target State Estimator Design to Improve the Gun Driving Command (포 구동명령 개선을 위한 표적상태 추정기 설계)

  • Lee, Seok-Jae;Kwak, Hwy-Kuen;Lyou, Joon
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.13 no.11
    • /
    • pp.1053-1059
    • /
    • 2007
  • This paper presents a target sate estimator(TSE) with low pass filter for improving the gun driving command. The ballistic computer uses target information such as predicted range, velocity, acceleration of a target to generate the gun command. We adopt the finite impulse response(FIR) filter as our TSE to shorten calculation time for the driving command and due to its inherent stability property. We also introduce a post-processing filter to reduce the high frequency components in the output signal of a TSE which may cause instability of gun driving. The first order low pass filter has been designed based on $H{\infty}$ criteria considering the noise characteristics. To show the validity of the present scheme, simulation results are given for the overall gun driving system including aircraft target information.

Development of Vision-Based Vehicle Tracking for Extracting Microscopic Traffic Information (미시적 교통정보자료의 취득을 위한 영상기반 차량추적기술 개발)

  • Lee, Ki-Young;Chang, Myung-Soon
    • Journal of Korean Society of Transportation
    • /
    • v.23 no.7 s.85
    • /
    • pp.137-148
    • /
    • 2005
  • The position information of individual vehicles on a road at every time instant can be used to analyze the microscopic behaviors of driving of each vehicle. The limited information obtained from previous imaging technology such as traffic volume and interval velocity cannot be used to explore such microscopic traffic conditions. Also, information gathering for the microscopic behaviors by manual analysis of captured video takes large amount of time and man-power. In the paper we develop the rule-based vehicle tracking technology from which the position information of individual vehicles on a road at every time instant can be automatically obtained. Also, we extract the position data of driving vehicles on a road, length of 130m for every 0.05 second, and calculate the velocity of each traced vehicles to compare with the real velocity for the verification of accuracy. In the future, this type of tracking techniques based on video analysis can be widely used to provide the practically important information of road traffic conditions and to analyze the academically important microscopic behaviors of driving patterns.

Design of Near-Minimum Time Path Planning Algorithm for Autonomous Driving (무인 자율 주행을 위한 최단 시간 경로계획 알고리즘 설계)

  • Kim, Dongwook;Kim, Hakgu;Yi, Kyongsu
    • Transactions of the Korean Society of Mechanical Engineers A
    • /
    • v.37 no.5
    • /
    • pp.609-617
    • /
    • 2013
  • This paper presents a near-minimum time path planning algorithm for autonomous driving. The problem of near-minimum time path planning is an optimization problem in which it is necessary to take into account not only the geometry of the circuit but also the dynamics of the vehicle. The path planning algorithm consists of a candidate path generation and a velocity optimization algorithm. The candidate path generation algorithm calculates the compromises between the shortest path and the path that allows the highest speeds to be achieved. The velocity optimization algorithm calculates the lap time of each candidate considering the vehicle driving performance and tire friction limit. By using the calculated path and velocity of each candidate, we calculate the lap times and search for a near-minimum time path. The proposed algorithm was evaluated via computer simulation using CarSim and Matlab/Simulink.

Motion Control Algorithm Expanding Arithmetic Operation for Low-Cost Microprocessor (저가형 마이크로프로세서를 위한 연산처리 확장 모션제어 알고리즘)

  • Moon, Sang-Chan;Kim, Jae-Jun;Nam, Kyu-Min;Kim, Byoung-Soo;Lee, Soon-Geul
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.18 no.12
    • /
    • pp.1079-1085
    • /
    • 2012
  • For precise motion control, S-curve velocity profile is generally used but it has disadvantage of relatively long calculation time for floating-point arithmetics. In this paper, we present a new generating method for velocity profile to reduce delay time of profile generation so that it overcomes such disadvantage and enhances the efficiency of precise motion control. In this approach, the velocity profile is designed based on the gamma correction expression that is generally used in image processing to obtain a smoother movement without any critical jerk. The proposed velocity profile is designed to support both T-curve and S-curve velocity profile. It can generate precise profile by adding an offset to the velocity profile with decimals under floating point that are not counted during gamma correction arithmetic operation. As a result, the operation time is saved and the efficiency is improved. The proposed method is compared with the existing method that generates velocity profile using ring buffer on a 8-bit low-cost MCU. The result shows that the proposed method has no delay in generating driving profile with good accuracy of each cycle velocity. The significance of the proposed method lies in reduction of the operation time without degrading the motion accuracy. Generated driving signal also shows to verify effectiveness of the proposed method.

DECAY OF TURBULENCE IN FLUIDS WITH POLYTROPIC EQUATIONS OF STATE

  • Lim, Jeonghoon;Cho, Jungyeon
    • Journal of The Korean Astronomical Society
    • /
    • v.53 no.2
    • /
    • pp.49-57
    • /
    • 2020
  • We present numerical simulations of decaying hydrodynamic turbulence initially driven by solenoidal (divergence-free) and compressive (curl-free) drivings. Most previous numerical studies for decaying turbulence assume an isothermal equation of state (EOS). Here we use a polytropic EOS, P ∝ ργ, with polytropic exponent γ ranging from 0.7 to 5/3. We mainly aim at determining the effects of γ and driving schemes on the decay law of turbulence energy, E ∝ t. We additionally study probability density function (PDF) of gas density and skewness of the distribution in polytropic turbulence driven by compressive driving. Our findings are as follows. First of all, we find that even if γ does not strongly change the decay law, the driving schemes weakly change the relation; in our all simulations, turbulence decays with α ≈ 1, but compressive driving yields smaller α than solenoidal driving at the same sonic Mach number. Second, we calculate compressive and solenoidal velocity components separately and compare their decay rates in turbulence initially driven by compressive driving. We find that the former decays much faster so that it ends up having a smaller fraction than the latter. Third, the density PDF of compressively driven turbulence with γ > 1 deviates from log-normal distribution: it has a power-law tail at low density as in the case of solenoidally driven turbulence. However, as it decays, the density PDF becomes approximately log-normal. We discuss why decay rates of compressive and solenoidal velocity components are different in compressively driven turbulence and astrophysical implication of our findings.

Driving Performance and Heart-Rate Change of Middle-Aged Drivers in Left-Turn Situation (교차로 환경에서 좌회전 시 중년 운전자들의 운전수행 및 심박율 변화 특성)

  • Kim, Bo-Seong;Min, Byung-Chan;Kim, Jin-Ho;Min, Yoon-Ki
    • Journal of the Ergonomics Society of Korea
    • /
    • v.30 no.1
    • /
    • pp.213-220
    • /
    • 2011
  • Objective: The aim of this study was to investigate middle-aged drivers' driving performance and heart-rate as the behavior and physiological changes due to intersection types in left-turn situation. Background: In Korea, the drivers were aged 40~50s are most plentiful. In addition, the intersection traffic accidents are increasing every year. However, the researches for middle-aged drivers and intersection environments have been little. Method: In this study, three kinds of left-turning intersection types(T1, T2, T3) was used as the within-subject independent variables, three age groups(young, middle-aged, elderly) was used as the between-subject independent variables. Also, passing time, approaching velocity, speed and steering variations and heart-rate were used as dependent variables. Results: Overall, middle-aged drivers' driving behaviors were similar to those of the younger drivers. At the T2 intersection type, however, the approaching velocity of middle-aged drivers was similar to younger drivers, whereas the passing time of middle-aged drivers was similar to elderly drivers. Conclusion: These results could be interpreted that a transition driving behavior of middle-aged drivers in terms of age would be appeared on the T2 intersection type. Application: The results might help to understand the characteristics of driving behavior for middle-aged drivers.