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.1.tar.gz (25.2 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.1-py3-none-any.whl (25.3 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: prpl_kinematics-0.0.1.tar.gz
  • Upload date:
  • Size: 25.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for prpl_kinematics-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a62dcc1102c1ee0b75846bec08e78bdb0dbfa527b487157cf42bb359a3ca97fb
MD5 78ebf686bc97cdad88c07dcb92610a4c
BLAKE2b-256 3c094a2ed0c695739ce183ccdc30ecc8f2a898cde2c4cbe3015fbf87fa9ce706

See more details on using hashes here.

File details

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

File metadata

  • Download URL: prpl_kinematics-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 25.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for prpl_kinematics-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 db470829348be10e61dcc6323195451672f3a949685db65de0e97653c32a0033
MD5 1ce50fbed1b881907392646c9d6e4c65
BLAKE2b-256 53a34b588489a8f8d71f9a71b3757b6fa668c8161da868d99c805c6690582706

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.3

2 files

0.0.2

2 files

This release

0.0.1 This release

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