File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
docs/notes/X280/2.X280飞行指南 Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,8 @@ catkin_make -j4
114114cd X280
115115# 先关闭所有程序
116116bash scripts/kill_uav.sh
117- # 无人机初始化
117+ # 无人机初始化并运行 Fast-LIO2 激光里程计算法
118118bash scripts/init_uav.sh
119- # 运行 Fast-LIO2 激光里程计算法
120- bash scripts/run_fastlio.sh
121119# 起飞,等待片刻飞机将起飞
122120bash scripts/take_off.sh
123121# 当飞机起飞定高稳定后,再运行 Ego-Planner 规划算法
Original file line number Diff line number Diff line change @@ -26,13 +26,9 @@ readingTime: false
2626 当无人机放置好后,可以开始运行算法:
2727
2828 ``` bash
29- # 打开第一个终端,初始化无人机
29+ # 打开终端,初始化无人机并启动 Fast-LIO2 激光里程计
3030 cd X280
3131 bash scripts/init_uav.sh
32-
33- # 打开第二个终端,启动 Fast-LIO2 激光里程计
34- cd X280
35- bash scripts/run_fastlio.sh
3632 ```
3733
3834- # ## 判断是否正常初始化
Original file line number Diff line number Diff line change @@ -68,15 +68,11 @@ readingTime: false
6868- # ## 运行算法
6969 手持无人机,先启动视觉里程计,再启动 Ego-Planner,即可看到实时规划轨迹结果。
7070 ` ` ` bash
71- # 打开第一个终端,初始化无人机
71+ # 打开第一个终端,初始化无人机并运行 Fast-LIO2里程计算法
7272 cd X152b
7373 bash scripts/inti_uav.sh
7474
75- # 打开第二个终端,启动里程计(这里使用Fast-LIO2为例)
76- cd X152b
77- bash scripts/run_fastlio.sh
78-
79- # 打开第三个终端,启动 Ego-Planner 规划算法
75+ # 打开第二个终端,启动 Ego-Planner 规划算法
8076 cd X152b
8177 bash src/run_egoplanner.sh
8278 ` ` `
You can’t perform that action at this time.
0 commit comments