• Title/Summary/Keyword: joint angle path planning

Search Result 8, Processing Time 0.023 seconds

Minimum-time trajectory planning of a robot manipulator with an arbitrary path for conveyor tracking (컨베이어 추적을 위한 로봇 매니퓰레이터의 임의의 경로에 대한 최소시간 궤적계획)

  • Yun, Ki-Ho;Chung, Sun-Tae
    • Proceedings of the KIEE Conference
    • /
    • 1995.07b
    • /
    • pp.826-829
    • /
    • 1995
  • In this paper, the problem of minimum-time trajectory planning of a robot manipulator with an arbitrary path is dealt. As for a straight path, the trajectory planning can be done without difficulty since the path is easily parameterized by its length. However, this is not the case for a non-straight path. In this paper, by noting that the others' joint angles and velocities are determined if one joint's angle and velocity are known, we reduce the problem of trajectory planning on a non-straight path to one in the 2-dimensional space of one joint's angle and velocity. Then, by applying the dynamic programming, we achieve the minimum-time trajectory planning. A simulation is done for verifying this.

  • PDF

Collision-free path planning for an articulated robot (다관절 로보트를 위한 충돌 회피 경로 계획)

  • 박상권;최진섭;김동원
    • Proceedings of the Korean Operations and Management Science Society Conference
    • /
    • 1995.04a
    • /
    • pp.629-634
    • /
    • 1995
  • The purpose of this paper is to develop a method of Collision-Free Path Planning (CFPP) for an articulated robot. First, the configuration of the robot is formed by a set of robot joint angles derived fromm robot inverse kinematics. The joint space that is made of the joint angle set, forms a Configuration space (Cspace). Obstacles in the robot workcell are also transformed and mapped into the Cspace, which makes Cobstacles in the Cspace. (The Cobstacles represented in the Cspace is actually the configurations of the robot causing collision.) Secondly, a connected graph, a kind of roadmap, is constructed from the free configurations in the 3 dimensional Cspace, where the configurations are randomly sampled form the free Cspace. Thirdly, robot paths are optimally in order to minimize of the sum of joint angle movements. A path searching algorithm based on A is employed in determining the paths. Finally, the whole procedures for the CFPP method are illustrated with a 3 axis articulated robot. The main characteristics of the method are; 1) it deals with CFPP for an articulated robot in a 3-dimensional workcell, 2) it guarantees finding a collision free path, if such a path exists, 3) it provides distance optimization in terms of joint angle movements. The whole procedures are implemented by C on an IBM compatible 486 PC. GL (Graphic Library) on an IRIS CAD workstation is utilized to produce fine graphic outputs.

  • PDF

Development of Optimal Path Planning for Automated Excavator (자동화 굴삭기 최적경로 생성 알고리즘 개발)

  • Shin, Jin-Ok;Park, Hyong-Ju;Lee, Sang-Hak;Hong, Dae-Hee
    • Proceedings of the Computational Structural Engineering Institute Conference
    • /
    • 2007.04a
    • /
    • pp.78-83
    • /
    • 2007
  • The paper focuses on the establishment of optimized bucket path planning and trajectory control designated for force-reflecting backhoe reacting to excavation environment, such as potential obstacles and ground characteristics. The developed path planning method can be used for precise bucket control, and more importantly for obstacle avoidance which is directly related to safety issues. The platform of this research was based on conventional papers regarding the kinematic model of excavator. Jacobian matrix was constructed to find optimal joint angles and rotation angles of bucket from position and orientation data of excavator. By applying Newton-Raphson method optimal joint angles and bucket orientation were derived simultaneously in the way of minimizing positional errors of excavator. The model presented in this paper was intended to function as a cornerstone to build complete and advanced path planning of excavator by implementing soil mechanics and further study of excavator dynamics together.

  • PDF

Fault-Tolerant Gait Generation of Hexapod Robots for Locked Joint Failures (관절고착고장에 대한 육각 보행 로봇의 내고장성 걸음새 생성)

  • Yang Jung-Min
    • The Transactions of the Korean Institute of Electrical Engineers D
    • /
    • v.54 no.3
    • /
    • pp.131-140
    • /
    • 2005
  • Fault-tolerant gait generation of a hexapod robot with crab walking is proposed. The considered fault is a locked joint failure, which prevents a joint of a leg from moving and makes it locked in a known position. Due to the reduced workspace of a failed leg, fault-tolerant crab walking has a limitation in the range of heading direction. In this paper, an accessible range of the crab angle is derived for a given configuration of the failed leg and, based on the principles of fault-tolerant gait planning, periodic crab gaits are proposed in which a hexapod robot realizes crab walking after a locked joint failure, having a reasonable stride length and stability margin. The proposed crab walking is then applied to path planning on uneven terrain with positive obstacles. i.e., protruded obstacles which legged robots cannot cross over but have to take a roundabout route to avoid. The robot trajectory should be generated such that the crab angle does not exceed the restricted range caused by a locked joint failure.

Collision-Free Path Planning for Articulated Robots (다관절 로보트를 위한 충돌 회피 경로 계획)

  • Choi, Jin-Seob;Kim, Dong-Won
    • Journal of Korean Institute of Industrial Engineers
    • /
    • v.22 no.4
    • /
    • pp.579-588
    • /
    • 1996
  • The purpose of this paper is to develop a method of Collision-Free Path Planning (CFPP) for an articulated robot. First, the configuration of the robot is built by a set of robot joint angles derived from robot inverse kinematics. The joint space, that is made of the joint angle set, forms a Configuration space (Cspcce). Obstacles in the robot workcell are also transformed into the Cobstacles using slice projection method. Actually the Cobstacles means the configurations of the robot causing collision with obstacles. Secondly, a connected graph, a kind of roadmap, is constructed by the free configurations in the Cspace, where the free configurations are randomly sampled from a free Cspace immune from the collision. Thirdly, robot paths are optimally determinant in the connected graph. A path searching algorithm based on $A^*$ is employed in determining the paths. Finally, the whole procedures for the CFPP method are shown for a proper articulated robot as an illustrative example.

  • PDF

Joint Space Trajectory Planning on RTOS (실시간 운영체제에서 관절 공간 궤적 생성)

  • Yang, Gil-Jin;Choi, Byoung-Wook
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.24 no.1
    • /
    • pp.52-57
    • /
    • 2014
  • This paper presents an implementation of a smooth path planning method considering physical limits on a real time operating system for a two-wheel mobile robot. A Bezier curve is utilized to make a smooth path considering a robot's position and direction angle through the defined path. A convolution operator is used to generate the center velocity trajectory to travel the distance of the planned path while satisfying the physical limits. The joint space velocity is computed to drive the two-wheel mobile robot from the center velocity. Trajectory planning, velocity command according to the planned trajectory, and monitoring of encoder data are implemented with a multi-tasking system. And the synchronization of tasks is performed with a real-time mechanism of Event Flag. A real time system with multi-tasks is implemented and the result is compared with a non-real-time system in terms of path tracking to the designed path. The result shows the usefulness of a real-time multi-tasking system to the control system which requires real-time features.

Effect Analysis On Selection of VSC Parameters by Manipulator Dynamic Constraints (매니퓰레이터의 동력학적 제한조건이 가변구조 제어 파라메타 선정에 미치는 영향 분석)

  • Lee, Hong-Kyu;Lee, Kang-Wong;Choi, Keh-Kun
    • Proceedings of the KIEE Conference
    • /
    • 1988.11a
    • /
    • pp.45-48
    • /
    • 1988
  • This paper reveals the relation hereon the robot system dynamic constraints and the VSC parameters, and analyzes the effect on the trajectory of the joint angle and the hand when the result of the relation analysis is applied to the robot system control. The result of the analysis in this paper is applied effectively to the path tracking control and the trajectory planning using the VSC method.

  • PDF

A Study on the Relation Between the Robot System Dynamic Constraints and Variable Structure Control Parameters (로보트 시스템의 동력학적 제한 조건과 가변구조 제어 파라메타의 상관관계에 관한 연구)

  • Lee, Hong-Kyu;Lee, Bum-Hee;Choi, Keh-Kun
    • Journal of the Korean Institute of Telematics and Electronics
    • /
    • v.26 no.3
    • /
    • pp.70-78
    • /
    • 1989
  • In the control of the robot system using the variable structure control(VSC) method, up to these days the advantage of the VSC method has not been applied effectively because the parameters are selected arbitrarily by the existence condition of sliding mode without a precise analysis about the VSC parameters. This paper reveals the relation between dynamic constraints and the VSC parameters of robot system, and analyzes the effect on the trajectory of the joint angle and the hand when the analytical result of the relation is applied to the robot system control. The result of the analysis in this paper is applied effectively to the path tracking control and the trajectory planning using the VSC method.

  • PDF