Skip to content

Commit e4bc05f

Browse files
committed
[internutopia] Change titles of InterUtopia get_started docs
1 parent dadc6e9 commit e4bc05f

File tree

15 files changed

+39
-42
lines changed

15 files changed

+39
-42
lines changed

source/en/api/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ API
88
grutopia.core.env <env>
99
grutopia.core.register <register>
1010
grutopia.core.robot <robot>
11+
grutopia.core.sensor <sensor>
1112
grutopia.core.scene <scene>
13+
grutopia.core.object <object>
1214
grutopia.core.task <task>
1315
grutopia.core.util <util>

source/en/api/object.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
grutopia.core.object
2+
===================================
3+
4+
5+
object
6+
------
7+
8+
.. automodule:: grutopia.core.object.object
9+
:members:

source/en/api/robot.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,3 @@ controller
1313

1414
.. automodule:: grutopia.core.robot.controller
1515
:members:
16-
17-
18-
sensor
19-
------
20-
21-
.. automodule:: grutopia.core.robot.sensor
22-
:members:

source/en/api/scene.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,5 @@ grutopia.core.scene
55
object
66
------
77

8-
.. automodule:: grutopia.core.scene.object
9-
:members:
10-
11-
12-
usd_op
13-
------
14-
15-
16-
.. automodule:: grutopia.core.scene.scene.util.usd_op
8+
.. automodule:: grutopia.core.scene.scene
179
:members:

source/en/api/sensor.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
grutopia.core.sensor
2+
------
3+
4+
.. automodule:: grutopia.core.sensor.sensor
5+
:members:

source/en/user_guide/internutopia/advanced_tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ myst:
1010

1111
```{toctree}
1212
:caption: Advanced Tutorials
13-
:maxdepth: 2
13+
:maxdepth: 1
1414
1515
how-to-add-robot
1616
how-to-add-controller

source/en/user_guide/internutopia/get_started/teleoperating-with-mocap.md renamed to source/en/user_guide/internutopia/get_started/control-franak-with-your-hand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Teleoperating with Mocap
1+
# 👋Control Franka with Your Hand
22

33
This tutorial will guide you how to teleoperate with hand gesture-based motion capture (Mocap). It takes Franka robotic arm as example to give an instruction for the process of setting up and controlling the Franka robotic arm using Mocap. By following this guide, you will be able to complete the [`GRUtopia/grutopia/demo/franka_manipulation_mocap_teleop.py`](https://github.com/OpenRobotLab/GRUtopia/blob/main/grutopia/demo/franka_manipulation_mocap_teleop.py) task, enabling flexible control of the arm’s movement, rotation, gripper actions, and even the camera position in the simulated environment. Let's get started by following the steps below.
44

source/en/user_guide/internutopia/get_started/explore-grscenes.md renamed to source/en/user_guide/internutopia/get_started/dive-into-grscenes-100.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Explore GRscenes
1+
# 🔍Dive into GRScenes-100
22

33
## Download
44

5-
You can refer to the chapter [Prepare Assets](installation.md#prepare-assets) in the installation doc to download the GRscenes.
5+
You can refer to the chapter [Prepare Assets](installation.md#prepare-assets) in the installation doc to download the GRscenes-100.
66

77
## Overview of dataset
88

source/en/user_guide/internutopia/get_started/wander-with-keyboard.md renamed to source/en/user_guide/internutopia/get_started/drive-unitree-g1-with-keyboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Wander with keyboard
1+
# 🚶‍➡️Drive Unitree G1 with Keyboard
22

3-
> This tutorial guides you to wander with keyboard as g1 robot.
3+
> This tutorial guides you to drive Unitree G1 Robot with keyboard.
44
55
```bash
66
$ python -m grutopia.demo.g1_locomotion

source/en/user_guide/internutopia/get_started/layout_edit_with_mocap.md renamed to source/en/user_guide/internutopia/get_started/edit-scene-interactively.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Layout Edit with Mocap
1+
# 🫳Edit Scene Interactively
22

33
This tutorial will guide you on how to remotely operate gesture-based motion capture (Mocap). Using layout editing as an example, it provides a description of the process of building and editing layouts using motion capture technology. By following this guide, you will be able to complete the [`GRUtopia/toolkits/layout_edit/layout_edit.py`](https://github.com/OpenRobotLab/GRUtopia/blob/main/toolkits/layout_edit/layout_edit.py) task, allowing you to flexibly edit the contents of the layout, even adjusting the camera position in the simulation environment. Let's start with the steps below.
44

0 commit comments

Comments
 (0)