Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LiDAR Place Recognition #2999

Closed
wants to merge 16 commits into from
7 changes: 4 additions & 3 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<!-- Please fill in the below placeholders -->

**[Insert URL to the list here]**
https://github.com/hogyun2/awesome-lidar-place-recognition#readme

**[Explain what this list is about and why it should be included here]**
This repository is LiDAR-based place recognition method, datasets, and various algorithms. This is indispensable for robot pose estimation and plays an important role in SLAM.

### By submitting this pull request I confirm I've read and complied with the below requirements πŸ––

Expand All @@ -15,7 +15,8 @@
- [ ] Don't open a Draft / WIP pull request while you work on the guidelines. A pull request should be 100% ready and should adhere to all the guidelines when you open it. **Instead use [#2242](https://github.com/sindresorhus/awesome/issues/2242) for incubation visibility**.
- [ ] **Don't waste my time.** Do a good job, adhere to all the guidelines, and be responsive.
- [ ] **You have to review at least 2 other [open pull requests](https://github.com/sindresorhus/awesome/pulls?q=is%3Apr+is%3Aopen).**
Try to prioritize unreviewed PRs, but you can also add more comments to reviewed PRs. Go through the below list when reviewing. This requirement is meant to help make the Awesome project self-sustaining. Comment here which PRs you reviewed. You're expected to put a good effort into this and to be thorough. Look at previous PR reviews for inspiration. **Just commenting β€œlooks good” or simply marking the pull request as approved does not count!** You have to actually point out mistakes or improvement suggestions. Comments pointing out lint violation are allowed, but does **not** count as a review.
- [Add Cloud Robotics](https://github.com/sindresorhus/awesome/pull/2589#issuecomment-2007986313)
- [Add Maps Data](https://github.com/sindresorhus/awesome/pull/2589#issuecomment-2007986313)
- [ ] You have read and understood the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/main/create-list.md).
- [ ] This pull request has a title in the format `Add Name of List`. It should not contain the word `Awesome`.
- βœ… `Add Swift`
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -893,3 +893,5 @@
- [Awesome Viewer](https://awesome.digitalbunker.dev) - A visualizer for all of the above Awesome lists.
- [Track Awesome List](https://www.trackawesomelist.com) - View the latest updates of Awesome lists.
- [Open Source Heroes - Awesome](https://opensource-heroes.com/awesome) - View Awesome lists with extra info like stars, last update, and license.

- [LIDAR Place Recognition](https://github.com/hogyun2/awesome-lidar-place-recognition.git#readme) - Place Recognition for LiDAR
Loading