Examples#
Runnable scripts ship under examples/ (numbered by increasing complexity).
Assets are vendored from Mink.
Visualization (mjviser)#
Script |
Description |
|---|---|
|
Panda EE tracking, |
|
Hard limits: |
|
Closed-chain |
|
Dual Kuka arms; inter-arm |
|
G1 humanoid: |
uv sync --extra examples
uv run examples/01_panda_ik.py
uv run examples/05_relative_frame_g1.py
Walkthrough by complexity#
# |
Script |
Highlights |
|---|---|---|
01 |
|
|
02 |
|
|
03 |
|
|
04 |
|
Dual Kuka iiwa14; inter-arm collision (Mink |
05 |
|
G1: |
Documentation examples#
Scripts in examples/docs/ are tested by tests/test_docs.py and included
in the Sphinx tutorials via literalinclude.
Benchmarks#
See Benchmarks and benchmarks/README.md.