quickstart to top
parent
d95e1738d4
commit
8b6382664b
10
README
10
README
|
|
@ -1,6 +1,16 @@
|
||||||
README - Georgia Tech Smoothing and Mapping library
|
README - Georgia Tech Smoothing and Mapping library
|
||||||
---------------------------------------------------
|
---------------------------------------------------
|
||||||
|
|
||||||
|
Quickstart
|
||||||
|
|
||||||
|
In the root library folder execute:
|
||||||
|
|
||||||
|
$] mkdir build
|
||||||
|
$] cd build
|
||||||
|
$] cmake ..
|
||||||
|
$] make check (optional, runs unit tests)
|
||||||
|
$] make install
|
||||||
|
|
||||||
What is GTSAM ?
|
What is GTSAM ?
|
||||||
|
|
||||||
GTSAM is a library of C++ classes that implement smoothing and
|
GTSAM is a library of C++ classes that implement smoothing and
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue