Helper functions for fundamental robotics
Project description
Simple Symbolic Robotics
Simple Symbolic Robotics is a Python library providing a collection of helper functions designed for fundamental robotics computations, particularly in kinematics. This library leverages symbolic computation using SymPy, combined with numerical libraries like NumPy and SciPy, to offer a versatile toolkit for robotics enthusiasts, researchers, and engineers.
Features
- Symbolic computation of skew-symmetric matrices.
- Functions to validate and compute rotation matrices.
- Utilities for handling homogeneous transformations and rotations.
- Simplified interfaces for common robotics calculations.
Installation
Install Simple Symbolic Robotics using pip:
pip install simple_symbolic_robotics
Usage
Import the library and use its functions in your Python scripts or interactive sessions.
import simple_symbolic_robotics as ssr
# Example usage:
R = ssr.Rx(pi/4) # Rotation about the x-axis by 45 degrees
Contributing
Contributions are welcome! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
Licensing
The code in this project is licensed under the MIT License.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_symbolic_robotics-0.1.0.tar.gz.
File metadata
- Download URL: simple_symbolic_robotics-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
359656b08671aa1dc5a60e20029dd8ac7932313c833afa1dc0d72173b38a69de
|
|
| MD5 |
c77312a159579aeb19767c5de7e1c947
|
|
| BLAKE2b-256 |
c924d225a13963cf05a62200eaab65f1e4fed08cb5ae95656bfe044951b444c4
|
File details
Details for the file simple_symbolic_robotics-0.1.0-py3-none-any.whl.
File metadata
- Download URL: simple_symbolic_robotics-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68f9b1fb20be8cb19edfee80cba2f446712db99e4ec626804d18949dc4a124b2
|
|
| MD5 |
282692a1d45c285927c3f304bca963e0
|
|
| BLAKE2b-256 |
81251edfdb2c439f94d1216db3cc2133ebfb2e0a8542130755fdc6917f29423e
|