From de3305bcd923e21ba03cb0200a5a589e43bec421 Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Sat, 19 Nov 2022 17:28:44 +0100 Subject: [PATCH 1/2] Update README.md Suggestions to improve readme title, terminal commands and citation format. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b32ce70e07..bb066a5dfa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# README - Georgia Tech Smoothing and Mapping Library +# Georgia Tech Smoothing and Mapping Library **Important Note** @@ -31,11 +31,11 @@ In the root library folder execute: ```sh #!bash -$ mkdir build -$ cd build -$ cmake .. -$ make check (optional, runs unit tests) -$ make install +mkdir build +cd build +cmake .. +make check (optional, runs unit tests) +make install ``` Prerequisites: @@ -68,7 +68,7 @@ We provide support for [MATLAB](matlab/README.md) and [Python](python/README.md) If you are using GTSAM for academic work, please use the following citation: -``` +```bibtex @software{gtsam, author = {Frank Dellaert and Richard Roberts and Varun Agrawal and Alex Cunningham and Chris Beall and Duy-Nguyen Ta and Fan Jiang and lucacarlone and nikai and Jose Luis Blanco-Claraco and Stephen Williams and ydjian and John Lambert and Andy Melim and Zhaoyang Lv and Akshay Krishnan and Jing Dong and Gerry Chen and Krunal Chande and balderdash-devil and DiffDecisionTrees and Sungtae An and mpaluri and Ellon Paiva Mendes and Mike Bosse and Akash Patel and Ayush Baid and Paul Furgale and matthewbroadwaynavenio and roderick-koehle}, title = {borglab/gtsam}, From 829a6698540ffcb0043de0deb5b14adb38eecb9e Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Tue, 6 Dec 2022 22:31:33 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb066a5dfa..0493c46c6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Georgia Tech Smoothing and Mapping Library +# README - Georgia Tech Smoothing and Mapping Library **Important Note**