AGNC-PGO
Adaptive Graduated Non-Convexity for Pose Graph Optimization
File Explorer
Download Latest Version (.zip)- city10000.g2o
- README.md
- csail.g2o
- csail.toro
- README.md
- cubicle.g2o
- README.md
- parking-garage.g2o
- README.md
- intel.g2o
- README.md
- manhattanOlson3500.g2o
- README.md
- manhattan_noisy.irl
- README.md
- README.md
- rim.g2o
- README.md
- sphere2500.g2o
- README.md
- sphere_a.g2o
- README.md
- DCRunner-inl.h
- DCRunner.h
- Factory.h
- GNCBatchRunner-inl.h
- GNCBatchRunner.h
- MaxMixRunner-inl.h
- MaxMixRunner.h
- MEstRunner-inl.h
- MEstRunner.h
- ModeDetermination.h
- PCMRunner-inl.h
- PCMRunner.h
- PseudoGtRunner-inl.h
- PseudoGtRunner.h
- RiSAM2Runner-inl.h
- RiSAM2Runner.h
- Runner-inl.h
- Runner.h
- CMakeLists.txt
- README.md
- irl.h
- irl_types-inl.h
- irl_types.h
- irl_parsing.py
- irl_types.py
- CMakeLists.txt
- README.md
- animate-traj
- comparisons.py
- g2o-2-irl
- gtg2o-2-values
- make-gridworld-dataset
- multi-plot
- plot-timing
- plot-traj
- plot.py
- precision-recall
- README.md
- run-batch-g2o
- run-dataset-parallel
- toro-2-g2o
- CMakeLists.txt
- dcsam
- Kimera-RPGO
- CMakeLists.txt
- README.md
- run-experiment.cpp
- figure.png
- DoglegLineSearch.h
- GraduatedFactor.h
- GraduatedKernel.h
- RISAM2.h
- GraduatedFactor.cpp
- GraduatedKernel.cpp
- RISAM2.cpp
- .clang-format
- CMakeLists.txt
- README.md
- .gitignore
- .gitmodules
- CMakeLists.txt
- DEPENDENCIES.md
- LICENSE
- NOTICE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/SNU-DLLAB/AGNC-PGO
Downloads the entire project code from GitHub to your computer.
cd AGNC-PGO
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
* Configure cmake with following options: `cmake .. -DGTSAM_POSE3_EXPMAP=ON -DGTSAM_ROT3_EXPMAP=ON -DGTSAM_USE_SYSTEM_EIGEN=ON`
Type this command into your terminal and run it.
* `cmake ..`
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
