dart-python

Installation
SKILL.md

DART Python Bindings (dartpy)

Load this skill when working with Python bindings or dartpy.

Quick Start

import dartpy as dart

world = dart.World()
skel = dart.io.read_skeleton("dart://sample/urdf/KR5/KR5 sixx R650.urdf")
world.add_skeleton(skel)

for _ in range(100):
    world.step()

Full Documentation

Related skills
Installs
14
Repository
dartsim/dart
GitHub Stars
1.1K
First Seen
Jan 22, 2026