Skip to main content

Controller library for C.U.B.I.T.U.S. Robotic Arm.

Project description

Cubitus Kinematics Package

This is the custom made package for Cubitus Robotic Arm. This package includes matplotlib plotting as well as realtime sending the data to the robotic manipulator itself.

Installation

Run the following to install the package :

$ pip install cubituskinematics

Usage

First of all, you need to import cubituskinematics package/library into your project's python file.

import cubituskinematics as ck
# or you could also use (but not recommended):
from cubituskinematics import *

Next you can test it using simple commands as shown below :

# declare two points (as a list)
A = [200, 0, 120]
B = [200, 0, 230]
# performs a line movement
ck.perform_line(A, B, sampling=50, repeat=1)
# use 'sampling' and 'repeat' arguments to determine sampling and number of repetitions
# moves to one certain point in 3D space
ck.move_to_point(210, 0, 170)

NOTE: if you want to know more about a function, hover on its name to reveal more information

User Interface Terminal

If you want to use user interface use one simple command as shown below :

# opens user interface which acts like a simple command line terminal
ck.run_ui()

Here is a list of all possible commands which can be called via command line :

>> about       Show application info.
>> clear       Clear terminal.
>> exit        Exit interface.
>> help        Show all commands.
>> perform     Perform a specific movement based on input.
>> equation    Perform a custom curve based on input.
>> reset       Reset application.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cubituskinematics-0.0.2.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cubituskinematics-0.0.2-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file cubituskinematics-0.0.2.tar.gz.

File metadata

  • Download URL: cubituskinematics-0.0.2.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.7.9

File hashes

Hashes for cubituskinematics-0.0.2.tar.gz
Algorithm Hash digest
SHA256 2566f5adb720484843aae734dc51556877e8d37e5c568ba4e845a6b42ac99747
MD5 509e8f090a594754cc571d706cd621aa
BLAKE2b-256 9c7711a5d7480d1e54466c4705fb7a8b8f695d127b3ed36e2392d96538dee556

See more details on using hashes here.

File details

Details for the file cubituskinematics-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: cubituskinematics-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.7.9

File hashes

Hashes for cubituskinematics-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3f3edb71f11407ff9369729bd44179c9232a1e302cfdbd825cfc247706e9f179
MD5 2b31af840278082dfbe6ebc6b4827aa4
BLAKE2b-256 d9dddfac95a5abb612359fb5924fdb67fb923a080c9cc006a7ec5a24d86e6e3e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page