- Examples live flat under
python/examples/for simpler discovery and tooling. - Categories below mirror the C++ examples layout; not every category has a Python example yet.
- Tutorials remain in
python/tutorials/.
hello_worldhello_world_gui
rigid_cubes
rigid_chainrigid_loop
contacts_pointcloud
atlas_puppetbiped_standoperational_space_control
drag_and_dropimgui_python
If you are working inside the DART repo, prefer the pixi run entry points
documented in docs/onboarding/building.md when available.
For example:
$ pixi run py-ex hello_world
Or, without pixi:
$ PYTHONPATH=build/<env>/cpp/<build_type>/python \
python python/examples/hello_world/main.py