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
114
114
cd X280
115
115
# 先关闭所有程序
116
116
bash scripts/kill_uav.sh
117
- # 无人机初始化
117
+ # 无人机初始化并运行 Fast-LIO2 激光里程计算法
118
118
bash scripts/init_uav.sh
119
- # 运行 Fast-LIO2 激光里程计算法
120
- bash scripts/run_fastlio.sh
121
119
# 起飞,等待片刻飞机将起飞
122
120
bash scripts/take_off.sh
123
121
# 当飞机起飞定高稳定后,再运行 Ego-Planner 规划算法
Original file line number Diff line number Diff line change @@ -26,13 +26,9 @@ readingTime: false
26
26
当无人机放置好后,可以开始运行算法:
27
27
28
28
``` bash
29
- # 打开第一个终端,初始化无人机
29
+ # 打开终端,初始化无人机并启动 Fast-LIO2 激光里程计
30
30
cd X280
31
31
bash scripts/init_uav.sh
32
-
33
- # 打开第二个终端,启动 Fast-LIO2 激光里程计
34
- cd X280
35
- bash scripts/run_fastlio.sh
36
32
```
37
33
38
34
- # ## 判断是否正常初始化
Original file line number Diff line number Diff line change @@ -68,15 +68,11 @@ readingTime: false
68
68
- # ## 运行算法
69
69
手持无人机,先启动视觉里程计,再启动 Ego-Planner,即可看到实时规划轨迹结果。
70
70
` ` ` bash
71
- # 打开第一个终端,初始化无人机
71
+ # 打开第一个终端,初始化无人机并运行 Fast-LIO2里程计算法
72
72
cd X152b
73
73
bash scripts/inti_uav.sh
74
74
75
- # 打开第二个终端,启动里程计(这里使用Fast-LIO2为例)
76
- cd X152b
77
- bash scripts/run_fastlio.sh
78
-
79
- # 打开第三个终端,启动 Ego-Planner 规划算法
75
+ # 打开第二个终端,启动 Ego-Planner 规划算法
80
76
cd X152b
81
77
bash src/run_egoplanner.sh
82
78
` ` `
You can’t perform that action at this time.
0 commit comments