• Title/Summary/Keyword: Real-time sensor data

Search Result 1,227, Processing Time 0.032 seconds

LiDAR Static Obstacle Map based Position Correction Algorithm for Urban Autonomous Driving (도심 자율주행을 위한 라이다 정지 장애물 지도 기반 위치 보정 알고리즘)

  • Noh, Hanseok;Lee, Hyunsung;Yi, Kyongsu
    • Journal of Auto-vehicle Safety Association
    • /
    • v.14 no.2
    • /
    • pp.39-44
    • /
    • 2022
  • This paper presents LiDAR static obstacle map based vehicle position correction algorithm for urban autonomous driving. Real Time Kinematic (RTK) GPS is commonly used in highway automated vehicle systems. For urban automated vehicle systems, RTK GPS have some trouble in shaded area. Therefore, this paper represents a method to estimate the position of the host vehicle using AVM camera, front camera, LiDAR and low-cost GPS based on Extended Kalman Filter (EKF). Static obstacle map (STOM) is constructed only with static object based on Bayesian rule. To run the algorithm, HD map and Static obstacle reference map (STORM) must be prepared in advance. STORM is constructed by accumulating and voxelizing the static obstacle map (STOM). The algorithm consists of three main process. The first process is to acquire sensor data from low-cost GPS, AVM camera, front camera, and LiDAR. Second, low-cost GPS data is used to define initial point. Third, AVM camera, front camera, LiDAR point cloud matching to HD map and STORM is conducted using Normal Distribution Transformation (NDT) method. Third, position of the host vehicle position is corrected based on the Extended Kalman Filter (EKF).The proposed algorithm is implemented in the Linux Robot Operating System (ROS) environment and showed better performance than only lane-detection algorithm. It is expected to be more robust and accurate than raw lidar point cloud matching algorithm in autonomous driving.

Implementation of Autonomous Vehicle Situational Awareness Technology using Infrastructure Edge on a Two- way Single Lane in Traffic-isolated Area (교통소외지역 양방향 단일차선에서 인프라 엣지를 이용한 자율주행 차량 상황 인지 기술 구현)

  • Seongjong Kim;Seokil Song
    • Journal of Platform Technology
    • /
    • v.11 no.6
    • /
    • pp.106-115
    • /
    • 2023
  • In this paper, we propose a sensor data sharing system for the safe and smooth operation of autonomous vehicles on two-way single lanes in traffic-isolated areas and implement the core module, the situational awareness technology. Two-way single lanes pose challenges for autonomous vehicles, particularly when encountering parked vehicles or oncoming traffic, leading to reversing issues. We introduce a system using infrastructure cameras to detect vehicles' approach, enter, and leave on twoway single lanes in real-time, transmitting this information to autonomous vehicles via V2N communication, thereby expanding the sensing range of the autonomous vehicles. The core part of the proposed system is the situational awareness of the two-way single lane using infrastructure cameras. In this paper, we implement this using object detection and tracking technology. Finally, we validate the implemented situational awareness technology using data collected from actual two-way single lanes.

  • PDF

Design and Implementation of Interactive Game based on Embedded System (내장형 시스템 기반 체험형 게임의 설계 및 구현)

  • Lee, Woosik;Jung, Hoejung;Heo, Hojin;Kim, Namgi
    • Journal of Internet Computing and Services
    • /
    • v.18 no.4
    • /
    • pp.43-50
    • /
    • 2017
  • Embedded System includes touch, GPS, motion, and acceleration sensor, and can communicate with neighbor devices using wireless communication. Because Arduino with embedded system provides good environment for development and application, developers, engineers, designers, as well as artists, students have a great interest. They utilize Arduino in the robot, home appliances, fashion, culture and so on. In this paper, we design and implement a game using Arduino with embedded system which recognizes the human movement by moving away from one-dimensional game of the existing touch method. Implemented embedded system game measures gyro-sensor to recognize human movement and detects the attack success of the opponent by using touch sensor. Moreover, health of the game player is updated in the real time through the android phone-based database. In this paper, implemented embedded system-based game provides GUI screen of android phone. It is possible to select watching mode and competition mode. Also, it has low energy consumption and easy to expand because it send and receive data packet through recent Bluetooth communication.

Development of a Greenhouse Environment Monitoring System using Low-cost Microcontroller and Open-source Software (저비용 개방형 Microcontroller를 사용한 온실 환경 측정 시스템 개발)

  • Cha, Mi-Kyung;Jeon, Youn A;Son, Jung Eek;Chung, Sun-Ok;Cho, Young-Yeol
    • Horticultural Science & Technology
    • /
    • v.34 no.6
    • /
    • pp.860-870
    • /
    • 2016
  • Continuous monitoring of environmental parameters provides farmers with useful information, which can improve the quality and productivity of crops grown in greenhouses. The objective of this study was to develop a greenhouse environment measurement system using a low-cost microcontroller with open-source software. Greenhouse environment parameters measured were air temperature, relative humidity, and carbon dioxide ($CO_2$) concentration. The ranges of the temperature, relative humidity, and $CO_2$ concentration were -40 to $120^{\circ}C$, 0 to 100%, and 0 to 10,000 ppm, respectively. A $128{\times}64$ graphic LCD display was used for real-time monitoring of the greenhouse environments. An Arduino Uno R3 consisted of a USB interface for communicating with a computer, 6 analog inputs, and 14 digital input/output pins. A temperature/relative humidity sensor was connected to digital pins 2 and 3. A $CO_2$ sensor was connected to digital pins 12 and 13. The LCD was connected to digital pin 1 (TX). The sketches were programmed with the Arduino Software (IDE). A measurement system including the Arduino board, sensors, and accessories was developed (totaling $244). Data for the environmental parameters in a venlo-type greenhouse were obtained using this system without any problems. We expect that the low-cost microcontroller using open-source software can be used for monitoring the environments of plastic greenhouses in Korea.

Improvement of Altitude Measurement Algorithm Based on Accelerometer for Holding Drone's Altitude (드론의 고도 유지를 위한 가속도센서 기반 고도 측정 알고리즘 개선)

  • Kim, Deok Yeop;Yun, Bo Ram;Lee, Sunghee;Lee, Woo Jin
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.6 no.10
    • /
    • pp.473-478
    • /
    • 2017
  • Drones require altitude holding in order to achieve flight objectives. The altitude holding of the drone is to repeat the operation of raising or lowering the drone according to the altitude information being measured in real-time. When the drones are maintained altitude, the drone's altitude will continue to change due to external factors such as imbalance in thrust due to difference in motor speed or wind. Therefore, in order to maintain the altitude of drone, we have to exactly measure the continuously changing altitude of the drone. Generally, the acceleration sensor is used for measuring the height of the drones. In this method, there is a problem that the measured value due to the integration error accumulates, and the drone's vibration is recognized by the altitude change. To solve the difficulty of the altitude measurement, commercial drones and existing studies are used for altitude measurement together with acceleration sensors by adding other sensors. However, most of the additional sensors have a limitation on the measurement distance and when the sensors are used together, the calculation processing of the sensor values increases and the altitude measurement speed is delayed. Therefore, it is necessary to accurately measure the altitude of the drone without considering additional sensors or devices. In this paper, we propose a measurement algorithm that improves general altitude measurement method using acceleration sensor and show that accuracy of altitude holding and altitude measurement is improved as a result of applying this algorithm.

Flood Disaster Prediction and Prevention through Hybrid BigData Analysis (하이브리드 빅데이터 분석을 통한 홍수 재해 예측 및 예방)

  • Ki-Yeol Eom;Jai-Hyun Lee
    • The Journal of Bigdata
    • /
    • v.8 no.1
    • /
    • pp.99-109
    • /
    • 2023
  • Recently, not only in Korea but also around the world, we have been experiencing constant disasters such as typhoons, wildfires, and heavy rains. The property damage caused by typhoons and heavy rain in South Korea alone has exceeded 1 trillion won. These disasters have resulted in significant loss of life and property damage, and the recovery process will also take a considerable amount of time. In addition, the government's contingency funds are insufficient for the current situation. To prevent and effectively respond to these issues, it is necessary to collect and analyze accurate data in real-time. However, delays and data loss can occur depending on the environment where the sensors are located, the status of the communication network, and the receiving servers. In this paper, we propose a two-stage hybrid situation analysis and prediction algorithm that can accurately analyze even in such communication network conditions. In the first step, data on river and stream levels are collected, filtered, and refined from diverse sensors of different types and stored in a bigdata. An AI rule-based inference algorithm is applied to analyze the crisis alert levels. If the rainfall exceeds a certain threshold, but it remains below the desired level of interest, the second step of deep learning image analysis is performed to determine the final crisis alert level.

Study on Remote control and monitoring system of the multipurpose guard rail using USN (USN을 이용한 다목적 가드레일의 원격제어 및 모니터링 시스템에 관한 연구)

  • Song, Je-Ho;Lee, In-Sang
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.16 no.10
    • /
    • pp.7176-7181
    • /
    • 2015
  • This thesis is about the system where the solar module is attached to the high functional guardrail posts with anti-weed, anti-plant, and road-kill applied to produce internal power, enabling the integrated control and real-time monitoring of appearance of wildlife and road conditions using the USN. The whole system consists of a photovoltaic module(PV), a detection sensor(pyroelectric), a controller(operation select and motion sensor), the USN system, the DB(sound and flash), an output unit of sound and flash, and the control system of road-kill prevention and safety induction for vehicles. Thus this study aims to address the remote control and monitoring system of multipurpose guardrails to improve road environment, prevent road-kills, protect wild animals, and guide cars safely by using the USN which is combined with new renewable energy and IT convergence technology. As a result of the study on the remote control and monitoring system using the USN, it was ascertained that the response time of the unmanned sensing system was within 5.1 ms with the current consumption of 0.328 mA, and the data transmission speed of the remote control system was 250 kbps with the current consumption of 0.283 mA.

Crop Monitoring Technique Using Spectral Reflectance Sensor Data and Standard Growth Information (지상 고정형 작물 원격탐사 센서 자료와 표준 생육정보를 융합한 작물 모니터링 기법)

  • Kim, Hyunki;Moon, Hyun-Dong;Ryu, Jae-Hyun;Kwon, Dong-Won;Baek, Jae-Kyeong;Seo, Myung-Chul;Cho, Jaeil
    • Korean Journal of Remote Sensing
    • /
    • v.37 no.5_1
    • /
    • pp.1199-1206
    • /
    • 2021
  • Accordingly, attention is also being paid to the agricultural use of remote sensing technique that non-destructively and continuously detects the growth and physiological status of crops. However, when remote sensing techniques are used for crop monitoring, it is possible to continuously monitor the abnormality of crops in real time. For this, standard growth information of crops is required and relative growth considering the cultivation environment must be identified. With the relationship between GDD (Growing Degree Days), which is the cumulative temperature related to crop growth obtained from ideal cultivation management, and the vegetation index as standard growth information, compared with the vegetation index observed with the spectralreflectance sensor(SRSNDVI & SRSPRI) in each rice paddy treated with standard cultivation management and non-fertilized, it was quantitatively identified as a time series. In the future, it is necessary to accumulate a database targeting various climatic conditions and varieties in the standard cultivation management area to establish a more reliable standard growth information.

Development of Android-Based Photogrammetric Unmanned Aerial Vehicle System (안드로이드 기반 무인항공 사진측량 시스템 개발)

  • Park, Jinwoo;Shin, Dongyoon;Choi, Chuluong;Jeong, Hohyun
    • Korean Journal of Remote Sensing
    • /
    • v.31 no.3
    • /
    • pp.215-226
    • /
    • 2015
  • Normally, aero photography using UAV uses about 430 MHz bandwidth radio frequency (RF) modem and navigates and remotely controls through the connection between UAV and ground control system. When using the exhausting method, it has communication range of 1-2 km with frequent cross line and since wireless communication sends information using radio wave as a carrier, it has 10 mW of signal strength limitation which gave restraints on life my distance communication. The purpose of research is to use communication technologies such as long-term evolution (LTE) of smart camera, Bluetooth, Wi-Fi and other communication modules and cameras that can transfer data to design and develop automatic shooting system that acquires images to UAV at the necessary locations. We conclude that the android based UAV filming and communication module system can not only film images with just one smart camera but also connects UAV system and ground control system together and also able to obtain real-time 3D location information and 3D position information using UAV system, GPS, a gyroscope, an accelerometer, and magnetic measuring sensor which will allow us to use real-time position of the UAV and correction work through aerial triangulation.

3-D Analysis of Slope by Tension Wire Sensing (Tension Wire 계측을 통한 비탈면의 3차원 거동 분석)

  • Shin, Taeju;Kim, Taesoo;Hwang, Sanggoo;Han, Heuisoo
    • Journal of the Korean GEO-environmental Society
    • /
    • v.16 no.3
    • /
    • pp.41-48
    • /
    • 2015
  • Several sensor systems are used to estimate and predict the slope behaviors, however though slope sensing systems are much up-to-dated compared to before, they are mainly focused on the hardware developing. It means the analyzing software is deficient to apply the examining slope behavior for slope stability. In real case, slope behavior shows the 3-dimensional movement and failure; however the modeling methods for 3-D behavior are more difficult and need more variables. 1-D analysis shows only the length variation, however the real slope makes the 3-D behaviors. To fix the 3-D space coordinate, three values should be determined such as length, horizontal angle and vertical angle. Therefore if the 3-D coordinate system were composed by the points considered of two directions and length, the 3-D space could be separated into horizontal plane and vertical plane. The data from DY-slope in Chungbuk province was analyzed to the developed 3-D coordinate system. It is concluded from the results of 3-D analysis, the slope is generally moving to transverse direction, also the displacements are happening to road and vertical direction at the same time. Presently, the accumulated displacement between sensing points shows small value within 4.3 cm, and the displacements of all sensing points show the similar directions and magnitudes.