mink: MuJoCo inverse kinematics.
Project description
mink
mink is a library for differential inverse kinematics in Python, based on the MuJoCo physics engine.
Features include:
- Task specification in configuration or operational space;
- Limits on joint positions and velocities;
- Collision avoidance between any geom pair;
- Lie group interface for rigid body transformations.
For usage and API reference, see the documentation.
Installation
You can install mink
using pip
:
pip install mink
To include the example dependencies:
pip install "mink[examples]"
Examples
mink works with a variety of robots, including:
- Arms: UR5e, iiwa14, bimanual iiwa14
- Humanoids: Unitree G1
- Quadrupeds: Unitree Go1, Boston Dynamics Spot
- Hands: Shadow Hand
Check out the examples directory for more code.
How can I help?
Install the library, use it and report any bugs in the issue tracker if you find any. If you're feeling adventurous, you can also check out the contributing guidelines and submit a pull request.
Acknowledgements
mink is a direct port of Pink which uses Pinocchio under the hood. Stéphane Caron, the author of Pink, is a role model for open-source software in robotics. This library would not have been possible without his work and assistance throughout this project.
mink also heavily adapts code from the following libraries:
- The lie algebra library that powers the transforms in mink is adapted from jaxlie.
- The collision avoidance constraint is adapted from dm_robotics's LSQP controller.
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
Built Distribution
File details
Details for the file mink-0.0.2.tar.gz
.
File metadata
- Download URL: mink-0.0.2.tar.gz
- Upload date:
- Size: 679.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 623b16a613978c58aee10cf5c13641f5ce60710d0376a276706f600c61582156 |
|
MD5 | 2fcd8a1844d1b79da20b6a5ef981debe |
|
BLAKE2b-256 | fb82f927c7110404e8b9389a1cf28088a0f9e8fa418011ebe2f5db5748710793 |
File details
Details for the file mink-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: mink-0.0.2-py3-none-any.whl
- Upload date:
- Size: 897.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89b4cae555d1b49b839b78ce0e0ac3133f15b12168bd787d093dcbecde775734 |
|
MD5 | 438121a0c5156f4280a5613f31aa72ac |
|
BLAKE2b-256 | 8b86c26d5933f2297aec6f5d293d517e37777388b24ddd1f1897d5dd747fffb6 |