An interval solver for robots' workspace area
Project description
Project title
IntervalPyLib implments the necessary functionality to solve the systems of equations describing a robot's workspace area.
Decription
The robot has a lot of unknown variables, such as velocity, different angles, lengths and more importantly its position. Based on these variables, a kinematic system of equations is constructed that restricts the robot's workspace area. This package allows for easy solving and visualization of such equations.
How to install
This package can be installed using python's pip:
python3 -m pip install intervalpylib
How to use
First of all, import that package:
import intervalpylib as ival_utils
or
from intervalpylib import <necessary class>
Inside the package, there are 3 main classes that provide necessary functionality:
- SymbolicEquationSolver, provides the functionality for algebraic system manipulations needed for other classes
- AreaCalculator, contains the functions/methods that allow to visualize the solution, as well as contain the analytically calculated robot areas for some known configurations
- Solver, an abstract class that sets the interface which custom solvers need to respect
As an example, KrawczykSolver is included in the package (it implements the interval Krawczyk operator)
Example usage is included in the example.py
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 intervalpylib-0.1.1.tar.gz.
File metadata
- Download URL: intervalpylib-0.1.1.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af3c44d3d70c0fad5994ad1fb23e65f79502ad69abd307837dbb9273570f63f3
|
|
| MD5 |
b9e89a4c8d58475ea5a7646ce52a8e38
|
|
| BLAKE2b-256 |
5f34a388ac4c8c2469bf96498c2f8af8e45bdbd2c20f74020e5a8dd01f81ffc5
|
File details
Details for the file intervalpylib-0.1.1-py3-none-any.whl.
File metadata
- Download URL: intervalpylib-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba53d1a7e81bfd82d051f18fb9528d6328166467b4ac83e438eadee2d6c230cb
|
|
| MD5 |
1fd1ebcca6b089e0338700c359f66e1c
|
|
| BLAKE2b-256 |
c6be5576037fdc85e962a05db9ef7cdd5c4b2bb3e237c53a93f65c9153050390
|