• Title/Summary/Keyword: Autonomous tracking

Search Result 278, Processing Time 0.028 seconds

DESIGN CONCEPT FOR THE RETROFIT KAO 1M ROBOTIC TELESCOPE

  • Han, Won-Yong;Mack, Peter;Park, Jang-Hyun;Jin, Ho;Lee, Woo-Baik;Lee, Chung-Uk
    • Journal of Astronomy and Space Sciences
    • /
    • v.17 no.2
    • /
    • pp.211-220
    • /
    • 2000
  • Korea Astronomy Observatory(KAO) is working to retrofit its 1m robotic telescope in collaboration with a company (ACE, Astronomical Consultants & Equipment). The telescope system is being totally refurbished to make a fully automatic telescope which can operate in both interactive and fully autonomous robotic modes. Progress has been made in design and manufacturing of the telescope mount, mechanics, and optical performance system tests are being made for re-configured primary and secondary mirrors. The optical system is designed to collect 80% incident light within 0.5 arcsec with f/7.5 Ritchey-Chretien design. The telescope mount is an equatorial fork with a friction drive system. The design allows fully programmable tracking speeds with typical range of 15 arcsec/sec with accuracy of $\pm5$ arcsec/hour. The mount system has integral pointing model software to correct for refraction, and all mechanical errors and misalignments. The pointing model will permit positioning to better than 30 arcsec RMS within $75^{\circ}$ from zenith and 45 arcsec RMS elsewhere on the sky. The software is designed for interactive, remote and robotic modes of operation. In interactive and remote mode the user can manually enter coordinates or retrieve them from a computer file. In robotic mode the telescope controller downloads the coordinates in the order determined by the scheduler. The telescope will be equipped with a CCD camera and will be accessible via the internet.

  • PDF

Development of a Vision Sensor-based Vehicle Detection System (스테레오 비전센서를 이용한 선행차량 감지 시스템의 개발)

  • Hwang, Jun-Yeon;Hong, Dae-Gun;Huh, Kun-Soo
    • Transactions of the Korean Society of Automotive Engineers
    • /
    • v.16 no.6
    • /
    • pp.134-140
    • /
    • 2008
  • Preceding vehicle detection is a crucial issue for driver assistance system as well as for autonomous vehicle guidance function and it has to be performed with high reliability to avoid any potential collision. The vision-based preceded vehicle detection systems are regarded promising for this purpose because they require little infrastructure on a highway. However, the feasibility of these systems in passenger car requires accurate and robust sensing performance. In this paper, an preceded vehicle detection system is developed using stereo vision sensors. This system utilizes feature matching, epipoplar constraint and feature aggregation in order to robustly detect the initial corresponding pairs. After the initial detection, the system executes the tracking algorithm for the preceded vehicles including a leading vehicle. Then, the position parameters of the preceded vehicles or leading vehicles can be obtained. The proposed preceded vehicle detection system is implemented on a passenger car and its performances is verified experimentally.

A Study on the Design of Intruder Tracing System Using Intrusion Method (침입기법을 응용한 침입자 역추적 시스템 설계에 관한 연구)

  • 김효남
    • Journal of the Korea Society of Computer and Information
    • /
    • v.8 no.3
    • /
    • pp.34-39
    • /
    • 2003
  • There have been several researches to trace intruders on the Internet. But, up to now, few of them has shown a satisfactory and practicable result of the study. Recently, a little bit more active methods such as 'counter-attacking' have been considered to be an alternative to solve the problem of hacking, and some people showed a tendency to accept the method as one possible way to protect their systems. And the new intruder-retracing method suggested in this study is an improved AIAA(Autonomous Intrusion Analysis Agent) model which has been achieved by attaching the counter-attacking method to the existing tracing system. In this paper, the automatic intruder-tracking system is proposed, which was achieved through the design of the following three modules, such as the intruder-retracing module, intruder-tracing module and AIAA dispatch module.

  • PDF

Global Map Building and Navigation of Mobile Robot Based on Ultrasonic Sensor Data Fusion

  • Kang, Shin-Chul;Jin, Tae-Seok
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • v.7 no.3
    • /
    • pp.198-204
    • /
    • 2007
  • In mobile robotics, ultrasonic sensors became standard devices for collision avoiding. Moreover, their applicability for map building and navigation has exploited in recent years. In this paper, as the preliminary step for developing a multi-purpose autonomous carrier mobile robot to transport trolleys or heavy goods and serve as robotic nursing assistant in hospital wards. The aim of this paper is to present the use of multi-sensor data fusion such as ultrasonic sensor, IR sensor for mobile robot to navigate, and presents an experimental mobile robot designed to operate autonomously within both indoor and outdoor environments. The global map building based on multi-sensor data fusion is applied for recognition an obstacle free path from a starting position to a known goal region, and simultaneously build a map of straight line segment geometric primitives based on the application of the Hough transform from the actual and noisy sonar data. We will give an explanation for the robot system architecture designed and implemented in this study and a short review of existing techniques, Hough transform, since there exist several recent thorough books and review paper on this paper. Experimental results with a real Pioneer DX2 mobile robot will demonstrate the effectiveness of the discussed methods.

Cost-effective Sensor-based Scalable Automated Conveyance System (저비용 센서 기반의 확장 가능한 자동 운반 시스템)

  • Kim, Junsik;Jung, Woosoon;Lee, Hyung Gyu
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.26 no.1
    • /
    • pp.31-40
    • /
    • 2021
  • The important goal of the unmanned vehicle technology is on controlling the direction and speed of the vehicle with information acquired from various sensors, without the intervention of the driver, until the vehicle reaches to its destination. In this paper, our focus is on developing an unmanned conveyance system by exploiting low-cost sensing technology for indoor factories or warehouses, where the moving range of the vehicle is limited. To this end, we propose an architecture of a scalable automated conveyance system. Our proposed system includes a number of unmanned conveyance vehicles, and the efficient control mechanism of the vehicles without neither conflicts nor deadlock between the vehicles being simultaneously moved. By implementing the real prototype of the system, we successfully verify the efficiency and functionality of the proposed system.

Dynamic Window Approach with path-following for Unmanned Surface Vehicle based on Reinforcement Learning (무인수상정 경로점 추종을 위한 강화학습 기반 Dynamic Window Approach)

  • Heo, Jinyeong;Ha, Jeesoo;Lee, Junsik;Ryu, Jaekwan;Kwon, Yongjin
    • Journal of the Korea Institute of Military Science and Technology
    • /
    • v.24 no.1
    • /
    • pp.61-69
    • /
    • 2021
  • Recently, autonomous navigation technology is actively being developed due to the increasing demand of an unmanned surface vehicle(USV). Local planning is essential for the USV to safely reach its destination along paths. the dynamic window approach(DWA) algorithm is a well-known navigation scheme as a local path planning. However, the existing DWA algorithm does not consider path line tracking, and the fixed weight coefficient of the evaluation function, which is a core part, cannot provide flexible path planning for all situations. Therefore, in this paper, we propose a new DWA algorithm that can follow path lines in all situations. Fixed weight coefficients were trained using reinforcement learning(RL) which has been actively studied recently. We implemented the simulation and compared the existing DWA algorithm with the DWA algorithm proposed in this paper. As a result, we confirmed the effectiveness of the proposed algorithm.

A Study on AI-based Autonomous Traffic Cone Tracking Algorithm for 1/5 scale Car Platform (인공지능기반 1/5 스케일 콘 추종 자율 주행 기법에 관한 연구)

  • Tae Min KIM;Seong Bin MA;Ui Jun SONG;Yu Bin WON;Jae Hyeok LEE;Kuk Won KO
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2023.11a
    • /
    • pp.283-284
    • /
    • 2023
  • 자율주행 경진대회에서 학생들의 장애물 후에 경로를 생성 능력을 검정하는 라바콘 추종 종목은 중요한 항목 중의 하나이다. 라바콘의 위치를 알기 위해서는 라이다 센서가 필요하다. 실내의 경우 저가의 2D 라이다 센서를 사용하여 콘의 위치 검출이 가능하지만, 실외의 경우에는 고가의 3D 라이다 센서 또는 고가의 3차원 카메라가 필요하다. 이러한 고가의 기자재는 실습의 대중화에 걸림돌이 되고 있으므로, 1개의 카메라와 인공지능을 이용한 라이다 콘의 검출하는 방법을 개발하였고, 이를 활용하여 경로 생성 및 제어를 수행하였다. 그 결과 0.4m 이내의 정밀도로 콘의 위치 추정과 주행을 성공적으로 수행하였다.

MPC based path-following control of a quadcopter drone considering flight path and external disturbances in MATLAB/Simulink (MATLAB/Simulink 기반 주행 경로와 외란을 고려한 쿼드콥터 드론의 모델 예측 제어 기반 경로 주행 제어)

  • Soon-Jae Gwon;Gu-Min Jeong
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.16 no.6
    • /
    • pp.472-477
    • /
    • 2023
  • In this paper, we proposes the use of Model Predictive Control (MPC) techniques to enable quadcopter drones to effectively follow paths and maintain flight safety even under dynamic external environments and disturbances. Through simulations conducted in MATLAB/Simulink, the performance of two controllers, PID and MPC, is compared in flight scenarios with disturbances. The proposed design method shows that the MPC controller, when compared to the PID controller, exhibits a difference in the Mean Squared Error between the intended flight path and the actual path of the quadcopter drone. This difference is 0.2 in performance under no disturbance, and it increases to 0.8 under disturbance, demonstrating the improved path following accuracy of the MPC controller.

Autonomous Mobile Robot System Using Adaptive Spatial Coordinates Detection Scheme based on Stereo Camera (스테레오 카메라 기반의 적응적인 공간좌표 검출 기법을 이용한 자율 이동로봇 시스템)

  • Ko Jung-Hwan;Kim Sung-Il;Kim Eun-Soo
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.31 no.1C
    • /
    • pp.26-35
    • /
    • 2006
  • In this paper, an automatic mobile robot system for a intelligent path planning using the detection scheme of the spatial coordinates based on stereo camera is proposed. In the proposed system, face area of a moving person is detected from a left image among the stereo image pairs by using the YCbCr color model and its center coordinates are computed by using the centroid method and then using these data, the stereo camera embedded on the mobile robot can be controlled for tracking the moving target in real-time. Moreover, using the disparity map obtained from the left and right images captured by the tracking-controlled stereo camera system and the perspective transformation between a 3-D scene and an image plane, depth information can be detected. Finally, based-on the analysis of these calculated coordinates, a mobile robot system is derived as a intelligent path planning and a estimation. From some experiments on robot driving with 240 frames of the stereo images, it is analyzed that error ratio between the calculated and measured values of the distance between the mobile robot and the objects, and relative distance between the other objects is found to be very low value of $2.19\%$ and $1.52\%$ on average, respectably.

Location Trigger System for the Application of Context-Awareness based Location services

  • Lee, Yon-Sik;Jang, Min-Seok
    • Journal of the Korea Society of Computer and Information
    • /
    • v.24 no.10
    • /
    • pp.149-157
    • /
    • 2019
  • Recent research has been actively carried out on systems that want to optimize resource utilization by analyzing the intended behavior and pattern of behavior of objects (users, consumers). A service system that applies information about an object's location or behavior must include a location trigger processing system for tracking an object's real-time location. In this paper, we analyze design problems for the implementation of a context-awareness based location trigger system, and present system models based on analysis details. For this purpose, this paper introduces the concept of location trigger for intelligent location tracking techniques about moving situations of objects, and suggests a mobile agent system with active rules that can perform monitoring and appropriate actions based on sensing information and location context information, and uses them to design and implement the location trigger system for context-awareness based location services. The proposed system is verified by implementing location trigger processing scenarios and trigger service and action service protocols. In addition, through experiments on mobile agents with active rules, it is suggested that the proposed system can optimize the role and function of the application system by using rules appropriate to the service characteristics and that it is scalable and effective for location-based service systems. This paper is a preliminary study for the establishment of an optimization system for utilizing resources (equipment, power, manpower, etc.) through the active characteristics of systems such as real-time remote autonomous control and exception handling over consumption patterns and behavior changes of power users. The proposed system can be used in system configurations that induce optimization of resource utilization through intelligent warning and action based on location of objects, and can be effectively applied to the development of various location service systems.