Skip to content

Commit 05930da

Browse files
committed
update readme
1 parent cb4165f commit 05930da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The real-world deployment procedure is very similar to asynchronous simulation.
109109

110110
We use `unitree_sdk2_python` to communicate with the robot directly via CycloneDDS.
111111

112-
### State Estimation
112+
### Step 1: State Estimation
113113

114114
For state estimation, this proof-of-concept work requires external localization module to get base **position** and **velocity**.
115115

@@ -164,28 +164,28 @@ register_plugin('custom_plugin', plugin_cls=MyPlugin)
164164
165165
Localization plugin can be changed in the configuration file. A `--plugin` argument can be supplied to `dial-mpc-real` to import a custom localization plugin in the current workspace.
166166

167-
### Installing `unitree_sdk2_python`
167+
### Step 2: Installing `unitree_sdk2_python`
168168

169169
> [!NOTE]
170170
> If you are already using ROS2 with Cyclone DDS according to [ROS2 documentation on Cyclone DDS](https://docs.ros.org/en/humble/Installation/DDS-Implementations/Working-with-Eclipse-CycloneDDS.html), you don't have to install Cyclone DDS as suggested by `unitree_sdk2_python`. But do follow the rest of the instructions.
171171
172172
Follow the instructions in [`unitree_sdk2_python`](https://github.com/unitreerobotics/unitree_sdk2_python).
173173

174-
### Configuring DIAL-MPC
174+
### Step 3: Configuring DIAL-MPC
175175

176176
In `dial_mpc/examples/unitree_go2_trot_deploy.yaml` or `dial_mpc/examples/unitree_go2_seq_jump.yaml`, modify `network_interface` to match the name of the network interface connected to Go2.
177177

178178
Alternatively, you can also pass `--network_interface` to `dial-mpc-real` when launching the robot, which will override the config.
179179

180-
### Starting the Robot
180+
### Step 4: Starting the Robot
181181

182182
Follow the [official Unitree documentation](https://support.unitree.com/home/en/developer/Quick_start) to disable sports mode on Go2. Lay the robot flat on the ground like shown.
183183

184184
<div style="text-align: center;">
185185
<img src="images/go2.png" alt="Unitree Go2 laying flat on the ground." style="width:50%;">
186186
</div>
187187

188-
### Running the Robot
188+
### Step 5: Running the Robot
189189

190190
List available examples:
191191

0 commit comments

Comments
 (0)