GithubHelp home page GithubHelp logo

kin-zhang / gtsam-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dongjing3309/gtsam-examples

0.0 0.0 1.0 31 KB

GTSAM Tutorial Examples(cpp, matlab ++ python)

License: Other

CMake 2.56% C++ 41.55% MATLAB 8.98% Jupyter Notebook 46.90%

gtsam-examples's Introduction

GTSAM Tutorial Examples

This repo is a collection of GTSAM tutorial examples for GTSAM starters by Jing Dong. Checkout GTSAM tutorial slides for more explanations and infomation.

2016年视频:【泡泡机器人公开课】第五十六课:gtsam_tutorial-董靖B站

此处新增python,对于python只需pip install即可,无需下列prerequisites,如果不想安装,推荐google colab进行简单尝试

pip3 install gtsam

以下为原readme中所含cpp和matlab所需

Prerequisites

  • CMake >= 2.6 (Ubuntu: sudo apt-get install cmake), compilation configuration tool.
  • Boost >= 1.50 (Ubuntu: sudo apt-get install libboost-all-dev), portable C++ source libraries.
  • GTSAM >= 4.0 alpha.

Compilation & Installation

In the library folder excute:

$ mkdir build
$ cd build
$ cmake ..
$ make

Matlab Toolbox

An optional Matlab toolbox is provided to use our library in Matlab. To enable Matlab toolbox during compilation:

$ cmake -DEXAMPLES_BUILD_MATLAB_TOOLBOX:OPTION=ON -DGTSAM_TOOLBOX_INSTALL_PATH:PATH=/path/install/toolbox ..
$ make install

After you install the Matlab toolbox, don't forget to add /path/install/toolbox to your Matlab path.

Tested Compatibility

The gpmp2 library is designed to be cross-platform, however it's only tested on Ubuntu Linux for now.

  • Compilers: GCC 4.8, 4.9, 5.3
  • Boost version: 1.50 - 1.60

gtsam-examples's People

Contributors

dongjing3309 avatar kin-zhang avatar

Forkers

lhzlhz

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.