fix:新增例程

This commit is contained in:
2025-07-25 17:54:28 +08:00
parent 78481c265e
commit 637343d716
108 changed files with 5755 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
In English
1. Double-click the "CrossRing3SITL.bat" to start two multicopters (two CopterSim and two RflySim3D windows). Wait for QGC showing that two vehicles are both in Hold mode.
2. Double click the "Python38Run.bat" to open a Python38 Environment in this folder, and enter command "python CrossRing3_vehicle1.py" to start the first vehicle's crossing ring vision control task.
3. A few seconds later, double click the "Python38Run.bat" to open a Python38 Environment in this folder, and enter command "python CrossRing3_vehicle2.py" to start the second vehicle's crossing ring vision control task.
4. Now you can observe two vehicle crossing the ring in sequence.
In Chinese
1. 双击运行“CrossRing3SITL.bat”开启两个飞机2个CopterSim和2个RflySim3D
2. 双击“Python38Run.bat”打开一个Python环境等待QGC显示两个飞机都进入Hold模式再运行命令“python CrossRing3_vehicle1.py”.
3. 几秒钟后双击“Python38Run.bat”再打开一个Python环境再运行“python CrossRing3_vehicle2.py”
4. 可以看到两个飞机依次起飞。