Skip to content

Commit

Permalink
docs: fix exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-ziqi committed Mar 14, 2024
1 parent cbaef30 commit 374ba33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Open a new terminal, run the control program

```bash
source devel/setup.bash
rosrun rl_sar unitree_rl
rosrun rl_sar rl_sim
```

Open a new terminal, run the keyboard control program
Expand All @@ -82,7 +82,7 @@ Open a new terminal, run the control program

```bash
source devel/setup.bash
rosrun rl_sar unitree_rl_real
rosrun rl_sar rl_real
```

> Some code references: https://github.com/mertgungor/unitree_model_control
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ roslaunch rl_sar start_env.launch

```bash
source devel/setup.bash
rosrun rl_sar unitree_rl
rosrun rl_sar rl_sim
```

新建终端,键盘控制程序
Expand All @@ -82,7 +82,7 @@ rosrun teleop_twist_keyboard teleop_twist_keyboard.py

```bash
source devel/setup.bash
rosrun rl_sar unitree_rl_real
rosrun rl_sar rl_real
```

> 部分代码参考https://github.com/mertgungor/unitree_model_control

0 comments on commit 374ba33

Please sign in to comment.