cistine commited on
Commit
d02aa34
1 Parent(s): 96d5578

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -91,7 +91,8 @@ Please try running model operators and robomaster with:
91
  conda activate robomaster
92
 
93
  ```bash
94
- python tests/test_ap.py
 
95
  ```
96
 
97
 
@@ -180,7 +181,8 @@ pip install -r requirements_robot.txt
180
 
181
  ```bash
182
  conda activate robomaster
183
- python tests/test_ap.py
 
184
  也可以直接在命令行中运行测试文件中的代码。如果通信成功,控制台将显示类似下面的输出:
185
  ```
186
 
 
91
  conda activate robomaster
92
 
93
  ```bash
94
+ cd examples/hf-operator
95
+ python test_sta.py
96
  ```
97
 
98
 
 
181
 
182
  ```bash
183
  conda activate robomaster
184
+ cd examples/hf-operator
185
+ python test_sta.py
186
  也可以直接在命令行中运行测试文件中的代码。如果通信成功,控制台将显示类似下面的输出:
187
  ```
188