Skip to content

Commit 205e4ec

Browse files
committed
modify readme
1 parent a34e7e4 commit 205e4ec

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ An open source library that integrates various point cloud registration algorith
77
- [ ] NDT
88
- [ ] Ground Extraction
99

10+
## Attention
11+
**This project was developed by me during my spare time outside of work. Therefore, due to time constraints, there may be some shortcomings. I apologize for any inconvenience and appreciate your understanding.**
12+
13+
## How to Build
14+
```shell script
15+
git clone https://github.com/TechFlowAI/pcr.git
16+
cd pcr
17+
mkdir build
18+
cd build
19+
cmake ..
20+
make -j
21+
```
22+
## Download Data
23+
Place the downloaded pcd files in the /data folder:
24+
[registration_data](https://drive.google.com/drive/folders/1rq3kt2dse8UUqd_PLeTH8rQL9Dk3e8Te?usp=drive_link)
25+
26+
## Run Example
27+
Once the code is successfully compiled, you can run the following code
28+
```shell script
29+
cd bin
30+
./run_fpfh
31+
```
32+
1033
## Free Course Links
1134

1235
- 点云配准第一讲:点云配准初识 https://www.bilibili.com/video/BV1NB4y1d7px/?spm_id_from=333.788&vd_source=af3f3d6d96e7e41b0f57b586f5fbdcc2
@@ -46,5 +69,8 @@ This is my personal WeChat contact information. At the same time, this is also t
4669

4770
![personal WeChat](https://github.com/TechFlowAI/pcr/blob/main/doc/image/personal%20WeChat.jpg)
4871

49-
## THANKS
50-
- [TEASER-plusplus](https://github.com/MIT-SPARK/TEASER-plusplus)
72+
## Thanks
73+
### Code
74+
- [TEASER-plusplus](https://github.com/MIT-SPARK/TEASER-plusplus)
75+
### Dataset
76+
- [WHU-TLS BENCHMARK](https://3s.whu.edu.cn/ybs/en/benchmark.htm)

0 commit comments

Comments
 (0)