Git Product home page Git Product logo

experiment--07-linear-and-joint-interpolation-of-industrial-manipulator-'s Introduction

Experiment--07-Linear-and-joint-interpolation-of-industrial-manipulator-

Aim :

  To understand linear and joint interpolation of industrial manipulator and develop a program for the same 

Equipment Required:

  Instrial manipulator , teach pendant and associated program platform 

Theory

The following interpolation schemes are available in most of the robot controllers.
  1. Joint interpolation
  2. Straight line interpolation
  3. Circular interpolation
  4. Irregular smooth motions (manual lead through programming).

Joint interpolation:

The controller determines how far each joint must move to get from the first point defined in the programme to the next. It then selects the joint that requires the longest time. This determines the amount of movement for other axes such that all the axes start and stop at the same time. Joint interpolation is the default procedure for many commercial robots.

Straight-line interpolation:

In this interpolation, the robot controller computes the straight-line path between two points and develops the sequence of addressable point along the path for the robot to pass through.

Circular interpolation:

This requires the programmer to define a circle in the robot’s workspace. This is done by specifying three points that lie along the circle. The controller constructs the circle by selecting a series of points that lie closer to the circle. These movements are actually small straight lines. If the addressable points are dense then the linear approximation becomes very much like circle.

Manual lead through Programming:

When the manipulator wrist is moved by the programmer to teach, the movements consist of combination of smooth motion segments. These segments are sometimes approximately straight lines or curves or back and forth motions. These movements are referred as irregular smooth motions and an interpolation is involved to achieve them.

Robot-interpolation-PTP-LIN-CIRC

Figure -01 difference between P-P , joint and linear interpolation

Program :

DART studio screen shots for linear interpolation

DART studio screen shots for joint interpolation

robo 1

Robot movements

robotics1new

robotics2new

robotics3new

Results:

Thus ,linear and joint interpolation of industrial manipulator and program is executed.

experiment--07-linear-and-joint-interpolation-of-industrial-manipulator-'s People

Contributors

vasanthkumarch avatar vinuthna-2004 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.