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 the ref #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,17 @@ For an overview of **NeRFs**, checkout the Survey ([Neural Volume Rendering: NeR
---
## Overview

- [Awesome-Implicit-NeRF-Robotics ](#awesome-implicit-nerf-robotics----)
- [🏠 About](#-about)
- [🔥 News](#-news)
- [Overview](#overview)
- [Object Pose Estimation](#object-pose-estimation)
- [SLAM](#slam)
- [Manipulation/RL](#manipulationrl)
- [Object Reconstruction](#object-reconstruction)
- [Physics](#physics)
- [Planning/Navigation](#planningnavigation)
- [](#)
- [Citation](#citation)

---
Expand Down Expand Up @@ -206,6 +211,8 @@ For an overview of **NeRFs**, checkout the Survey ([Neural Volume Rendering: NeR
* **2D-SDF-SLAM**: "A Signed Distance Function based SLAM Frontend for Laser Scanners", *IROS, 2015*. [[Paper](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7353633)]

* **LONER**: "LiDAR Only Neural Representations for Real-Time SLAM", *RA-L, 2023*. [[paper](https://arxiv.org/abs/2309.04937)] [[code](https://github.com/umautobots/loner)] [[website](https://umautobots.github.io/loner)]

* **Cross-Data Association**: "Bridging the Gap Between Explicit and Implicit Representations: Cross-Data Association for VSLAM", *T-ITS, 2024*. [[Paper](https://doi.org/10.1109/TITS.2024.3477570)]
---
## Manipulation/RL

Expand Down