An open API service indexing awesome lists of open source software.

https://github.com/johnwlambert/pgo-speed-benchmark


https://github.com/johnwlambert/pgo-speed-benchmark

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## 2D Pose SLAM Benchmark
Comparison of sparse system solving in C (CSparse) vs. C++ (GTSAM)

### For CSparse
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j8

### For GTSAM
cmake -DGTSAM_TOOLBOX_INSTALL_PATH:PATH=$HOME/toolbox ..