Skip to content

Commit 03bb2d2

Browse files
committedMar 11, 2025
docs: adds feature table in README
1 parent dcaebc9 commit 03bb2d2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎README.md

+15
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ service | Noetic / One | Humble (coming soon)
1616
GitHub | [![Format](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/format.yaml/badge.svg?branch=noetic-devel)](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/format.yaml?query=branch%3Anoetic-devel) [![CI](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/ci.yaml/badge.svg?branch=noetic-devel)](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/ci.yaml?query=branch%3Anoetic-devel) | - |
1717
CodeCov | [![codecov](https://codecov.io/gh/ubi-agni/mujoco_ros_pkgs/branch/noetic-devel/graph/badge.svg?token=W7uHKcY0ly)](https://codecov.io/gh/ubi-agni/mujoco_ros_pkgs) | - |
1818

19+
# Features at a Glance
20+
21+
Feature | Noetic / One | Humble
22+
------- | :----------: | :-----:
23+
Interactive GUI | ✔️ | ✔️ |
24+
Headless Mode (OSMESA\EGL) | ✔️ | ✔️ |
25+
Virtual Camera Streams (RGB, Depth, Segmentation Masks) | ✔️ | ✔️ |
26+
Loading Custom PluginLib Plugins | ✔️ | ✔️ |
27+
Simulation Controls Through Services/Actions | ✔️ | ✔️ |
28+
ROS Control |️ ✔️ | ✖️ |
29+
MuJoCo Sensor Streams | ✔️ | ✖️ |
30+
Laser Sensors | ✔️ | ✖️ |
31+
Mocap Body Control Topic/Service | ✔️ | ✖️ |
32+
Python bindings | WIP | ✖️ |
33+
Spawning Objects via ROS | ✖️ | ✖️ |
1934

2035
# Build Instructions
2136
1. Make sure MuJoCo is installed (the current build uses version 3.2.0) and runs on your machine.

0 commit comments

Comments
 (0)