Robotics conventions

Robotics conventions

There are many conventions used in the robotics research field. This article summarises these conventions.

Contents

Line representations

Lines are very important in robotics because:

  • They model joint axes: a revolute joint makes any connected rigid body rotate about the line of its axis; a prismatic joint makes the connected rigid body translate along its axis line.
  • They model edges of the polyhedral objects used in many task planners or sensor processing modules.
  • They are needed for shortest distance calculation between robots and obstacles

Non-minimal vector coordinates

A line L(p,d) is completely defined by the ordered set of two vectors:

  • a point vector p, indicating the position of an arbitrary point on L
  • one free direction vector d, giving the line a direction as well as a sense.

Each point x on the line is given a parameter value t that satisfies: x = p + td. The parameter t is unique once p and d are chosen.
The representation L(p,d) is not minimal, because it uses six parameters for only four degrees of freedom.
The following two constraints apply:

  • The direction vector d can be chosen to be a unit vector
  • the point vector p can be chosen to be the point on the line that is nearest the origin. So p is orthogonal to d

Plücker coordinates

Arthur Cayley and Julius Plücker introduced an alternative representation using two free vectors. This representation was finally named after Plücker.
The Plücker representation is denoted by Lpl(d,m). Both d and m are free vectors: d represents the direction of the line and m is the moment of d about the chosen reference origin.m = pxd (m is independent of which point p on the line is chosen!)
The advantage of the Plücker coordinates is that they are homogenous.
A line in Plücker coordinates has still four out of six independent parameters, so it is not a minimal representation. The two constraints on the six Plücker coordinates are

  • the homogeneity constraint
  • the orthogonality constraint

Minimal line representation

A line representation is minimal if it uses four parameters, which is the minimum needed to represent all possible lines in the Euclidean Space (E³).

Denavit–Hartenberg line coordinates

Jaques Denavit and Richard S. Hartenberg presented the first minimal representation for a line which is now widely used. The common normal between two lines was the main geometric concept that allowed Denavit and Hartenberg to find a minimal representation. Engineers use the Denavit–Hartenberg convention(D–H) to help them describe the positions of links and joints unambiguously. Every link gets its own coordinate system. There are a few rules to consider in choosing the coordinate system:

  1. the z-axis is in the direction of the joint axis
  2. the x-axis is parallel to the common normal: x_n = z_n \times z_{n - 1}
    If there is no unique common normal (parallel z axes), then d (below) is a free parameter.
  3. the y-axis follows from the x- and z-axis by choosing it to be a right-handed coordinate system.

Once the coordinate frames are determined, inter-link transformations are uniquely described by the following four parameters:

  • \theta\,: angle about previous z, from old x to new x
  • d\,: offset along previous z to the common normal
  • r\,: length of the common normal (aka a, but if using this notation, do not confuse with α). Assuming a revolute joint, this is the radius about previous z.
  • \alpha\,: angle about common normal, from old z axis to new z axis

Hayati–Roberts line coordinates

The Hayati–Roberts line representation, denoted Lhr(ex,ey,lx,ly), is another minimal line representation, with parameters:

  • ex and ey are the X and Y components of a unit direction vector e on the line. This requirement eliminates the need for a Z component, since e_{z}=(1-e_{x}^2-e_{y}^2)^{\frac{1}{2}}
  • lx and ly are the coordinates of the intersection point of the line with the plane through the origin of the world reference frame, and normal to the line. The reference frame on this normal plane has the same origin as the world reference frame, and its X and Y frame axes are images of the world frame's X and Y axes through parallel projection along the line.

This representation is unique for a directed line. The coordinate singularities are different from the DH singularities: it has singularities if the line becomes parallel to either the X or Y axis of the world frame.

See also

References

  • Giovanni Legnani, Federico Casolo, Paolo Righettini and Bruno Zappa A homogeneous matrix approach to 3D kinematics and dynamics — I. Theory Mechanism and Machine Theory, Volume 31, Issue 5, July 1996, Pages 573–587
  • Giovanni Legnani, Federico Casalo, Paolo Righettini and Bruno Zappa A homogeneous matrix approach to 3D kinematics and dynamics—II. Applications to chains of rigid bodies and serial manipulators Mechanism and Machine Theory, Volume 31, Issue 5, July 1996, Pages 589–605
  • A. Bottema and B. Roth. Theoretical Kinematics. Dover Books on Engineering. Dover Publications, Inc. Mineola, NY, 1990
  • A. Cayley. On a new analytical representation of curves in space. Quarterly Journal of Pure and Applied Mathematics,3:225–236,1860
  • K.H. Hunt. Kinematic Geometry of Mechanisms. Oxford Science Publications, Oxford, England, 2n edition, 1990
  • J. Plücker. On a new geometry of space. Philosophical Transactions of the Royal Society of London, 155:725–791, 1865
  • J. Plücker. Fundamental views regarding mechanics. Philosophical Transactions of the Royal Society of London, 156:361–380, 1866
  • J. Denavit and R.S. Hartenberg. A kinematic notation for lower-pair mechanisms based on matrices. Trans ASME J. Appl. Mech, 23:215–221,1955
  • R.S. HartenBerg and J. Denavit Kinematic synthesis of linkages McGraw–Hill, New York, NY, 1964
  • R. Bernhardt and S.L. Albright. Robot Calibration, Chapman & Hall, 1993
  • S.A. Hayati and M. Mirmirani. Improving the absolute positioning accuracy of robot manipulators. J. Robotic Systems, 2(4):397–441, 1985
  • K.S. Roberts. A new representation for a line. In Proceedings of the Conference on Computer Vision and Pattern Recognition, pages 635–640, Ann Arbor, MI, 1988

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Topic outline of robotics — Robotics is the science and technology of designing, making, and applying robots, including theory from many contributing fields. A robot is a mechanical or virtual, artificial . It is usually an electromechanical system, which, by its appearance …   Wikipedia

  • Outline of robotics — See also: Index of robotics articles The following outline is provided as an overview of and topical guide to robotics: Robotics – branch of technology that deals with the design, construction, operation, structural disposition, manufacture and… …   Wikipedia

  • References to the Three Laws of Robotics — References to Isaac Asimov s Three Laws of Robotics have appeared in a wide variety of circumstances. In some cases, other authors have explored the Laws in a serious fashion. Jack Williamson wrote a disturbing short story called With Folded… …   Wikipedia

  • Robot kinematics — is the study of the motion (kinematics) of robots. In a kinematic analysis the position, velocity and acceleration of all the links are calculated without considering the forces that cause this motion. The relationship between motion, and the… …   Wikipedia

  • Denavit–Hartenberg parameters — A commonly used convention for selecting frames of reference in robotics applications is the Denavit and Hartenberg (D–H) convention which was introduced by Jaques Denavit and Richard S. Hartenberg. In this convention, each homogeneous… …   Wikipedia

  • Line coordinates — In geometry, line coordinates are used to specify the position of a line just as point coordinates (or simply coordinates) are used to specify the position of a point. Contents 1 Lines in the plane 2 Tangential equations 3 Tangential equation of… …   Wikipedia

  • Isaac Asimov — Asimov in 1965 Born Isaak Yudovich Ozimov Between October 4, 1919 and January 2, 1920[1] Petrovichi, Russian SFSR …   Wikipedia

  • Remotely operated underwater vehicle — Remotely operated vehicle redirects here. For vehicles operating out of water, see remote control vehicle. ROV at work in an underwater oil and gas field. The ROV is operating a subsea torque tool (wrench) on a valve on the subsea structure. A… …   Wikipedia

  • Mira Costa High School — Home of the mustangs Location 1401 Artesia Boulevard Manhattan Beach, CA, USA 90266 …   Wikipedia

  • Robot — This article is about mechanical robots. For other uses of the term, see robot (disambiguation). For software agents, see Bot. ASIMO (2000) at the Expo 2005, a humanoid robot …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”