general-robotics-toolbox


Namegeneral-robotics-toolbox JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/rpiRobotics/rpi_general_robotics_toolbox_py
SummaryGeneral robotics toolbox developed by RPI
upload_time2022-12-29 04:40:25
maintainer
docs_urlNone
authorJohn Wason
requires_python>=2.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # general_robotics_toolbox

[![](https://img.shields.io/badge/python-2.7|3.5+-blue.svg)](https://github.com/rpiRobotics/rpi_general_robotics_toolbox_py)
[![](https://img.shields.io/pypi/v/general-robotics-toolbox)](https://pypi.org/project/general-robotics-toolbox/)

The `general_robotics_toolbox` package provides a toolbox of Python functions for geometry, forward kinematics, inverse kinematics, and dynamics of robots. The functions are based on "A Mathematical Introduction to Robotic Manipulation" by Richard Murray, Zexiang Li, and S. Shankar Sastry (1994), "A spatial operator algebra for manipulator modeling and control" by G. Rodriguez, A. Jain, and K. Kreutz-Delgad, and lecture notes by Dr. John Wen, Rensselaer Polytechnic Institute.

Documentation can be found at: https://general-robotics-toolbox.readthedocs.io/

License: BSD

## Installation

`general-robotics-toolbox` is avaliable on PyPi. To install with all features available, use:

```
pip install general-robotics-toolbox[urdf,tesseract]
```

For minimal installation with just the base Python kinematic functions, use:

```
pip install general-robotics-toolbox
```

## Features

The base `general_robotics_toolbox` module provides the following:

* Rotation: `hat`, `invhat`, `rot`, `R2rot`, `screw_matrix`, `q2r`, `R2q`, `q2rot`, `rot2q`, `quatcomplement`,  
  `quatproduct`, `quatjacobian`, `rpy2R`, `R2rpy`
* Transform: `Transform` class
* Robot Parameters: `Robot` class
* Forward Kinematics: `fwdkin`, `robotjacobian`
* Canonical Geometric Subproblems: `subproblems 0 - 3`
* Inverse Kinematics: `robot6_sphericalwrist_invkin` (OPW), `ur_invkin`, `iterative_invkin`, `equivalent_configurations`

### URDF Parser

The `general_robotics_toolbox.urdf` module provides functions to parse URDF files into `Robot` structures.

### Tesseract Robotics Acceleration

The `general_robotics_toolbox.tesseract` module uses the Tesseract Robot Planning Framework to accelerate
kinematics functions.

### Robot Raconteur Info Parsers

The `general_robotics_toolbox.robotraconteur` module provides functions to parse Robot Raconteur device info YAML
files into `Robot` structures.

### ROS 1 Utilities

The `general_robotics_toolbox.ros_msg` and `general_robotics_toolbox.ros_tf` modules provide utility functions to 
convert ROS 1 messages and listen for TF2 messages.

## Acknowledgment

This work was supported in part by Subaward No. ARM-17-QS-F-01, ARM-TEC-18-01-F-19, ARM-TEC-19-01-F-24, and ARM-TEC-21-02-F19 from the Advanced Robotics for Manufacturing ("ARM") Institute under Agreement Number W911NF-17-3-0004 sponsored by the Office of the Secretary of Defense. ARM Project Management was provided by Christopher Adams. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the official policies, either expressed or implied, of either ARM or the Office of the Secretary of Defense of the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints for Government purposes, notwithstanding any copyright notation herein.

This work was supported in part by the New York State Empire State Development Division of Science, Technology and Innovation (NYSTAR) under contract C160142. 

![](docs/figures/arm_logo.jpg) ![](docs/figures/nys_logo.jpg)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rpiRobotics/rpi_general_robotics_toolbox_py",
    "name": "general-robotics-toolbox",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "John Wason",
    "author_email": "wason@wasontech.com",
    "download_url": "",
    "platform": null,
    "description": "# general_robotics_toolbox\n\n[![](https://img.shields.io/badge/python-2.7|3.5+-blue.svg)](https://github.com/rpiRobotics/rpi_general_robotics_toolbox_py)\n[![](https://img.shields.io/pypi/v/general-robotics-toolbox)](https://pypi.org/project/general-robotics-toolbox/)\n\nThe `general_robotics_toolbox` package provides a toolbox of Python functions for geometry, forward kinematics, inverse kinematics, and dynamics of robots. The functions are based on \"A Mathematical Introduction to Robotic Manipulation\" by Richard Murray, Zexiang Li, and S. Shankar Sastry (1994), \"A spatial operator algebra for manipulator modeling and control\" by G. Rodriguez, A. Jain, and K. Kreutz-Delgad, and lecture notes by Dr. John Wen, Rensselaer Polytechnic Institute.\n\nDocumentation can be found at: https://general-robotics-toolbox.readthedocs.io/\n\nLicense: BSD\n\n## Installation\n\n`general-robotics-toolbox` is avaliable on PyPi. To install with all features available, use:\n\n```\npip install general-robotics-toolbox[urdf,tesseract]\n```\n\nFor minimal installation with just the base Python kinematic functions, use:\n\n```\npip install general-robotics-toolbox\n```\n\n## Features\n\nThe base `general_robotics_toolbox` module provides the following:\n\n* Rotation: `hat`, `invhat`, `rot`, `R2rot`, `screw_matrix`, `q2r`, `R2q`, `q2rot`, `rot2q`, `quatcomplement`,  \n  `quatproduct`, `quatjacobian`, `rpy2R`, `R2rpy`\n* Transform: `Transform` class\n* Robot Parameters: `Robot` class\n* Forward Kinematics: `fwdkin`, `robotjacobian`\n* Canonical Geometric Subproblems: `subproblems 0 - 3`\n* Inverse Kinematics: `robot6_sphericalwrist_invkin` (OPW), `ur_invkin`, `iterative_invkin`, `equivalent_configurations`\n\n### URDF Parser\n\nThe `general_robotics_toolbox.urdf` module provides functions to parse URDF files into `Robot` structures.\n\n### Tesseract Robotics Acceleration\n\nThe `general_robotics_toolbox.tesseract` module uses the Tesseract Robot Planning Framework to accelerate\nkinematics functions.\n\n### Robot Raconteur Info Parsers\n\nThe `general_robotics_toolbox.robotraconteur` module provides functions to parse Robot Raconteur device info YAML\nfiles into `Robot` structures.\n\n### ROS 1 Utilities\n\nThe `general_robotics_toolbox.ros_msg` and `general_robotics_toolbox.ros_tf` modules provide utility functions to \nconvert ROS 1 messages and listen for TF2 messages.\n\n## Acknowledgment\n\nThis work was supported in part by Subaward No. ARM-17-QS-F-01, ARM-TEC-18-01-F-19, ARM-TEC-19-01-F-24, and ARM-TEC-21-02-F19 from the Advanced Robotics for Manufacturing (\"ARM\") Institute under Agreement Number W911NF-17-3-0004 sponsored by the Office of the Secretary of Defense. ARM Project Management was provided by Christopher Adams. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the official policies, either expressed or implied, of either ARM or the Office of the Secretary of Defense of the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints for Government purposes, notwithstanding any copyright notation herein.\n\nThis work was supported in part by the New York State Empire State Development Division of Science, Technology and Innovation (NYSTAR) under contract C160142. \n\n![](docs/figures/arm_logo.jpg) ![](docs/figures/nys_logo.jpg)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "General robotics toolbox developed by RPI",
    "version": "0.7.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "a550937bd7f9a314a7e43634ffd5e2cf",
                "sha256": "9173aef7ae77fc172b3387debc39965d2487764ee7f96646954cd9d889c56409"
            },
            "downloads": -1,
            "filename": "general_robotics_toolbox-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a550937bd7f9a314a7e43634ffd5e2cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7",
            "size": 36484,
            "upload_time": "2022-12-29T04:40:25",
            "upload_time_iso_8601": "2022-12-29T04:40:25.032971Z",
            "url": "https://files.pythonhosted.org/packages/85/9c/cb31a0a266d3cf2a252529740fc1d154aeb7fe76319082a02cbceb09ead6/general_robotics_toolbox-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-29 04:40:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "rpiRobotics",
    "github_project": "rpi_general_robotics_toolbox_py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "general-robotics-toolbox"
}
        
Elapsed time: 0.03035s