• 제목/요약/키워드: 로봇 OS

검색결과 91건 처리시간 0.028초

Robust Time-Optimal Control for Coarse/Fine Dual-Stage Systems

  • Kwon, Sang-Joo;Chung, Wan-Kyun;Youngil Youm
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1999년도 제14차 학술회의논문집
    • /
    • pp.317-320
    • /
    • 1999
  • A robust end time optimal conかof strategy for dual-stage servo system is presented. The time optimal trajectory for a mass-damper system is determined and given os a reference input to the servo system. The feedback controller is constructed so that the fine stage tracks the coarse stage errors and robustly designed as the“perturbation compensated sliding mode control(PCSMC)”law, a combination of slid-ing mode controller(SMC) and perturbation observer(PO). In addition, a null motion controller which regulates the fine stage at its neutral position is designed based on the“dynamic consistency”So, the overall dual-stage servo system exhibits the robust and time-optimal performance. The inherent merit and performance of the dual-stage system will be shown.

  • PDF

Implementation of Simple and Intelligent Slave ASIC for Profibus-DP

  • Kwon, Dae-Hyun;Bae, Gyu-Sung;Lee, Young-Joon;Lim, Kye-Young;Moon, Jeong-Il;Kim, Jong-Bae
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2001년도 ICCAS
    • /
    • pp.77.2-77
    • /
    • 2001
  • Profibus-DP is the performance-optimized version of Profibus, specifically dedicated to time-critical communication between automation systems and distributed peripherals. It is included into the International Fieldbus Standard IEC 61158. In this paper, The ASIC for Profibus-DP simple and intelligent slave is proposed and implemented. It can be fully compatible with Siemens LSPM2 as a pin-to-pin base and it also has a high-level function that can replace current intelligent slave boards with one chip. Also it can be used without special OS coding unlike SPC3 of Siemens.

  • PDF

복강경 수술로봇을 위한 실시간 운영체제 기반 제어 시스템의 개발 (Development of a Real-time OS Based Control System for Laparoscopic Surgery Robot)

  • 송승준;박준우;신정욱;김윤호;이덕희;조영호;최재순;선경
    • 대한의용생체공학회:의공학회지
    • /
    • 제29권1호
    • /
    • pp.32-39
    • /
    • 2008
  • This paper reports on a realtime OS based master-slave configuration robot control system for laparoscopic surgery robot which enables telesurgery and overcomes shortcomings with conventional laparoscopic surgery. Surgery robot system requires control system that can process large volume information such as medical image data and video signal from endoscope in real-time manner, as well as precisely control the robot with high reliability. To meet the complex requirements, the use of high-level real-time OS (Operating System) in surgery robot controller is a must, which is as common as in many of modem robot controllers that adopt real-time OS as a base system software on which specific functional modules are implemened for more reliable and stable system. The control system consists of joint controllers, host controllers, and user interface units. The robot features a compact slave robot with 5 DOF (Degree-Of-Freedom) expanding the workspace of each tool and increasing the number of tools operating simultaneously. Each master, slave and Gill (Graphical User Interface) host runs a dedicated RTOS (Real-time OS), RTLinux-Pro (FSMLabs Inc., U.S.A.) on which functional modules such as motion control, communication, video signal integration and etc, are implemented, and all the hosts are in a gigabit Ethernet network for inter-host communication. Each master and slave controller set has a dedicated CAN (Controller Area Network) channel for control and monitoring signal communication with the joint controllers. Total 4 pairs of the master/slave manipulators as current are controlled by one host controller. The system showed satisfactory performance in both position control precision and master-slave motion synchronization in both bench test and animal experiment, and is now under further development for better safety and control fidelity for clinically applicable prototype.

모듈화 개념의 퍼스널 로봇 플랫폼 개발 (Development of a Personal Robot Based on Modularization)

  • 최무성;양광웅;원대희;박상덕;김홍석
    • 한국정밀공학회:학술대회논문집
    • /
    • 한국정밀공학회 2004년도 추계학술대회 논문집
    • /
    • pp.742-745
    • /
    • 2004
  • If a personal robot is popularized like a personal computer in the future, many kinds of robots will appear and the number of manufacturers will increase as a matter of course. In such circumstances, it can be inefficient, in case each manufacturer makes a whole platform individually. The solutions for this problem are to modularize a robot component (hardware and software) functionally and to standardize each module. Each module is developed and sold by each special maker and a consumer purchases desired modules and integrates them. The standardization of a module includes the unification of electrical and mechanical interface. In this paper, the standard interfaces of modules are proposed and CMR(Component Modularized Robot)-P2 made with the modules(brain, sensor, mobile, arm) is introduced. In order to simplify and to make the modules light, a frame is used for supporting a robot and communication/power lines. The name of a method and the way to use that are defined dependently on the standard interfaces in order to use a module in other modules. Each module consists of a distributed object and that can be implemented in the random language and platform. The sensor, mobile and arm modules are developed on Pentium or ARM CPU and embedded Linux OS using the C programming language. The brain module is developed on Pentium CPU and Windows OS using the C, C++ and RPL(Robot Programming Language). Also tasks like pass planning, localization, moving, object perception and face perception are developed. In our test, modules got into gear and CMR-P2 executed various scenarios like guidance, errand and guarding completely.

  • PDF

인간형 로봇 플랫폼 KHR-2 의 설계 및 하드웨어 집성 (Design and Hardware Integration of Humanoid Robot Platform KHR-2)

  • 김정엽;박일우;오준호
    • 대한기계학회:학술대회논문집
    • /
    • 대한기계학회 2004년도 추계학술대회
    • /
    • pp.579-584
    • /
    • 2004
  • In this paper, we present the mechanical, electrical system design and system integration of controllers including sensory devices of the humanoid, KHR-2 (KAIST Humanoid Robot - 2). We have developed KHR-2 since 2003. Total number of DOF of KHR-2 is 41. Each arm including a hand has 11 DOF and each leg has 6 DOF. Head and trunk also has 6 DOF and 1 DOF respectively. In head, two CCD cameras are used for eye. To control all axes efficiently, distributed control architecture is used to reduce computation burden of main controller and to expand devices easily. So we developed the sub-controller as a servo motor controller and a sensor interfacing devices using microprocessor. The main controller attached its back communicates with sub-controllers in real-time by CAN (Controller Area Network) protocol. We used Windows XP as its OS (Operation System) for fast development of main control program and easy extension of peripheral devices. And RTX HAL extension commercial software is used to realize the real-time control in Windows XP environment.

  • PDF

주행용 로봇 플랫폼을 위한 임베디드 프로세서 기반 원격영상감시 시스템 구현 (Implementation of Remote Image Surveillance for Mobile Robot Platform based on Embedded Processor)

  • 한경호;윤효원
    • 조명전기설비학회논문지
    • /
    • 제23권1호
    • /
    • pp.125-131
    • /
    • 2009
  • 본 논문에서는 무선랜 환경에서 주행 로봇 플랫폼에 의한 원격 영상 감시 시스템을 제안하였다. 제안된 방법은 ARM9코어기반의 PXA255 프로세서 시스템에 소형 CMOS 카메라를 장착하고 촬영한 영상을 803.11b/g 무선 네트워크를 이용하여 전송하는 이동형 원격 영상 감시 시스템을 구성하였다. 로봇플랫폼의 주행 명령을 원격으로 전송하며, 촬영된 영상은 $640{\times}480$, $320{\times}240$픽셀 등의 정지 영상을 초당 $3{\sim}10$프레임의 속도로 전송하였으며, 시스템을 구현하고 영상에 의한 원격감시기능을 적절히 수행할 수 있음을 실험을 통하여 확인하였다. 제안된 시스템은 리눅스 운영체제를 기반으로 구축하였다.

클라우드 연동을 위한 ROS2 on Yocto 기반의 Thin Client 로봇 개발 (Development of ROS2-on-Yocto-based Thin Client Robot for Cloud Robotics)

  • 김윤성;이돈근;정성훈;문형일;유창승;이강영;최준열;김영재
    • 로봇학회논문지
    • /
    • 제16권4호
    • /
    • pp.327-335
    • /
    • 2021
  • In this paper, we propose an embedded robot system based on "ROS2 on Yocto" that can support various robots. We developed a lightweight OS based on the Yocto Project as a next-generation robot platform targeting cloud robotics. Yocto Project was adopted for portability and scalability in both software and hardware, and ROS2 was adopted and optimized considering a low specification embedded hardware system. We developed SLAM, navigation, path planning, and motion for the proposed robot system validation. For verification of software packages, we applied it to home cleaning robot and indoor delivery robot that were already commercialized by LG Electronics and verified they can do autonomous driving, obstacle recognition, and avoidance driving. Memory usage and network I/O have been improved by applying the binary launch method based on shell and mmap application as opposed to the conventional Python method. Finally, we verified the possibility of mass production and commercialization of the proposed system through performance evaluation from CPU and memory perspective.

Intelligent Fuzzy PID 제어 알고리즘을 이용한 실시간 OS 기반 복강경 수술 로봇의 위치 제어 성능 강화에 관한 연구 (A Study of Position Control Performance Enhancement in a Real-Time OS Based Laparoscopic Surgery Robot Using Intelligent Fuzzy PID Control Algorithm)

  • 송승준;박준우;신정욱;이덕희;김연호;최재순
    • 전기학회논문지
    • /
    • 제57권3호
    • /
    • pp.518-526
    • /
    • 2008
  • The fuzzy self-tuning PID controller is a PID controller with a fuzzy logic mechanism for tuning its gains on-line. In this structure, the proportional, integral and derivative gains are tuned on-line with respect to the change of the output of system under control. This paper deals with two types of fuzzy self-tuning PID controllers, rule-based fuzzy PID controller and learning fuzzy PID controller. As a medical application of fuzzy PID controller, the proposed controllers were implemented and evaluated in a laparoscopic surgery robot system. The proposed fuzzy PID structures maintain similar performance as conventional PID controller, and enhance the position tracking performance over wide range of varying input. For precise approximation, the fuzzy PID controller was realized using the linear reasoning method, a type of product-sum-gravity method. The proposed controllers were compared with conventional PID controller without fuzzy gain tuning and was proved to have better performance in the experiment.

Wi-Fi 네트워크 기반에서 서비스 로봇의 이동특성을 위한 통신거리 성능평가 방법 (Evaluation Method for Communication Distance Measurement Method for Mobility Characteristics of Service Robot in Wi-Fi Network Based)

  • 민순호;서창호;홍도원
    • 디지털융복합연구
    • /
    • 제10권3호
    • /
    • pp.265-271
    • /
    • 2012
  • 본 논문에서는 무선 랜 방식을 적용한 서비스 로봇의 이동성을 위한 통신거리 성능평가 방법을 제안한다. 서비스 로봇은 서비스의 분류에 따라 모바일 통신 시스템의 기능을 갖추고 있고, ISM밴드(2.4GHz와 5.8GHz)의 무선랜(IEEE802.11a/b/g/n) 통신 방식을 선호하고 있다. 이러한 서비스 로봇의 이동성에 대한 무선 데이터 열화 성능을 평가하기 위해서 실질 필드 환경에서 거리감쇄 상관기법을 활용한 기준 벡터를 측정하여 제시하였다. 성능평가 방법은 기준 벡터의 Path Loss를 Azimuth 301W 장비에 대입하고, 시험 시료의 전송속도 및 송수신되는 처리량은 Chariot로 측정한다. 제안한 측정방법은 모바일 스마트 디바이스와 서비스 로봇의 이동성을 위한 무선 랜 통신거리 확보에 필요한 성능평가 방법이다. 또한 모바일 스마트 디바이스 업체들이 무선 랜 이동성 통신거리 성능평가를 위한 평가 방법으로 활용 할 수 있다.

서비스 로봇을 위한 유비쿼터스 센서 네트워크 기반 위치 인식 시스템 (Ubiquitous Sensor Network based Localization System for Public Guide Robot)

  • 최형윤;박진주;문용선
    • 한국정보통신학회논문지
    • /
    • 제10권10호
    • /
    • pp.1920-1926
    • /
    • 2006
  • 서비스 로봇의 사회 적 관심으로 인하여 서비스 로봇의 개발에 있어 많은 연구가 실시되고 있으나, 단일 플랫폼의 한계에 봉착해 있다. 이 한 한계를 극복하기 위하여 유비쿼터스 네트워크와 연계한 유비쿼터스 기반 서비스로 봇이 대안으로 자리 잡고 있다. 이를 위하여 유비쿼터스 센서 네트워크를 통하여 주변 환경에 대한 상황인식 및 위치 인식과 같은 기능을 위하여 RFID 및 초음파 센서를 이용한 시스템이 등장하여 실제 로봇에 적용되어 좋은 결과를 낳고 있다. 하지만 RFID의 경우 수동형 센서를 이용할 경우 거리에 따른 인식률의 제한이 따르며 초음파 센서의 경우 이를 구동하기 위하여 높은 전압을 요구하므로 저 전력 기반의 센서 네트워크에 응용하기에는 많은 한계가 따른다. 따라서 본 논문에서는 센서 네트워크 기반 위치인식을 위하여 센서 네트워크 모듈을 구현하고 이를 기반으로 RSSI 위치인식 시스템을 구현하고자 한다. 이러한 RSSI 위치인식 시스템의 경우 각 센서 노드에서 들어오는 신호의 RSSI만을 측정하고 이에 따른 거리로 환산하여 위치를 산출함으로 인하여 저 전력의 센서 네트워크를 그대로 활용할 수 있으며, Ad-Hoc 네트워크 설계시 거리에 따른 제한도 극복할 수 있을 것이다.