Metadata-Version: 2.4
Name: openarm_mujoco
Version: 2.0.0
Summary: MuJoCo Description Files (MJCF) for OpenArm
Author: Enactic, Inc.
Maintainer: Enactic, Inc.
License: Apache-2.0
Project-URL: Changelog, https://github.com/enactic/openarm_mujoco/releases
Project-URL: Issues, https://github.com/enactic/openarm_mujoco/issues
Project-URL: Repository, https://github.com/enactic/openarm_mujoco.git
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mujoco>=3.6.0
Requires-Dist: numpy
Dynamic: license-file

# MuJoCo Description Files (MJCF) for OpenArm
<img height="546" alt="image" src="media/v2.png" />

This repository contains assets for OpenArm v2 (above), Cell, v1 and v0.3 (below) simulation in MuJoCo.

## Usage

Install openarm-mujoco:

```bash
pip install openarm-mujoco
```

Launch the simulation:

```bash
openarm-mujoco-launch
```

Without White Sheet:

```bash
openarm-mujoco-launch --no-sheet
```

With Wall Collisions:

```bash
openarm-mujoco-launch --walls
```

## Collision Visualization
- To view collision meshes, activate `Rendering`>`Model Elements`>`Convex Hull` and `Group Enable`>`Geom groups`>`Geom 3` in the left sidebar
- It may also help to hide the visual meshes by deselecting `Geom 2`

## Related links

- 📚 Read the [documentation](https://docs.openarm.dev/simulation/mujoco)
- 💬 Join the community on [Discord](https://discord.gg/FsZaZ4z3We)
- 📬 Contact us through <openarm@enactic.ai>

## License

Licensed under the Apache License 2.0. See `LICENSE` for details.

Copyright 2025 Enactic, Inc.

## Code of Conduct

All participation in the OpenArm project is governed by our
[Code of Conduct](CODE_OF_CONDUCT.md).
