• Title/Summary/Keyword: Programmable Robot

Search Result 35, Processing Time 0.031 seconds

A Programmable Avatar Robot For Algorithm Education (알고리즘 교육을 위한 프로그램 가능한 아바타 로봇)

  • 유경종;강기준;이부권
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2002.05d
    • /
    • pp.1133-1136
    • /
    • 2002
  • EasyLab은 다양한 부류의 학습자에게 기본적인 알고리즘 교육을 제공하여, 창의성과 논리성 계발의 효과를 거둘 수 있도록 만들어진 시스템이다. 학습자는 EasyLab을 통해 자신이 의도한 바를 알고리즘화 시켜 프로그래밍하고, 그 코드를 USB로 연결된 아바타 로봇으로 전송할 수 있다. 그러면 로봇은 프로그램화된 코드에 의해 반응을 하게 되고, 학습자는 자신의 의도와 비교, 연구, 반복할 수 있다. EasyLab은 초보자가 학습하기 쉽도록 GUI 방식을 사용하기 때문에 알고리즘 교육에 효율적으로 사용할 수 있다.

  • PDF

Muscle Coactivation Analysis during Upper-Limb Rehabilitation using Haptic Robotics in Stroke Survivors (뇌졸중 환자의 햅틱 로봇 기반 상지 재활 시 근육 동시활성도 분석)

  • Keonyoung Oh
    • Journal of Biomedical Engineering Research
    • /
    • v.45 no.2
    • /
    • pp.66-74
    • /
    • 2024
  • This study analyzed the occurrence of abnormal muscle coactivations based on the assistance of upper limb weight during reaching task in stroke patients. Nine chronic stroke survivors with hemiplegia performed reaching tasks using a programmable haptic robot. Electromyography (EMG) coactivation levels in the upper limb muscles were analyzed using a linear model describing the activation levels of two muscles when the patient's upper limb weight was assisted at 0%, 25%, and 50%. As the upper limb weight assistance of the haptic robot decreased, the magnitude of the EMG signal in both the deltoid and biceps muscles increased simultaneously on both the paretic and non-paretic sides. However, no difference was found between the paretic and non-paretic sides when comparing the slope of the linear model describing the activation relationship between the deltoid and biceps. The aforementioned results suggest that in some stroke survivors, the deltoids, triceps, and biceps on the paretic side may not be abnormally coupled when supporting the upper limbs against gravity. Furthermore, these results suggest that the combination of haptic robots and EMG analysis might be utilized for evaluating abnormal coactivations in stroke patients.

A Realization of CNN-based FPGA Chip for AI (Artificial Intelligence) Applications (합성곱 신경망 기반의 인공지능 FPGA 칩 구현)

  • Young Yun
    • Proceedings of the Korean Institute of Navigation and Port Research Conference
    • /
    • 2022.11a
    • /
    • pp.388-389
    • /
    • 2022
  • Recently, AI (Artificial Intelligence) has been applied to various technologies such as automatic driving, robot and smart communication. Currently, AI system is developed by software-based method using tensor flow, and GPU (Graphic Processing Unit) is employed for processing unit. However, if software-based method employing GPU is used for AI applications, there is a problem that we can not change the internal circuit of processing unit. In this method, if high-level jobs are required for AI system, we need high-performance GPU, therefore, we have to change GPU or graphic card to perform the jobs. In this work, we developed a CNN-based FPGA (Field Programmable Gate Array) chip to solve this problem.

  • PDF

Implementation of a Multi-Protocol Baseband Modem for RFID Reader (RFID Reader용 멀티 프로토콜 모뎀 설계)

  • Moon, Jeon-Il;Ki, Tae-Hun;Bae, Gyu-Sung;Kim, Jong-Bae
    • The Journal of Korea Robotics Society
    • /
    • v.4 no.1
    • /
    • pp.1-9
    • /
    • 2009
  • Radio Frequency Identification (RFID) is an automatic identification method. Information such as identification, logistics history, and specification of products are written and stored into the memory of RFID tags (that is, transponders), and retrieved through RF communication between RFID reader device and RFID tags. RFID systems have been applied to many fields of transportation, industry, logistics, environment, etc in order to improve business efficiency and reduce maintenance cost as well. Recently, some research results are announced in which RFID devices are combined with other sensors for mobile robot localization. In this paper, design of multi-protocol baseband for RFID reader device is proposed, and the baseband modem is implemented into SoC (System On a Chip). The baseband modem SoC for multi-protocol RFID reader is composed of several IP (Intellectual Property) blocks such as multi-protocol blocks, CPU, UART(Universal Asynchronous Receiver and Transmitter), memory, etc. As a result, the SoC implemented with FPGA(Field Programmable Gate Array) is applied to real product. It is shown that the size of RFID Reader module designed with the FPGA becomes smaller, and the SoC chip price for the same function becomes cheap. In addition, operation performance could be the same or better than that of the product with no SoC applied.

  • PDF

Intelligent Balancing Control of Inverted Pendulum on a ROBOKER Arm Using Visual Information (영상 정보를 이용한 ROBOKER 팔 위의 역진자 시스템의 지능 밸런싱 제어 구현)

  • Kim, Jeong-Seop;Jung, Seul
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.21 no.5
    • /
    • pp.595-601
    • /
    • 2011
  • This paper presents balancing control of inverted pendulum on the ROBOKER arm using visual information. The angle of the inverted pendulum placed on the robot arm is detected by a stereo camera and the detected angle is used as a feedback and tracking error for the controller. Thus, the overall closed loop forms a visual servoing control task. To improve control performance, neural network is introduced to compensate for uncertainties. The learning algorithm of radial basis function(RBF) network is performed by the digital signal controller which is designed to calculate floating format data and embedded on a field programmable gate array(FPGA) chip. Experimental studies are conducted to confirm the performance of the overall system implementation.

Implementation technique of execution time predictable real-time mechanism control language (실행시간 예측가능한 실시간 메카니즘 제어언어의 구현기법)

  • 백정현;원유헌
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.22 no.6
    • /
    • pp.1365-1376
    • /
    • 1997
  • In this paper, we designed real time mechanism control language and proposed execution time analysis technique. It was impossible to handle real-time mechanism control programs like programmable controller, numerical controller, distributed control system and robot controller with general purpose programming languages and operating systems because they have to process electric signals generated by thousands of sensors at the same at the same time and in real time. So we made it possible to predict plausibility of time constraint constructs of tiem constraint construct of a real time application program at compilation time by adding time constraint constructs and mechanism synchronization structure to conditional statement and iteration statement of a programming language and developing execution time analysis technique.

  • PDF

Hardware Implementation for Real-Time Speech Processing with Multiple Microphones

  • Seok, Cheong-Gyu;Choi, Jong-Suk;Kim, Mun-Sang;Park, Gwi-Tea
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2005.06a
    • /
    • pp.215-220
    • /
    • 2005
  • Nowadays, various speech processing systems are being introduced in the fields of robotics. However, real-time processing and high performances are required to properly implement speech processing system for the autonomous robots. Achieving these goals requires advanced hardware techniques including intelligent software algorithms. For example, we need nonlinear amplifier boards which are able to adjust the compression radio (CR) via computer programming. And the necessity for noise reduction, double-buffering on EPLD (Erasable programmable logic device), simultaneous multi-channel AD conversion, distant sound localization will be explained in this paper. These ideas can be used to improve distant and omni-directional speech recognition. This speech processing system, based on embedded Linux system, is supposed to be mounted on the new home service robot, which is being developed at KIST (Korea Institute of Science and Technology)

  • PDF

FPGA Board Implementation for an Embedded Machine-to-Machine Remote Control System (임베디드 M2M 원격제어 시스템을 위한 FPGA 보드 구현연구)

  • Sanjaa, Bold;Baek, Jong Sang;Jeong, Hwan Jong;Oh, Seung Chan;Jeong, Min A;Lee, Yeon-U;Lee, Seong Ro
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2013.05a
    • /
    • pp.501-503
    • /
    • 2013
  • This project presents a concept of mobile robots using prototypes, computing proposal oriented to embedded systems implementation. We implement our system using GPS module, Ultrasonic sensor(range sensors), H-bridge dual stepper control, DTMF(Dual-tone Multi-Frequency ) and LCD module. In this paper we construct a mechanical simple mobile robot model, which can measure the distance from obstacle with the aid of sensor and should able to control the speed of motor accordingly. Modules were interfaced with FPGA(Field Programmable Gate Array) controller for hardware implementation.

Analysis of the Image Processing Speed by Line-Memory Type (라인메모리 유형에 따른 이미지 처리 속도의 분석)

  • Si-Yeon Han;Semin Jung;Bongsoon Kang
    • Journal of IKEEE
    • /
    • v.27 no.4
    • /
    • pp.494-500
    • /
    • 2023
  • Image processing is currently used in various fields. Among them, autonomous vehicles, medical image processing, and robot control require fast image processing response speeds. To fulfill this requirement, hardware design for real-time processing is being actively researched. In addition to the size of the input image, the hardware processing speed is affected by the size of the inactive video periods that separate lines and frames in the image. In this paper, we design three different scaler structures based on the type of line memories, which is closely related to the inactive video periods. The structures are designed in hardware using the Verilog standard language, and synthesized into logic circuits in a field programmable gate array environment using Xilinx Vivado 2023.1. The synthesized results are used for frame rate analysis while comparing standard image sizes that can be processed in real time.

Internet Based for Computer Integration Manufacturing System

  • Suesut, T.;Hankarjonsook, C.;Tipsuwanporn, V.;Tammarugwattana, N.;Tirasesth, K.
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2003.10a
    • /
    • pp.260-263
    • /
    • 2003
  • This paper has developed the computer integration manufacturing system and Internet based tele-operations. The functions of CIMS include production planing, material requirement planning, work order generation, process control, quality control, shipping planning, warehouse and inventory management and material cost accounting.[1] In this paper focuses on the automatic warehouse control and inventory management by developing the information system as well as the Internet-based integration. The system overview is divided into three parts, the mechanical system, the computer and developed software to control and manage the information and the communication system. The mechanical system consists of the warehouse machine and forklift mobile robot controlled by programmable logic controller (PLC). The computer works on many functions such as control station interfaces with PLC, managing database and inventory, and Internet server to broadcast the inventory database to users via World Wide Web and monitoring the operation on web camera. Our scheme the inventory database can be checked easily anywhere and anytime when the users connect to the Internet. In this article, the lead-time and inventory level can be reduced therefore the holding cost and operating time is also decreased.

  • PDF