• Title/Summary/Keyword: robotics and computing

검색결과 190건 처리시간 0.026초

클라우드 로봇을 위한 적응형 그룹통신 기반 정보공유 모델 (Information Sharing Model based on Adaptive Group Communication for Cloud-Enabled Robots)

  • 마테오 로미오;이재완
    • 인터넷정보학회논문지
    • /
    • 제14권4호
    • /
    • pp.53-62
    • /
    • 2013
  • 클라우드 로봇에서, 효율적인 정보공유 모델은 연구과제이다. 본 논문에서는 클라우드 기반 로봇들이 서로 연동하고 지식을 공유하기 위한 지식공유 모델을 제시한다. 효율적인 메시지 전송을 위해 멀티 에이전트 기반 적응형 그룹 통신을 제시하며, 연결(link) 노드는 주요 링크를 결정하기 위한 비중함수를 사용한다. 성능평가 결과, 제시한 알고리즘이 최소 메세지 오버헤드를 나타내었으며, 전통적인 그룹통신 방법에 비해 주요 링크를 사용함으로 인해 질의에 대한 응답이 빠름을 보였다.

다중에이전트 경로탐색(MAPF) 기반의 실내배송로봇 군집제어 구현 (Implementation of MAPF-based Fleet Management System)

  • 신동철;문형일;강성규;이성원;양현석;박찬욱;남문식;정길수;김영재
    • 로봇학회논문지
    • /
    • 제17권4호
    • /
    • pp.407-416
    • /
    • 2022
  • Multiple AMRs have been proved to be effective in improving warehouse productivity by eliminating workers' wasteful walking time. Although Multi-agent Path Finding (MAPF)-based solution is an optimal approach for this task, its deployment in practice is challenging mainly due to its imperfect plan-execution capabilities and insufficient computing resources for high-density environments. In this paper, we present a MAPF-based fleet management system architecture that robustly manages multiple robots by re-computing their paths whenever it is necessary. To achieve this, we defined four events that trigger our MAPF solver framework to generate new paths. These paths are then delivered to each AMR through ROS2 message topic. We also optimized a graph structure that effectively captures spatial information of the warehouse. By using this graph structure we can reduce computational burden while keeping its rescheduling functionality. With proposed MAPF-based fleet management system, we can control AMRs without collision or deadlock. We applied our fleet management system to the real logistics warehouse with 10 AMRs and observed that it works without a problem. We also present the usage statistic of adopting AMRs with proposed fleet management system to the warehouse. We show that it is useful over 25% of daily working time.

바퀴/4 족 동작 전환으로 계단 및 문턱 오르기가 가능한 서비스 하이브리드 이동 로봇 개발 (Development of a Service Hybrid Mobile Robot for Climbing Stairs and Thresholds by Switching Wheel and Leg Gait)

  • 김진백;김병국
    • 제어로봇시스템학회논문지
    • /
    • 제13권11호
    • /
    • pp.1082-1091
    • /
    • 2007
  • In this paper, we developed a new hybrid mobile robot which can climb stairs and go over thresholds by crawl gait with embedded real-time control software. This robot is also categorized into hybrid robot that has advantages of wheeled mobile robot and legged mobile robot, but adopts gait feature of crocodile named belly crawl. We imitated the belly crawl using four legs of 2 DOF, four omni-directional wheels, and embedded control software which controls legs and wheels. This software is developed using RTAI/Linux, real-time drivers. As a result, the new hybrid mobile robot has crawl gait. Using this feature, the new hybrid mobile robot can climb stairs and go over thresholds just by path planning of each leg with size of stairs and thresholds, and computing the movement distance of robot body center without considering stability. The performance of our new hybrid mobile robot is verified via experiments.

이동 구간 제어기의 최근 기술 동향 (Recent Trends in Receding Horizon Control)

  • 권욱현;한수희
    • 제어로봇시스템학회논문지
    • /
    • 제20권3호
    • /
    • pp.235-244
    • /
    • 2014
  • This article introduces recent trends in RHC (Receding Horizon Control), also known as MPC (Model Predictive Control), that has been well recognized in industry and academy as a systematic approach for optimal design and constraint management. Constrained and robust RHCs will be briefly reviewed with milestone results. Among the diverse developments and achievements of RHCs, implementation issues will be focused on, together with the latest applications. In particular, this article introduces results on how to solve a finite horizon open-loop optimal control problem in an efficient way, together with code generation for real-time execution and easy implementation. Instead of traditional applications such as refineries and petrochemical plants, this article highlights some selected emerging applications, such as energy management systems and mechatronics, that have resulted from state-of-the-art high performance computing power and advanced numerical schemes.

유비쿼터스 환경에서 사용 가능한 핸드 헬드형 3차원 움직임 추적장치 (A Handheld 3-Dimensional Motion Tracking Device for Ubiquitous Computing Environment)

  • 박명관;이상훈;서일홍
    • 제어로봇시스템학회논문지
    • /
    • 제11권12호
    • /
    • pp.1045-1050
    • /
    • 2005
  • This paper describes a design experience of a low-cost 6 DOF spatial tracker system where relative low accuracy and relatively long ranges, wireless communication will be achieved by means of low cost accelerometers and gyros with contemporary microprocessor. However, there are two key problems; one is the bias drift problem and the other is that single or double integration of acceleration signal suffers not only from noise but also from nonlinear effects caused by gravity. To be specific, beginning and stopping of hand motions needs to be accurately detected to initiate and terminate integration process to get position and pose of the hand from accelerometer and gyro signals, since errors due to noise and/or hand-shaking motions accumulated by integration processes. Several experimental results are shown to validate our proposed algorithms.

듀얼 공간을 이용한 이차원 두 손가락 로봇의 파지 안정성 분석 및 최적 파지 계획 (Grasp Stability Analysis in Dual-Space and Optimal Grasp Planning for Two-Fingered Robots in 2-D)

  • 국명호;장명언;이지홍
    • 제어로봇시스템학회논문지
    • /
    • 제12권11호
    • /
    • pp.1102-1110
    • /
    • 2006
  • This paper addresses the problem of computing grasp stability of the object for two-fingered robots in two dimensions. The concepts of force-closure and dual space are introduced and discussed in novel point of view, and we transform friction cones in a robot work space to line segments in a dual space. We newly define a grasp stability index by calculating intersection condition between line segments in dual space. Moreover, we propose a method to find the optimal grasp points of the given object by comparing the defined grasp stability index. Its validity and effectiveness are investigated and verified by simulations for quadrangle object and elliptic objects.

FCM 이산화를 이용한 스마트 홈에서 행동 모델링 (Intelligent Modeling of User Behavior based on FCM Quantization for Smart home)

  • 정우용;이제헌;윤숙현;조영완;김은태
    • 제어로봇시스템학회논문지
    • /
    • 제13권6호
    • /
    • pp.542-546
    • /
    • 2007
  • In the vision of ubiquitous computing environment, smart objects would communicate each other and provide many kinds of information about user and their surroundings in the home. This information enables smart objects to recognize context and to provide active and convenient services to the customers. However in most cases, context-aware services are available only with expert systems. In this paper, we present generalized activity recognition application in the smart home based on a naive Bayesian network(BN) and fuzzy clustering. We quantize continuous sensor data with fuzzy c-means clustering to simplify and reduce BN's conditional probability table size. And we apply mutual information to learn the BN structure efficiently. We show that this system can recognize user activities about 80% accuracy in the web based virtual smart home.

고유구조지정법을 이용한 유연구조물의 스필오버 억제방법 (A Spillover Suppression Method in a Flexible Structure Using Eigenstructure Assignment)

  • 최재원;박운식
    • 제어로봇시스템학회논문지
    • /
    • 제6권11호
    • /
    • pp.955-962
    • /
    • 2000
  • Although large space structures(LSS) such as a space station, a solar power station satellite, etc., are theoretically distributed parameter and infinite-dimensional systems, they have to be modeled into a lumped parameter and large finite-dimensional system for control system design. Besides, there remains the fundamental problem that the modeled large finite-dimensional system must be controled with a much smaller dimensional controller due to the limitation of computing resources. This causes the spillover phenomenon which degrades control performances and reduces the stability margin. Furthermore, it may destabilize the entire feedback control system. In this paper, we propose a novel spillover suppression method in the active vibration control of large flexible structures by using eigenstructure assignment. Its validity and effectiveness are investigated and verified by the numerical experiments using a simply supported flexible beam, which is modeled to have four controlled modes and eight uncontrolled modes.

  • PDF

유비쿼터스 센서 네트워크 기반의 생활환경 자동제어 시스템 설계 및 구현 (The Design and Implementation of Automatic Control System of Living Environment Based on Ubiquitous Sensor Network)

  • 윤지훈;문승진
    • 제어로봇시스템학회논문지
    • /
    • 제14권1호
    • /
    • pp.1-6
    • /
    • 2008
  • The ubiquitous sensor network technique is widely applied to variety of information fields such as home automations, logistics, traffic controls, public administrations, health and environment monitoring and etc. It is particularly useful in the areas where energy consumption is minimal and where continuous monitoring of the surrounding environments, which generates streams of data, are required. In this study, we have designed and implemented a living environment automatic control system which collects the streams of temperature, humidity, light and noise data of a simulated house setting in real-time fashion, then controls the home environment based on the collected data according to the users favorites. In order to differentiate the proposed system from the currently existing similar system, we have demonstrated not only the feasibility of collecting data using sensor network in the controlled environment but also the ability to control the various household equipments through wireless communications.

바닥 특징점을 사용하는 실내용 정밀 고속 자율 주행 로봇을 위한 싱글보드 컴퓨터 솔루션 (An Embedded Solution for Fast Navigation and Precise Positioning of Indoor Mobile Robots by Floor Features)

  • 김용년;서일홍
    • 로봇학회논문지
    • /
    • 제14권4호
    • /
    • pp.293-300
    • /
    • 2019
  • In this paper, an Embedded solution for fast navigation and precise positioning of mobile robots by floor features is introduced. Most of navigation systems tend to require high-performance computing unit and high quality sensor data. They can produce high accuracy navigation systems but have limited application due to their high cost. The introduced navigation system is designed to be a low cost solution for a wide range of applications such as toys, mobile service robots and education. The key design idea of the system is a simple localization approach using line features of the floor and delayed localization strategy using topological map. It differs from typical navigation approaches which usually use Simultaneous Localization and Mapping (SLAM) technique with high latency localization. This navigation system is implemented on single board Raspberry Pi B+ computer which has 1.4 GHz processor and Redone mobile robot which has maximum speed of 1.1 m/s.