Code Monkey home page Code Monkey logo

cvs_manipulatoin's Introduction

CVS for the KUKA manipulator model

This SOFTWARE solves the problem of planning smooth movement for the KUKA manipulator. To solve the problem of motion planning, a computer vision model is used, which receives an input image containing the desired motion paths, and after processing, the system issues an xls file with coordinates for the movement of the manipulator.

Basic function

  • Realizes:
    • Selection of control points of objects in the image using the Harris detector method.
    • Solves the classification problem for each individual object, i.e. a set of control points relate only to one image object.
    • Bypassing the control points of the object along a specific route.
    • From the resulting route, the desired trajectory for moving along a linear section, or moving along a curved section, is plotted. Smooth motion is defined by the trapezoidal law of motion.
    • An xls file containing coordinates for the movement of the manipulator's working body will be submitted to the output.

Interfaces

The MVC pattern is implemented. The software model consists of:

  • Imageproccesingservice - is an interface for processing images using CVS methods. This module solves the problem of finding control points using the Harris detector and obtaining an array of control points.
  • IStateStorageService - is an interface for storing intermediate processing results.
  • IClusterServise - provides an interface for processing the received control points and classifying them for each image object using the clustering method.
  • IMessageServise-provides an interface for error handling
  • Igraphservice - is an interface for solving the problem of traversing control points in the desired sequence. Implements a method for creating an adjacency matrix for control points, a method for creating a priority for traversing an object by control points.
  • IInterpritateServise - is an interface for basic commands for the manipulator, such as raising and lowering the pen at the beginning and end points of the manipulator, calculating the path of interleaving on Bezier curves.
  • IExcelServise - is an interface for displaying the final coordinates of the manipulator's position in an Excel file.
  • ISplineServise - is an interface for setting Bezier (2nd) order curves and setting the trapezoidal law of motion .

Example of work

Модель использующая выходной xls файл данного ПО:

cvs_manipulatoin's People

Stargazers

 avatar  avatar  avatar

Watchers

 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.