Skip to content

Commit

Permalink
docs: add auto checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-ziqi committed Mar 14, 2024
1 parent fdda62c commit ef0d98c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
git clone --recursive https://github.com/fan-ziqi/rl_sar.git
```

UnitreeA1只能使用v3.2.1的unitree_ros_to_real以及v3.2的unitree_legged_sdk,使用以下命令切换分支

```bash
cd src/unitree_ros/unitree_ros_to_real && git checkout v3.2.1 && cd - && cd src/unitree_ros/unitree_ros_to_real/unitree_legged_sdk && git checkout v3.2 && cd -
```

如有更新:

```bash
Expand Down

0 comments on commit ef0d98c

Please sign in to comment.