Git Product home page Git Product logo

kortex's Introduction

KINOVA® KORTEX™ API Reference

Description

The official repository contains documentation and examples explaining how to use the KINOVA® KORTEX™ API client with C++ or Python. The repository has been tested on Windows 10, Ubuntu 16.04, Ubuntu 18.04 and Ubuntu 20.04.

Table of Contents

Licensing

This repository is licenced under the BSD 3-Clause "Revised" License

Role of Google Protocol Buffer in Kortex API

The Kortex API uses Google Protocol Buffer message objects1 to exchange data between client and server.

Google Protocol Buffer offers structured data objects with standard methods for each member field:

  • structured, nested objects
  • basic types and collections
  • getter/setter methods on basic types
  • iterators, dimension and appending methods on collections
  • many helpers (e.g. serialize/deserialize, I/O functions)

When using the Kortex API a developer will need to understand the Google Protocol Buffer feature set to maximize their efficiency.

Quick Start for C++ users

The following links provide some helpful guidance for C++ developer. You will find information about Kortex mechanism and some code examples.

Quick Start for Python users

To run the Python examples you will need to install the Python interpreter and the pip installation module.

Note that for C++ developers it could be useful to install the Python Kortex API to allow for quick tests and validations.

Here is some general information about the Python interpreter and the pip module manager.

Quick Start for modbus users

Since release 2.3.0, the Kortex API offers a modbus interface to communicate with the robot.

All the data is formatted according to this:

Download links

The latest download links for each arm type are reported in the table below:

Arm type Firmware Release notes API
Gen3 2.5.2 2.5.2 2.6.0
Gen3 lite 2.3.2 2.3.2 2.3.0

When following the link to Artifactory, to download the correct C++ API, you have to select the package for your architecture on the left-hand side tree view and then click Download on the right-hand side:

Artifactory

Previous releases

Build and Run instructions

C++ API
Python API

Reference

Useful Links

Kinova home page: https://www.kinovarobotics.com
Google Protocol Buffers home page: https://developers.google.com/protocol-buffers

kortex's People

Contributors

alexvannobel avatar felixmaisonneuve avatar hlamontagne avatar martinleroux avatar jpcotekinova avatar achllle avatar cmilettekinova avatar gricherkinova avatar gortium avatar gstlaurentkinova 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.