From f823e3ae4ed2326834c181f18ae39e29e12e1c8d Mon Sep 17 00:00:00 2001 From: Max Schmeller <6088931+mojomex@users.noreply.github.com> Date: Tue, 11 Nov 2025 22:32:49 +0900 Subject: [PATCH 1/2] chore: remove duplicate parens in markdown link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 079ce49..dc013e3 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ While the code contians all components needed to efficiently render camera and l Our code introduce no additional dependencies. We thus refer to the original documentation from gsplat for both [installation](https://github.com/nerfstudio-project/gsplat#installation) and [development setup](https://github.com/nerfstudio-project/gsplat/blob/main/docs/DEV.md). # Usage -See [`rasterization`](gsplat/rendering.py#L22) and [`lidar_rasterization`]((gsplat/rendering.py#L443)) for entry points to camera and lidar rasterization. +See [`rasterization`](gsplat/rendering.py#L22) and [`lidar_rasterization`](gsplat/rendering.py#L443) for entry points to camera and lidar rasterization. Additionally, we provide example notebooks under [examples](examples) that demonstrate lidar rendering and rolling shutter compensation. For further examples, check out the [test files](tests). From cd7504f2dd4300a9e4040d6ff852c5a1bcdd9966 Mon Sep 17 00:00:00 2001 From: Max Schmeller <6088931+mojomex@users.noreply.github.com> Date: Tue, 11 Nov 2025 22:34:12 +0900 Subject: [PATCH 2/2] chore: fix out-of-date line number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc013e3..b620d24 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ While the code contians all components needed to efficiently render camera and l Our code introduce no additional dependencies. We thus refer to the original documentation from gsplat for both [installation](https://github.com/nerfstudio-project/gsplat#installation) and [development setup](https://github.com/nerfstudio-project/gsplat/blob/main/docs/DEV.md). # Usage -See [`rasterization`](gsplat/rendering.py#L22) and [`lidar_rasterization`](gsplat/rendering.py#L443) for entry points to camera and lidar rasterization. +See [`rasterization`](gsplat/rendering.py#L22) and [`lidar_rasterization`](gsplat/rendering.py#L453) for entry points to camera and lidar rasterization. Additionally, we provide example notebooks under [examples](examples) that demonstrate lidar rendering and rolling shutter compensation. For further examples, check out the [test files](tests).