tron2_openpi

(★ 25)

Deployment-focused fork of OpenPI for LimX TRON2 manipulation — pi0.5 policy serving, task fine-tuning, TRON2 transforms, and real-robot client examples.

File Explorer

  • .dockerignore
  • .gitignore
  • .pre-commit-config.yaml
  • .python-version
  • CHANGELOG.md
  • CONTRIBUTING.md
  • INSTALL.md
  • INSTALL_CN.md
  • LICENSE
  • LICENSE_GEMMA.txt
  • MODIFICATIONS.md
  • NOTICE
  • pyproject.toml
  • README.md
  • README_CN.md
  • SECURITY.md
  • THIRD_PARTY_NOTICES.md
  • uv.lock

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

uv run

View Details ▼

Run a command or script in the project environment.

uv run {{path/to/script.py}}

Run a Python script:

uv run {{[-m|--module]}} {{module_name}}

Run a Python module:

uv run {{[-w|--with]}} {{package}} {{command}}

Run a command with additional packages installed temporarily:

🔍

uv sync

View Details ▼

Update the project's environment to match the lockfile.

uv sync

Sync the project environment with the lockfile:

uv sync --all-extras

Sync and include all optional dependencies:

uv sync --extra {{extra_name}}

Sync with specific optional dependencies:

🔍

bridge

View Details ▼

Show and manipulate network bridge addresses and devices.

bridge {{[l|link]}}

List all bridges and their interfaces:

bridge {{[v|vlan]}}

Show port vlan information:

sudo bridge {{[v|vlan]}} {{[a|add]}} dev {{lanX}} vid {{vlan_id}} pvid {{tagged|untagged}}

Assign a VLAN to a port:

// repository documentation