• Title/Summary/Keyword: Indoor Autonomous Driving

Search Result 35, Processing Time 0.033 seconds

Performance Evaluation Using Neural Network Learning of Indoor Autonomous Vehicle Based on LiDAR (라이다 기반 실내 자율주행 차량에서 신경망 학습을 사용한 성능평가 )

  • Yonghun Kwon;Inbum Jung
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.12 no.3
    • /
    • pp.93-102
    • /
    • 2023
  • Data processing through the cloud causes many problems, such as latency and increased communication costs in the communication process. Therefore, many researchers study edge computing in the IoT, and autonomous driving is a representative application. In indoor self-driving, unlike outdoor, GPS and traffic information cannot be used, so the surrounding environment must be recognized using sensors. An efficient autonomous driving system is required because it is a mobile environment with resource constraints. This paper proposes a machine-learning method using neural networks for autonomous driving in an indoor environment. The neural network model predicts the most appropriate driving command for the current location based on the distance data measured by the LiDAR sensor. We designed six learning models to evaluate according to the number of input data of the proposed neural networks. In addition, we made an autonomous vehicle based on Raspberry Pi for driving and learning and an indoor driving track produced for collecting data and evaluation. Finally, we compared six neural network models in terms of accuracy, response time, and battery consumption, and the effect of the number of input data on performance was confirmed.

Overlapped Image Learning Neural Network for Autonomous Driving in the Indoor Environment (실내 환경에서의 자율주행을 위한 중첩 이미지 학습 신경망)

  • Jo, Jeong-won;Lee, Chang-woo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2019.05a
    • /
    • pp.349-350
    • /
    • 2019
  • The autonomous driving drones experimented in the existing indoor corridor environment was a way to give the steering command to the drones by the neural network operation of the notebook due to the limitation of the operation performance of the drones. In this paper, to overcome these limitations, we have studied autonomous driving in indoor corridor environment using NVIDIA Jetson TX2 board.

  • PDF

Design and Implementation of Space Adaptive Autonomous Driving Air Purifying Robot for Green Smart Schools (그린 스마트 스쿨을 위한 공간 적응형 자율주행 공기청정 로봇 설계 및 구현)

  • Oh, Seokju;Lee, Jaehyeong;Lee, Chaegyu
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.22 no.1
    • /
    • pp.77-82
    • /
    • 2022
  • The effect of indoor air pollution on the human body is greater and more dangerous than outdoor air pollution. In general, a person stays indoors for a long time, and in a closed room, pollutants are continuously accumulated and the polluted air is better delivered to the lungs. Especially in the case of young children, it is very sensitive to indoor air and it is fatal. In addition, methods to reduce indoor air pollution, which cannot be ventilated with more frequent indoor activities and continuously increasing external fine dust due to Covid 19, are becoming more important. In order to improve the problems of the existing autonomous driving air purifying robot, this paper divided the map and Upper Confidence bounds applied to Trees(UCT) based algorithm to solve the problem of the autonomous driving robot not sterilizing a specific area or staying in one space continuously, and the problem of children who are vulnerable to indoor air pollution. We propose a space-adaptive autonomous driving air purifying robot for a green smart school that can be improved.

Implementation of Camera-Based Autonomous Driving Vehicle for Indoor Delivery using SLAM (SLAM을 이용한 카메라 기반의 실내 배송용 자율주행 차량 구현)

  • Kim, Yu-Jung;Kang, Jun-Woo;Yoon, Jung-Bin;Lee, Yu-Bin;Baek, Soo-Whang
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.17 no.4
    • /
    • pp.687-694
    • /
    • 2022
  • In this paper, we proposed an autonomous vehicle platform that delivers goods to a designated destination based on the SLAM (Simultaneous Localization and Mapping) map generated indoors by applying the Visual SLAM technology. To generate a SLAM map indoors, a depth camera for SLAM map generation was installed on the top of a small autonomous vehicle platform, and a tracking camera was installed for accurate location estimation in the SLAM map. In addition, a convolutional neural network (CNN) was used to recognize the label of the destination, and the driving algorithm was applied to accurately arrive at the destination. A prototype of an indoor delivery autonomous vehicle was manufactured, and the accuracy of the SLAM map was verified and a destination label recognition experiment was performed through CNN. As a result, the suitability of the autonomous driving vehicle implemented by increasing the label recognition success rate for indoor delivery purposes was verified.

Indoor autonomous driving system based on Internet of Things (사물인터넷 기반의 실내 자율주행 시스템)

  • Seong-Hyeon Lee;Ah-Eun Kwak;Seung-Hye Lee;Tae-Kook Kim
    • Journal of Internet of Things and Convergence
    • /
    • v.10 no.2
    • /
    • pp.69-75
    • /
    • 2024
  • This paper proposes an IoT-based indoor autonomous driving system that applies SLAM (Simultaneous Localization And Mapping) and Navigation techniques in a ROS (Robot Operating System) environment based on TurtleBot3. The proposed autonomous driving system can be applied to indoor autonomous wheelchairs and robots. In this study, the operation was verified by applying it to an indoor self-driving wheelchair. The proposed autonomous driving system provides two functions. First, indoor environment information is collected and stored, which allows the wheelchair to recognize obstacles. By performing navigation using the map created through this, the rider can move to the desired location through autonomous driving of the wheelchair. Second, it provides the ability to track and move a specific logo through image recognition using OpenCV. Through this, information services can be received from guides wearing uniforms with the organization's unique logo. The proposed system is expected to provide convenience to passengers by improving mobility, safety, and usability over existing wheelchairs.

A Study on Autonomous Driving Mobile Robot by using Intelligent Algorithm

  • Seo, Hyun-Jae;Kim, Hyo-Jae;Lim, Young-Do
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2005.06a
    • /
    • pp.543-547
    • /
    • 2005
  • In this paper, we designed a intelligent autonomous driving robot by using Fuzzy algorithm. The object of designed robot is recognition of obstacle, avoidance of obstacle and safe arrival. We append a suspension system to auxiliary wheel for improvement in stability and movement. The designed robot can arrive at destination where is wanted to go by the old and the weak and the handicapped at indoor hospital and building.

  • PDF

Development of a ROS-Based Autonomous Driving Robot for Underground Mines and Its Waypoint Navigation Experiments (ROS 기반의 지하광산용 자율주행 로봇 개발과 경유지 주행 실험)

  • Kim, Heonmoo;Choi, Yosoon
    • Tunnel and Underground Space
    • /
    • v.32 no.3
    • /
    • pp.231-242
    • /
    • 2022
  • In this study, we developed a robot operating system (ROS)-based autonomous driving robot that estimates the robot's position in underground mines and drives and returns through multiple waypoints. Autonomous driving robots utilize SLAM (Simultaneous Localization And Mapping) technology to generate global maps of driving routes in advance. Thereafter, the shape of the wall measured through the LiDAR sensor and the global map are matched, and the data are fused through the AMCL (Adaptive Monte Carlo Localization) technique to correct the robot's position. In addition, it recognizes and avoids obstacles ahead through the LiDAR sensor. Using the developed autonomous driving robot, experiments were conducted on indoor experimental sites that simulated the underground mine site. As a result, it was confirmed that the autonomous driving robot sequentially drives through the multiple waypoints, avoids obstacles, and returns stably.

Autonomous Drone Navigation in the hallway using Convolution Neural Network (실내 복도환경에서의 컨벌루션 신경망을 이용한 드론의 자율주행 연구)

  • Jo, Jeong Won;Lee, Min Hye;Nam, Kwang Woo;Lee, Chang Woo
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.23 no.8
    • /
    • pp.936-942
    • /
    • 2019
  • Autonomous driving of drone indoor must move along a narrow path and overcome other factors such as lighting, topographic characteristics, obstacles. In addition, it is difficult to operate the drone in the hallway because of insufficient texture and the lack of its diversity comparing with the complicated environment. In this paper, we study an autonomous drone navigation using Convolution Neural Network(CNN) in indoor environment. The proposed method receives an image from the front camera of the drone and then steers the drone by predicting the next path based on the image. As a result of a total of 38 autonomous drone navigation tests, it was confirmed that a drone was successfully navigating in the indoor environment by the proposed method without hitting the walls or doors in the hallway.

A Study on the Development of Interior Design Service for Autonomous Vehicles - Focusing on STEEP analysis Techniques - (자율주행차 인테리어 디자인서비스 개발연구 - STEEP 분석 기법을 적용한 사례 중심으로 -)

  • Kang, Taeho;Cho, Jounghyung
    • Journal of Service Research and Studies
    • /
    • v.11 no.3
    • /
    • pp.43-54
    • /
    • 2021
  • This study focused on indoor spaces and convenience devices among vehicle interior designs suitable for the autonomous driving era, and presented an interior design model for future automobiles by applying the STEEP analysis method. The service design methodology is applied to deal with changes in display devices installed for the purpose of rearranging layouts and providing driver-centered information. Changes in types and installation locations of displays for various purposes such as connected and infotainment are expected. In particular, through this analysis, trends and experiences through indoor interior research in future self-driving cars will be studied, and subsequent studies will be used as basic data for actual development and application. Key drivers were extracted after deriving future trends linking the research project conducted in five stages to STEEP and consulting experts through FGI. Through this, it was later presented as a direction for indoor design. Through user-centered participatory design methods, emotional keyword derivation methods were used, summarized the derived drivers in five major trends in the future society, and each derived drivers were grouped to consider the relevant technology fields, and added elements to the autonomous driving level. This is an indoor ray viewed from the perspective of various social issues as well as personal tendencies in the future self-driving car industry.

Implementation of Autonomous Mobile Wheeled Robot for Path Correction through Deep Learning Object Recognition (딥러닝 객체인식을 통한 경로보정 자율 주행 로봇의 구현)

  • Lee, Hyeong-il;Kim, Jin-myeong;Lee, Jai-weun
    • The Journal of the Korea Contents Association
    • /
    • v.19 no.12
    • /
    • pp.164-172
    • /
    • 2019
  • In this paper, we implement a wheeled mobile robot that accurately and autonomously finds the optimal route from the starting point to the destination point based on computer vision in a complex indoor environment. We get a number of waypoints from the starting point to get the best route to the target through deep reinforcement learning. However, in the case of autonomous driving, the majority of cases do not reach their destination accurately due to external factors such as surface curvature and foreign objects. Therefore, we propose an algorithm to deepen the waypoints and destinations included in the planned route and then correct the route through the waypoint recognition while driving to reach the planned destination. We built an autonomous wheeled mobile robot controlled by Arduino and equipped with Raspberry Pi and Pycamera and tested the planned route in the indoor environment using the proposed algorithm through real-time linkage with the server in the OSX environment.