• Title/Summary/Keyword: robot systems

Search Result 3,642, Processing Time 0.036 seconds

An Adaptive PD Control Method for Mobile Robots Using Gradient Descent Learning (경사감소학습을 이용한 이동로봇의 적응 PD 제어 방법)

  • Choi, Young-Kiu;Park, Jin-Hyun
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.20 no.9
    • /
    • pp.1679-1687
    • /
    • 2016
  • Mobile robots are effectively used in industrial fields that require flexible manufacturing systems. Mobile robots have to move with mechanical loads such as product parts along the specified paths, and are usually equipped with kinematic controllers. When the loads and nonlinear frictions are too high, satisfactory control performances can not be expected with the kinematic controllers, so some dynamic controllers have been developed. Conventional dynamic controllers require the exact weights and locations of the loads; however, the loads are frequently changed and unknown so that the control performances of the conventional controllers are limited. This paper proposes an adaptive PD control method using gradient descent learning to have sufficient dynamic control performance for unknown loads. Simulation studies have been conducted for various load conditions to verify that the adaptive PD control method have much broader convergence region than the convention method.

Design of a Vision Chip for Edge Detection with an Elimination Function of Output Offset due to MOSFET Mismatch (MOSFET의 부정합에 의한 출력옵셋 제거기능을 가진 윤곽검출용 시각칩의 설계)

  • Park, Jong-Ho;Kim, Jung-Hwan;Lee, Min-Ho;Shin, Jang-Kyoo
    • Journal of Sensor Science and Technology
    • /
    • v.11 no.5
    • /
    • pp.255-262
    • /
    • 2002
  • Human retina is able to detect the edge of an object effectively. We designed a CMOS vision chip by modeling cells of the retina as hardwares involved in edge detection. There are several fluctuation factors which affect characteristics of MOSFETs during CMOS fabrication process and this effect appears as output offset of the vision chip which is composed of pixel arrays and readout circuits. The vision chip detecting edge information from input image is used for input stage of other systems. Therefore, the output offset of a vision chip determine the efficiency of the entire performance of a system. In order to eliminate the offset at the output stage, we designed a vision chip by using CDS(Correlated Double Sampling) technique. Using standard CMOS process, it is possible to integrate with other circuits. Having reliable output characteristics, this chip can be used at the input stage for many applications, like targe tracking system, fingerprint recognition system, human-friendly robot system and etc.

Efficient Implementation of IFFT and FFT for PHAT Weighting Speech Source Localization System (PHAT 가중 방식 음성신호방향 추정시스템의 FFT 및 IFFT의 효율적인 구현)

  • Kim, Yong-Eun;Hong, Sun-Ah;Chung, Jin-Gyun
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • v.46 no.1
    • /
    • pp.71-78
    • /
    • 2009
  • Sound source localization systems in service robot applications estimate the direction of a human voice. Time delay information obtained from a few separate microphones is widely used for the estimation of the sound direction. Correlation is computed in order to calculate the time delay between two signals. In addition, PHAT weighting function can be applied to significantly improve the accuracy of the estimation. However, FFT and IFFT operations in the PHAT weighting function occupy more than half of the area of the sound source localization system. Thus efficient FFT and IFFT designs are essential for the IP implementation of sound source localization system. In this paper, we propose an efficient FFT/IFFT design method based on the characteristics of human voice.

An Innovative Approach to Track Moving Object based on RFID and Laser Ranging Information

  • Liang, Gaoli;Liu, Ran;Fu, Yulu;Zhang, Hua;Wang, Heng;Rehman, Shafiq ur;Guo, Mingming
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.14 no.1
    • /
    • pp.131-147
    • /
    • 2020
  • RFID (Radio Frequency Identification) identifies a specific object by radio signals. As the tag provides a unique ID for the purpose of identification, RFID technology effectively solves the ambiguity and occlusion problem that challenges the laser or camera-based approach. This paper proposes an approach to track a moving object based on the integration of RFID and laser ranging information using a particle filter. To be precise, we split laser scan points into different clusters which contain the potential moving objects and calculate the radial velocity of each cluster. The velocity information is compared with the radial velocity estimated from RFID phase difference. In order to achieve the positioning of the moving object, we select a number of K best matching clusters to update the weights of the particle filter. To further improve the positioning accuracy, we incorporate RFID signal strength information into the particle filter using a pre-trained sensor model. The proposed approach is tested on a SCITOS service robot under different types of tags and various human velocities. The results show that fusion of signal strength and laser ranging information has significantly increased the positioning accuracy when compared to radial velocity matching-based or signal strength-based approaches. The proposed approach provides a solution for human machine interaction and object tracking, which has potential applications in many fields for example supermarkets, libraries, shopping malls, and exhibitions.

Design of Bi-stable Mechanism Using Cylindrical Permanent Magnets (원통형 영구자석을 이용한 쌍안정 장치 설계)

  • Yang, Hyeon-Ho;Choi, Jae-Yong;Han, Jae-Hung
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.48 no.5
    • /
    • pp.343-354
    • /
    • 2020
  • Bi-stable mechanism is a system that has two different stable equilibrium positions within its range of motion. It has an ability to stay in two different positions without external power input and despite small disturbances. One of the most bi-stable applied mechanism is a morphing system, such as deployable structures, switch systems, and robot grippers. However, due to the complexity of mechanism and limitation of structure configuration, it is difficult to apply on a morphing system with rotating link mechanism. In this paper, an implementation method of rotational bi-stable mechanism using cylindrical permanent magnets is proposed. The magnetic field and the magnetic force were calculated from electromagnet model of the cylindrical permanent magnet. Based on the model, the force relation between two links containing the cylindrical permanent magnets was estimated. An array of cylindrical permanent magnets was selected for symmetric bi-stability, and an experiment on the link structure with the proposed bi-stable mechanism was performed to investigate the stability against a external torque.

Real-time Graph Search for Space Exploration (공간 탐사를 위한 실시간 그래프 탐색)

  • Choi, Eun-Mi;Kim, In-Cheol
    • Journal of Intelligence and Information Systems
    • /
    • v.11 no.1
    • /
    • pp.153-167
    • /
    • 2005
  • In this paper, we consider the problem of exploring unknown environments with a mobile robot or an autonomous character agent. Traditionally, research efforts to address the space exploration problem havefocused on the graph-based space representations and the graph search algorithms. Recently EXPLORE, one of the most efficient search algorithms, has been discovered. It traverses at most min$min(mn, d^2+m)$ edges where d is the deficiency of a edges and n is the number of edges and n is the number of vertices. In this paper, we propose DFS-RTA* and DFS-PHA*, two real-time graph search algorithms for directing an autonomous agent to explore in an unknown space. These algorithms are all built upon the simple depth-first search (DFS) like EXPLORE. However, they adopt different real-time shortest path-finding methods for fast backtracking to the latest node, RTA* and PHA*, respectively. Through some experiments using Unreal Tournament, a 3D online game environment, and KGBot, an intelligent character agent, we analyze completeness and efficiency of two algorithms.

  • PDF

Teleoperation Using Reconstructed Graphic Model (재구성된 그래픽 모델을 이용한 원격제어)

  • Chung, Seong-Youb;Yoon, Hyun-Joong
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.13 no.9
    • /
    • pp.3876-3881
    • /
    • 2012
  • In typical master/slave teleoperation systems, a human operator generally manipulates the master to control the slave through the visual information like camera image. However, the operator may get into trouble due to the limited visual information depending on the camera positions and the delay on the visual information because of low communication bandwidth. To cope with this inherit problem in the camera-based teleoperation system, this paper presents a teleoperation system using a reconstructed graphic model instead of the camera image. The proposed teleoperation system consists of a robot control module, a master module using a force-reflective joystick, and a graphic user interface (GUI) module. The graphic user interface module provides the operator with a 3D model reconstructed using a small set of sensing data received from the remote site. The proposed teleoperation system is evaluated through a peg-in-hole assembly task.

Development of Automatic Optical Fiber Alignment System and Optimal Aligning Algorithm (자동 광 정렬시스템 및 최적 광 정렬알고리즘의 개발)

  • Um, Chul;Kim, Byung-Hee;Choi, Young-Seok
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.21 no.4
    • /
    • pp.194-201
    • /
    • 2004
  • Optical fibers are indispensable fer optical communication systems that transmit large volumes of data at high speed. But the aligning technology under the sub-micron accuracy is required for the precise axis adjustment and connection. For the purpose of precise alignment of the optical arrays, in this research, we have developed the 12-axis(with 8 automated axis and 4 manual axis) automatic optical fiber alignment system including the image processing-based searching system, the automatic loading system using the robot and the suction toot and the automatic UV bonding system. In order to obtain the sub-micron alignment accuracy, two 4-axis PC-based motion controllers and the two 50nm resolution 6-aixs micro-stage actuated by micro stepping motors are adopted. The fiber aligning procedure consists of two steps. Firstly, the optical wave guide and an input optical array are aligned by the 6-axis input micro-stage with the IR camera. The image processing technique is introduced to reduce primary manual aligning time and result in achieving the 50% decrease of aligning time. Secondly, the IR camera is replaced by the output micro-stage and a wave guide and two optical arrays are aligned simultaneously before the laser power intensity delivered to the optical powermeter reached the threshold value. When the aligning procedure is finished, the wave guide and arrays are W bonded. The automatic loading/unloading system is also introduced and the entire wave guide handing time is reduced significantly compared to the former commercial aligning system.

A Nonlinear Friction Torque Compensation of Servo System with Double Speed Controller (이중 속도 제어 구조에 의한 서보 제어기의 비선형 마찰 토크 보상)

  • Lee Dong-Hee;Choi Cheol;Kim Cheul-U
    • The Transactions of the Korean Institute of Power Electronics
    • /
    • v.9 no.6
    • /
    • pp.612-619
    • /
    • 2004
  • Servo motor systems with ball-screw and timing-belt are widely used in NC, robot, FA and industrial applications. However, the nonlinear friction torque and damping effect in machine elements reduce the control performance. Especially tracking errors in trajectory control and very low velocity control range are serious due to the break-away friction and Stribeck effects. In this paper, a new double speed controller is proposed for compensation of the nonlinear friction torque. The proposed double speed controller has outer speed controller and inner friction torque compensator. The proposed friction torque compensator compensates the nonlinear friction torque with actual speed and speed error information. Due to the actual information for friction torque compensator without parameters and mathematical model of motor, proposed compensator is very simple structure and the stability is very high. The proposed compensator is verified by simulation and experimental results.

A Defocus Technique based Depth from Lens Translation using Sequential SVD Factorization

  • Kim, Jong-Il;Ahn, Hyun-Sik;Jeong, Gu-Min;Kim, Do-Hyun
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2005.06a
    • /
    • pp.383-388
    • /
    • 2005
  • Depth recovery in robot vision is an essential problem to infer the three dimensional geometry of scenes from a sequence of the two dimensional images. In the past, many studies have been proposed for the depth estimation such as stereopsis, motion parallax and blurring phenomena. Among cues for depth estimation, depth from lens translation is based on shape from motion by using feature points. This approach is derived from the correspondence of feature points detected in images and performs the depth estimation that uses information on the motion of feature points. The approaches using motion vectors suffer from the occlusion or missing part problem, and the image blur is ignored in the feature point detection. This paper presents a novel approach to the defocus technique based depth from lens translation using sequential SVD factorization. Solving such the problems requires modeling of mutual relationship between the light and optics until reaching the image plane. For this mutuality, we first discuss the optical properties of a camera system, because the image blur varies according to camera parameter settings. The camera system accounts for the camera model integrating a thin lens based camera model to explain the light and optical properties and a perspective projection camera model to explain the depth from lens translation. Then, depth from lens translation is proposed to use the feature points detected in edges of the image blur. The feature points contain the depth information derived from an amount of blur of width. The shape and motion can be estimated from the motion of feature points. This method uses the sequential SVD factorization to represent the orthogonal matrices that are singular value decomposition. Some experiments have been performed with a sequence of real and synthetic images comparing the presented method with the depth from lens translation. Experimental results have demonstrated the validity and shown the applicability of the proposed method to the depth estimation.

  • PDF