@@ -15,19 +15,19 @@ If you have any questions, please feel free to contact us: [smkk00715@gmail.com]
1515## Features
1616
1717- SLAM
18- - [x ] Cartographer
19- - [x ] Fast-LIO2
20- - [x ] Map Fusion
18+ - [X ] Cartographer
19+ - [X ] Fast-LIO2
20+ - [X ] Map Fusion
2121- Planning and Control (PnC)
22- - [x ] A\*
23- - [x ] Theta\*
24- - [x ] DWA
25- - [x ] TEB
26- - [x ] Model Predictive Control (MPC)
22+ - [X ] A\*
23+ - [X ] Theta\*
24+ - [X ] DWA
25+ - [X ] TEB
26+ - [X ] Model Predictive Control (MPC)
2727- Perception: EasyOCR
2828- Decision and Exploration
29- - [x ] Finite State Machine (FSM)
30- - [x ] Frontier and occupancy grid map-based exploration
29+ - [X ] Finite State Machine (FSM)
30+ - [X ] Frontier and occupancy grid map-based exploration
3131- Pipeline: Highly modular, automated, and configurable
3232
3333## Structure
@@ -90,7 +90,6 @@ catkin config -DPYTHON_EXECUTABLE=/usr/bin/python3 -DCMAKE_BUILD_TYPE=RelWithDeb
9090 ``` shell
9191 ~ /me5413_final_ws/src/third_party/cartographer/cartographer/scripts/install_abseil.sh
9292 ```
93-
9493- Build:
9594
9695 ``` shell
@@ -117,7 +116,7 @@ echo "source ~/me5413_final_ws/devel/setup.bash" >> ~/.bashrc
117116bash
118117```
119118
120- ### Prepare perception packages (optional)
119+ ### 3. Prepare perception packages (optional)
121120
122121Please install ` conda ` first.
123122
@@ -170,7 +169,6 @@ roslaunch me5413_world me5413_world.launch
170169 <p align =" center " >
171170 <img src="final_slam/maps/carto_map_2d.png" alt="carto_map" width="30%">
172171 </p >
173-
174172- ** Fast-LIO**
175173
176174 ``` shell
@@ -211,7 +209,6 @@ roslaunch me5413_world me5413_world.launch
211209 < p align=" center" >
212210 < img src=" final_slam/maps/fast_lio_map.png" alt=" fast_lio_map" width=" 30%" >
213211 < /p>
214-
215212- ** Map Fusion**
216213
217214 To fully utilize the maps generated both by Cartographer and Fast-LIO, we provide a simple Python script that uses image processing methods to fuse these two high-quality maps into one. To perform this, execute:
0 commit comments