add description
Browse files
readme.md
CHANGED
|
@@ -15,6 +15,14 @@
|
|
| 15 |
| 4 | 7 | `joint_forces` | 7 个关节受到的力 |
|
| 16 |
| 5 | 7 | `gripper_pose` | 抓手在空间中的位姿(7 维表示方式) |
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
## 示例
|
| 19 |
|
| 20 |
```python
|
|
|
|
| 15 |
| 4 | 7 | `joint_forces` | 7 个关节受到的力 |
|
| 16 |
| 5 | 7 | `gripper_pose` | 抓手在空间中的位姿(7 维表示方式) |
|
| 17 |
|
| 18 |
+
Task description:
|
| 19 |
+
['put rubbish in bin',
|
| 20 |
+
'drop the rubbish into the bin',
|
| 21 |
+
'pick up the rubbish and leave it in the trash can',
|
| 22 |
+
'throw away the trash, leaving any other objects alone',
|
| 23 |
+
'chuck way any rubbish on the table rubbish']
|
| 24 |
+
|
| 25 |
+
|
| 26 |
## 示例
|
| 27 |
|
| 28 |
```python
|