KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
slam
★ 35
Open GitHub ↗
A simple slimmed down mono slam implementation
Download README (.md)
Explore Similar Repositories
g2o-python
:
Wrapper for g2o python bindings
slam_karto_g2o
:
A ROS Package for Pose Graph SLAM that uses open_karto for the front end and G2O for backend
VSLAM
:
vslam
visual-slam
:
Visual SLAM learning and training
pgo_toy_example
:
A toy example of Pose Graph Optimization (PGO) using g2o library.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
slam
?
Download (.md)
# slam # This repository contains a slimmed down mono slam algorithm. ## Building ## It should successfully build using the provided Dockerfile which will automatically install all dependencies. (Note: The docker container is setup to do X11 forwarding) The build configuration is handled by CMake. Example build process using docker ``` bash setup.sh > mkdir build > cd build > cmake -DCMAKE_BUILD_TYPE=Release .. > cmake --build . --config Release ``` ## Usage ## After building in `./build/` it should be possible to run the system using these commands: Sample data from https://vision.in.tum.de/data/datasets/rgbd-dataset/download ``` ./slam "../videos/freiburgxyz_525.mp4" 525 ``` Sample data from https://www.cvlibs.net/datasets/kitti/ ``` ./slam "../videos/kitti_984.mp4" 984 ``` ## Demos ## ### freiburgxyz sequence ### [](https://www.youtube.com/watch?v=SndmqN-2VQQ) ### kitti sequence ### [](https://www.youtube.com/watch?v=M6buBEKaoq4)