mirror of https://github.com/fan-ziqi/rl_sar.git
docs: fix exe name
This commit is contained in:
parent
cbaef30296
commit
374ba33d7b
|
@ -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
|
||||
|
@ -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
|
|
@ -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
|
||||
```
|
||||
|
||||
新建终端,键盘控制程序
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue