Skip to content

Commit ade2631

Browse files
Add license column to Educational readme table
1 parent c6a3893 commit ade2631

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,14 @@ The DOF column denotes the number of actuated degrees of freedom.
199199

200200
### Educational
201201

202-
| Name | Robot | DOF | Format |
203-
|-------------------------------|-----------------------|-----|------------|
204-
| `double_pendulum_description` | Double Pendulum | 2 | URDF |
205-
| `dynamixel_2r_mj_description` | Dynamixel 2R | 2 | MJCF |
206-
| `finger_edu_description` | FingerEdu | 3 | URDF |
207-
| `mujoco_humanoid_description` | MuJoCo Humanoid | 27 | MJCF |
208-
| `simple_humanoid_description` | Simple Humanoid | 29 | URDF |
209-
| `trifinger_edu_description` | TriFingerEdu | 9 | URDF |
202+
| Name | Robot | DOF | Format | License |
203+
|----------------------------------|-----------------------|-----|------------|---------
204+
| `double_pendulum_description` | Double Pendulum | 2 | URDF | BSD-3-Clause |
205+
| `dynamixel_2r_mj_description` | Dynamixel 2R | 2 | MJCF | MIT |
206+
| `finger_edu_description` | FingerEdu | 3 | URDF | BSD-3-Clause |
207+
| `mujoco_humanoid_mj_description` | MuJoCo Humanoid | 27 | MJCF | [Apache-2.0](https://github.com/google-deepmind/mujoco/blob/ad0dc0de5e10a075a2c65be629e9a8d557d383a6/LICENSE) |
208+
| `simple_humanoid_description` | Simple Humanoid | 29 | URDF | BSD-2-Clause |
209+
| `trifinger_edu_description` | TriFingerEdu | 9 | URDF | MIT |
210210

211211
### End effectors
212212

0 commit comments

Comments
 (0)