Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
M

mink

> 编程语言
Open source

Python inverse kinematics based on MuJoCo.

1.5K stars0 likes0 views
WebsiteGitHub

About

Python inverse kinematics based on MuJoCo.

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;
  • Support for closed-chain kinematics (loop closures) via equality constraints;
  • Lie group interface for rigid body transformations, with native C optimization for IK hot paths.

For usage and API reference, see the documentation.

If you use mink in your research, please cite it as follows:

@software{Zakka_Mink_Python_inverse_2026,
  author = {Zakka, Kevin},
  title = {{Mink: Python inverse kinematics based on MuJoCo}},
  year = {2026},
  month = feb,
  version = {1.1.0},
  url = {https://github.com/kevinzakka/mink},
  license = {Apache-2.0}
}

Installation

Install from PyPI:

uv add mink

Or clone and run locally:

git clone https://github.com/kevinzakka/mink.git && cd mink
uv sync

Examples

To run an example:

# Linux
uv run examples/arm_ur5e.py

# macOS
./fix_mjpython_macos.sh  # So that mjpython works with uv.
uv run mjpython examples/arm_ur5e.py

mink works with a variety of robots, including:

  • Single arms: Franka Panda, UR5e, KUKA iiwa14, ALOHA 2
  • Dual arms: Dual Panda, Dual iiwa14, Flying Dual UR5e
  • Arm + hand: iiwa14 + Allegro, xArm + LEAP
  • Dexterous hands: Shadow Hand
  • Humanoids: Unitree G1, Unitree H1, Apptronik Apollo
  • Legged robots: Unitree Go1, Boston Dynamics Spot, Agility Cassie
  • Mobile manipulators: TidyBot, Hello Robot Stretch, Kinova Gen3 + LEAP

Check out the examples directory for more.

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.

References

  • The code implementing operations on matrix Lie groups contains references to numbered equations from the following paper: A micro lie theory for state estimation in robotics, Joan Solà, Jeremie Deray, and Dinesh Atchuthan, arXiv preprint arXiv:1812.01537 (2018).

Issues· 4 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Pythoninverse-kinematicsmujocopython

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言