Skip to main content

prpl-kinematics

Kinematics-only robot modeling, IK, motion planning, and manipulation primitives built on a general KinematicTree. A ground-up successor to pybullet-helpers: engine-agnostic (PyBullet is a pluggable collision/render backend, not the source of truth), with poses represented as spatialmath SE3/SE2.

See DESIGN.md for the architecture and roadmap.

Status

Early, and the API may still change. The geometry layer and the KinematicTree (joints, forward kinematics, grasp via re-parenting, state snapshots) are the stable core. Built on top of them: URDF loading, PyBullet and Blender backends, numerical and analytic IK (IKFast, EAIK, optionally SSIK), BiRRT and OMPL motion planning, manipulation primitives, and robot models for the Franka Panda, Kinova Gen3, TidyBot, and the bimanual Dexmate Vega.

Pin a version if you need stable behavior.

Requirements

  • Python 3.10+

Installation

pip install prpl_kinematics

IKFast solvers are compiled from the bundled C++ sources on first use, which needs a C++ toolchain and LAPACK/BLAS. The other IK backends have no such requirement.

Optional extras

pip install "prpl_kinematics[planning]"   # OMPLPlanner and seed_ompl
pip install "prpl_kinematics[ssik]"       # the SSIK analytic IK backend

ompl publishes wheels for far fewer platforms than everything else here (none for Windows, and macOS 15 or newer only), so it stays out of the base install. Importing OMPLPlanner or seed_ompl without it raises an ImportError saying so; everything else, including BiRRTPlanner, works untouched.

Development

From the monorepo root, with uv:

uv pip install -e "./prpl-kinematics[develop]"
./run_ci_checks.sh   # autoformat, mypy, pylint, pytest

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prpl_kinematics-0.0.3.tar.gz (22.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

prpl_kinematics-0.0.3-py3-none-any.whl (22.2 MB view details)

Uploaded Python 3

File details

Details for the file prpl_kinematics-0.0.3.tar.gz.

File metadata

  • Download URL: prpl_kinematics-0.0.3.tar.gz
  • Upload date:
  • Size: 22.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.10

File hashes

Hashes for prpl_kinematics-0.0.3.tar.gz
Algorithm Hash digest
SHA256 1bc0371e1de95607dde5452f48599a9bc37eda7729f260cb19815905594dbd11
MD5 335fdb0e45763f4519b9458a4cc9be06
BLAKE2b-256 9c0be2fb543119138a4ff797350f8053e10bfb8f3bf1a22c4d5b851e36862f71

See more details on using hashes here.

File details

Details for the file prpl_kinematics-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for prpl_kinematics-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 90e2e61bba889b145bad6474686c34aa28538320590b0b084c7ac585a119dc7e
MD5 0e2482f9056e24a9647c698820475ee5
BLAKE2b-256 393adc7d9816e444b898e6a09acc52f4f5313a5a279f021113d5c708b4f29acb

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.3 This release

2 files

0.0.2

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page