Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

**Robot Control Stack (RCS)** is a flexible, native [Gymnasium](https://gymnasium.farama.org/) wrapper-based robot control interface designed specifically for modern robot learning and Vision-Language-Action (VLA) models.

It completely unifies **MuJoCo simulation** and real-world physical robot control into a single, seamless API. Currently, RCS natively supports five robots out-of-the-box: **Franka FR3/Panda, xArm7, UR5e, SO101, and I2RT YAM.**
It completely unifies **MuJoCo simulation** and real-world physical robot control into a single, seamless API. Currently, RCS natively supports six robots out-of-the-box: **Franka FR3/Panda, xArm7, UR5e, SO101, I2RT YAM, and Flexiv Rizon 4s** (Rizon 4s in simulation only so far).

![RCS Demo](https://raw.githubusercontent.com/RobotControlStack/robotcontrolstack.github.io/refs/heads/master/static/videos/grid.webp)

Expand Down
36 changes: 36 additions & 0 deletions THIRD_PARTY_ASSET_LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ The following directories contain third-party assets:
- `assets/grippers/robotiq_2f85/`
Origin: MuJoCo Menagerie `robotiq_2f85/`
License: BSD-style license reproduced below
- `assets/robots/rizon4s/`
Origin: MuJoCo Menagerie `flexiv_rizon4s/`
License: Apache License 2.0
- `assets/robots/yam/`
Origin: MuJoCo Menagerie `i2rt_yam/`
License: MIT license reproduced below
- `assets/grippers/flexiv_grav/`
Origin: meshes from Flexiv Robotics `flexiv_description` (https://github.com/flexivrobotics/flexiv_description),
MJCF generated from its URDF by `assets/grippers/flexiv_grav/convert_from_urdf.py`
License: Apache License 2.0
- `assets/cameras/d405/`
Origin: Intel RealSense D405 camera assets distributed via MuJoCo Menagerie RealSense assets
License: Apache License 2.0 notice reproduced below for the upstream Intel RealSense asset family
Expand Down Expand Up @@ -319,3 +329,29 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
```

## I2RT YAM

```text
MIT License

Copyright (c) 2025 i2rt robotics

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
Binary file added assets/grippers/flexiv_grav/assets/base.stl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading