From f301d11d429599032661d5dcae38c14a22724360 Mon Sep 17 00:00:00 2001 From: koide3 <31344317+koide3@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:08:22 +0900 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db0cbc1..a06907a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a collection of [GTSAM](https://gtsam.org/) factors and optimizers for r Tested on Ubuntu 22.04 / 24.04 and CUDA 12.2, and NVIDIA Jetson Orin with **GTSAM 4.2a9**. -[![Doc](https://img.shields.io/badge/API_list-Doxygen-blue)](https://koide3.github.io/gtsam_points/doc_cpp/index.html) [![Build](https://github.com/koide3/gtsam_points/actions/workflows/build.yml/badge.svg)](https://github.com/koide3/gtsam_points/actions/workflows/build.yml) +[![DOI](https://zenodo.org/badge/819211095.svg)](https://zenodo.org/doi/10.5281/zenodo.13378351) [![Doc](https://img.shields.io/badge/API_list-Doxygen-blue)](https://koide3.github.io/gtsam_points/doc_cpp/index.html) [![Build](https://github.com/koide3/gtsam_points/actions/workflows/build.yml/badge.svg)](https://github.com/koide3/gtsam_points/actions/workflows/build.yml) ## Factors @@ -187,6 +187,21 @@ cd gtsam_points This library is released under the MIT license. +## Citation + +``` +@software{gtsam_points, + author = {Kenji Koide}, + title = {gtsam_points : A collection of GTSAM factors and optimizers for point cloud SLAM}, + month = Aug, + year = 2024, + publisher = {Zenodo}, + version = {1.0.4}, + doi = {10.5281/zenodo.13378352}, + url = {https://github.com/koide3/gtsam_points)}} +} +``` + ## Dependencies - [Eigen](https://eigen.tuxfamily.org/index.php) - [nanoflann](https://github.com/jlblancoc/nanoflann)