EGNC-PGO
Efficient Graduated Non-Convexity for Pose Graph Optimization
File Explorer
- 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
- result.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
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
cmake
View Details ▼
cmake
Cross-platform build automation system, that generates recipes for native build systems.
cmake {{path/to/project_directory}}
Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:
cmake --build {{path/to/build_directory}}
Use a generated recipe in a given directory to build artifacts:
cmake --install {{path/to/build_directory}} --strip
Install the build artifacts into `/usr/local/` and strip debugging symbols:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
# Project Badges
-
arXiv Visit
