Skip to main content

No project description provided

Project description

CoordinateTransformations

Toolbox for Coordinate Transformations for Robotics Analysis.

Documentation: https://coordinatetransformations.readthedocs.io/en/latest/

Installation

Run the following to install:

pip install CoordinateTransformations

for installing directly from this repo

pip install git+https://github.com/parthp08/CoordinateTransformations

Usage

from CoordinateTranformations import R_x, R2T

# Generate Rotation of 30 degree about X-axis
R_x(30, unit='deg')

# Generate Homogeneous Transformation matrix from rotation matrix"
R2T(R_x(30, unit='deg'))

for more example see tests files

Developing CoordinateTransformations

To install CoordinateTransformations, along with tools you need to develop and run tests, run the following in your virtualenv:

pip install -e .[dev]

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

CoordinateTransformations-0.9.0.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

CoordinateTransformations-0.9.0-py3-none-any.whl (21.1 kB view hashes)

Uploaded Python 3

Supported by

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