axisCalculator


NameaxisCalculator JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryRobotic kinematics calculator
upload_time2023-04-19 15:34:46
maintainer
docs_urlNone
authorBarış Çeliker
requires_python
licenseMIT
keywords kinematics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Robot-Kinematics
This library contains functions that will help you about robotics kinematics

Jacobian Matrix
The Jacobian matrix is a matrix that composes the first-order partial derivatives of a multivariable function. The joints of the robot move with certain velocities then we might want to know with what velocity the endeffector would move. Here is where Jacobian comes to our help.

Robotic Manipülatör with 2 axis
This function help to calculate Velocity Kinematics of 2 axis robots.


Homogenous Matrix
A system of linear equations having matrix form AX = O, where O represents a zero column matrix, is called a homogeneous system.In this project, rotation of homogeneous matrices was performed.



Change Log
==========

0.0.1 (19/04/2023)
-------------------
- First Release

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "axisCalculator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "kinematics",
    "author": "Bar\u0131\u015f \u00c7eliker",
    "author_email": "td21brs14@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/59/1ae4f5792818a7672cd49a0fe0ef9b6d1fe08fe4614fcda67679d4cac734/axisCalculator-0.0.1.tar.gz",
    "platform": null,
    "description": "Robot-Kinematics\r\nThis library contains functions that will help you about robotics kinematics\r\n\r\nJacobian Matrix\r\nThe Jacobian matrix is a matrix that composes the first-order partial derivatives of a multivariable function. The joints of the robot move with certain velocities then we might want to know with what velocity the endeffector would move. Here is where Jacobian comes to our help.\r\n\r\nRobotic Manip\u00c3\u00bclat\u00c3\u00b6r with 2 axis\r\nThis function help to calculate Velocity Kinematics of 2 axis robots.\r\n\r\n\r\nHomogenous Matrix\r\nA system of linear equations having matrix form AX = O, where O represents a zero column matrix, is called a homogeneous system.In this project, rotation of homogeneous matrices was performed.\r\n\r\n\r\n\r\nChange Log\r\n==========\r\n\r\n0.0.1 (19/04/2023)\r\n-------------------\r\n- First Release\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Robotic kinematics calculator",
    "version": "0.0.1",
    "split_keywords": [
        "kinematics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a96c77681bffab96a38c8868f2d176a646989635aeab40e97c2a2ee8336f1e33",
                "md5": "bb3bdd8ba9cff6e765a2836c90219d8d",
                "sha256": "13ad0d399ef3153176b833125a3dcf7aabe773ad7bea808acf15578d837d7cff"
            },
            "downloads": -1,
            "filename": "axisCalculator-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb3bdd8ba9cff6e765a2836c90219d8d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2555,
            "upload_time": "2023-04-19T15:34:44",
            "upload_time_iso_8601": "2023-04-19T15:34:44.456421Z",
            "url": "https://files.pythonhosted.org/packages/a9/6c/77681bffab96a38c8868f2d176a646989635aeab40e97c2a2ee8336f1e33/axisCalculator-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc591ae4f5792818a7672cd49a0fe0ef9b6d1fe08fe4614fcda67679d4cac734",
                "md5": "2df821e69592230a666392d48ba5d491",
                "sha256": "734465234052d15020b06738766a61b7949c986d18c5c66b2ee2f8baa8839296"
            },
            "downloads": -1,
            "filename": "axisCalculator-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2df821e69592230a666392d48ba5d491",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2394,
            "upload_time": "2023-04-19T15:34:46",
            "upload_time_iso_8601": "2023-04-19T15:34:46.055505Z",
            "url": "https://files.pythonhosted.org/packages/cc/59/1ae4f5792818a7672cd49a0fe0ef9b6d1fe08fe4614fcda67679d4cac734/axisCalculator-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-19 15:34:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "axiscalculator"
}
        
Elapsed time: 0.08260s