better organize build badges, and fix links
parent
56ca889913
commit
7c6008ae11
23
README.md
23
README.md
|
@ -1,17 +1,20 @@
|
||||||
gcc/clang: [](https://travis-ci.com/borglab/gtsam/) MSVC: [](https://ci.appveyor.com/project/dellaert/gtsam)
|
# README - Georgia Tech Smoothing and Mapping Library
|
||||||
|
|
||||||
# README - Georgia Tech Smoothing and Mapping library
|
|
||||||
|
|
||||||
## What is GTSAM?
|
## What is GTSAM?
|
||||||
|
|
||||||
GTSAM is a library of C++ classes that implement smoothing and
|
GTSAM is a C++ library that implement smoothing and
|
||||||
mapping (SAM) in robotics and vision, using factor graphs and Bayes
|
mapping (SAM) in robotics and vision, using Factor Graphs and Bayes
|
||||||
networks as the underlying computing paradigm rather than sparse
|
Networks as the underlying computing paradigm rather than sparse
|
||||||
matrices.
|
matrices.
|
||||||
|
|
||||||
On top of the C++ library, GTSAM includes a MATLAB interface (enable
|
| Platform | Build Status |
|
||||||
GTSAM_INSTALL_MATLAB_TOOLBOX in CMake to build it). A Python interface
|
|:---------:|:-------------:|
|
||||||
is under development.
|
| gcc/clang | [](https://travis-ci.com/borglab/gtsam/) |
|
||||||
|
| MSVC | [](https://ci.appveyor.com/project/dellaert/gtsam) |
|
||||||
|
|
||||||
|
|
||||||
|
On top of the C++ library, GTSAM includes [wrappers for MATLAB & Python](##Wrappers).
|
||||||
|
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
|
@ -79,4 +82,4 @@ GTSAM is open source under the BSD license, see the [`LICENSE`](LICENSE) and [`L
|
||||||
|
|
||||||
Please see the [`examples/`](examples) directory and the [`USAGE`](USAGE.md) file for examples on how to use GTSAM.
|
Please see the [`examples/`](examples) directory and the [`USAGE`](USAGE.md) file for examples on how to use GTSAM.
|
||||||
|
|
||||||
GTSAM was developed in the lab of [Frank Dellaert](http://www.cc.gatech.edu/~dellaert) at the [Georgia Institute of Technology](http://www.gatech.edu), with the help of many contributors over the years, see [THANKS](THANKS).
|
GTSAM was developed in the lab of [Frank Dellaert](http://www.cc.gatech.edu/~dellaert) at the [Georgia Institute of Technology](http://www.gatech.edu), with the help of many contributors over the years, see [THANKS](THANKS.md).
|
||||||
|
|
Loading…
Reference in New Issue