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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for CoordinateTransformations-0.9.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad661568a818db3bd20651ec0ccce55e4fdbb40031b581864736e1fa67f06586 |
|
MD5 | ba38f28d0abcaa39d69453bf0e3a8e13 |
|
BLAKE2b-256 | d7feb1aa18116ff3421cfa2c937c391d8cafc69ad7e2914f5317094f09cef306 |
Close
Hashes for CoordinateTransformations-0.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bce594cfa9a55265ee2e595749d32bd44d258f16c960ef4f229e650f01b0ea93 |
|
MD5 | d79f2f796a2b5eab94b33b8aeae506f1 |
|
BLAKE2b-256 | af5089ada3bcc4132ffb6856a3f35f0e69cc205ed104efc87c02dad0fe87faa3 |