Skip to content

Commit 40950a5

Browse files
update readme
1 parent a3a2561 commit 40950a5

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ bash ./install.sh
7474

7575
```shell
7676
cd ~; git clone https://github.com/brian00715/Autonomous-Robot-Navigation me5413_final_ws
77+
cp -r ~/me5413_final_ws/src/me5413_world/models/* ~/.gazebo/models
7778
cd ~/me5413_final_ws
7879
catkin init
7980
catkin config -DPYTHON_EXECUTABLE=/usr/bin/python3 -DCMAKE_BUILD_TYPE=RelWithDebInfo
@@ -130,7 +131,7 @@ export PYTHONPATH=$PYTHONPATH:/usr/lib/python3.8/dist-packages
130131

131132
## Running
132133

133-
### One-click launch
134+
### One-click launch (recommend)
134135

135136
> Note: please confirm the conda environment and Cartographer have already been installed and built scuccessfully before running the one-click launch.
136137
@@ -167,7 +168,7 @@ roslaunch me5413_world me5413_world.launch
167168
An example of mapping by 2D Cartographer is shown as follows:
168169

169170
<p align="center">
170-
<img src="final_slam/maps/carto_map_2d.png" alt="carto_map" width="30%">
171+
<img src="src/final_slam/maps/carto_map_2d.png" alt="carto_map" width="30%">
171172
</p>
172173
- **Fast-LIO**
173174

@@ -179,7 +180,7 @@ roslaunch me5413_world me5413_world.launch
179180
An example of point cloud by FastLIO is shown as follows:
180181

181182
<p align="center">
182-
<img src="final_slam/maps/fast_lio_point_cloud.png" alt="fast_lio_pcd" width="30%">
183+
<img src="src/final_slam/maps/fast_lio_point_cloud.png" alt="fast_lio_pcd" width="30%">
183184
</p>
184185

185186
- Point Cloud to Map
@@ -207,7 +208,7 @@ roslaunch me5413_world me5413_world.launch
207208
Then you can obtain the `.pgm` map file. An example is shown as follows:
208209

209210
<p align="center">
210-
<img src="final_slam/maps/fast_lio_map.png" alt="fast_lio_map" width="30%">
211+
<img src="src/final_slam/maps/fast_lio_map.png" alt="fast_lio_map" width="30%">
211212
</p>
212213
- **Map Fusion**
213214

@@ -222,7 +223,7 @@ roslaunch me5413_world me5413_world.launch
222223
You will obtain the fused map named `fusion_map.pgm` in `final_slam/maps`. The result is shown as follows:
223224

224225
<p align="center">
225-
<img src="final_slam/maps/fusion_map.png" alt="fusion_map" width="30%">
226+
<img src="src/final_slam/maps/fusion_map.png" alt="fusion_map" width="30%">
226227
</p>
227228

228229
#### Localization (With built map)

src/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)