bam/docs/usage/examples.rst
Upstream Snapshot 8be13016bc Import upstream snapshot 57d13ead53206a6bf0db3d66f86506ae8c2ce01a
Upstream: https://github.com/pollen-robotics/bam
Upstream-Commit: 57d13ead53206a6bf0db3d66f86506ae8c2ce01a
Upstream-Branch: mjlab_frictionloss
2026-08-28 15:42:08 +08:00

15 lines
749 B
ReStructuredText

Examples
========
BAM is used in real open-source robotics projects. If you are looking for
inspiration on how to wire it into a full pipeline, these are good places to
start:
- **mjlab (GPU)**`MjLab Microban <https://github.com/MarcDcls/mjlab_microban>`_ is an
open-source project, in which the fully open-source 30 cm humanoid Microban
learns to walk. It shows how to plug :class:`bam.mjlab.BamActuatorCfg` into
a vectorized MuJoCo Warp training pipeline.
- **MuJoCo (CPU)**`Microban <https://github.com/MarcDcls/microban>`_ is
the repository containing the CAD and codebase for the Microban humanoid.
It shows how to use :class:`bam.mujoco.MujocoController` in the MuJoCo
simulation of the robot run by ``make sim``.