Giter Site home page Giter Site logo

graphslam-1's Introduction

GraphSLAM

A GraphSLAM implementation using g2o framework

Requirements

This project was developed in linux platform, with C++11 and Python 2.7

Directories:

  • src:
    • graphSLAM: C++ scripts that performs SLAM magic
    • python-helpers: Python scripts that make easy to run GraphSLAM tests
  • doc:
    • Documentation: Code documentation
    • Memoria: Memoria (tesis) document explaining the work
    • Presentation for thesis defense

Compilation

To compile the C++ scripts simply go to the src/graphSLAM folder and do:

  • mkdir build
  • cd build
  • cmake ..
  • make

Notice that you must have g2o installed in your machine.

Execution

  • For simulated data:

    1. Run the simulator binary my-simulator to generate the simulated data (use -h for options).
    2. Run the GraphSLAM binary my-slam to optimize the data of the simulator. Use the "guess" file for the optimization (use -h for options).
    • Use -anonymize flag from my-simulator to anonymize landmarks (for unknown data association).
    • Alternatively run g2o -i 0 -guessOdometry -o <guessInFile> <guessOutFile> to generate an initial guess file (for plotting).
    • See src/python-helpers/commons/ for functions to plot the results and change its format.
  • For real data: just make sure that your data is in g2o format and proceed as before.

Seesrc/python-helpers subdirectories for test srcipts ready to run.

graphslam-1's People

Contributors

francocurotto avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.