Skip to content
/ mrpt Public
forked from MRPT/mrpt

🔧 The Mobile Robot Programming Toolkit (MRPT)

Notifications You must be signed in to change notification settings

Leedorado/mrpt

This branch is 6589 commits behind MRPT/mrpt:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e19b15 Â· May 27, 2016
Mar 10, 2016
May 27, 2016
May 25, 2016
May 27, 2016
May 27, 2016
Feb 6, 2016
Mar 21, 2016
May 25, 2016
May 13, 2016
May 18, 2016
May 13, 2016
Apr 27, 2016
May 10, 2016
Feb 24, 2016
Feb 6, 2016
Jun 15, 2014
Dec 19, 2015
Mar 22, 2016
May 13, 2016
Mar 3, 2016
Mar 11, 2014
May 12, 2016
May 2, 2016

Repository files navigation

The MRPT project

Build Status BSD3 License Join the chat at https://gitter.im/MRPT/mrpt GitHub release

  1. Introduction

Mobile Robot Programming Toolkit (MRPT) provides C++ libraries aimed at researchers in mobile robotics and computer vision. Libraries include SLAM solutions, 3D(6D) geometry, SE(2)/SE(3) Lie groups, probability density functions (pdfs) over points, landmarks, poses and maps, Bayesian inference (Kalman filters, particle filters), image processing, obstacle avoidance, etc. MRPT also provides GUI apps for Stereo camera calibration, dataset inspection, and much more.

ReactiveNav2D 6D-EKF-SLAM ReactiveNav3D NavLogViewer

  1. Resources

  1. Compiling

3.1 FIVE SECONDS INSTRUCTIONS

  1. Invoke cmake-gui and select:

    • Where source is --> MRPT source root directory
    • Where to build binaries --> Pick a new, empty directory.

    If your platform doesn't support cmake-gui, open a console, chdir to a new empty directory and execute:

    $ ccmake <PATH_TO_MRPT_SOURCES>
    
  2. Within cmake-gui (or ccmake), set all the build options as you desire, then press "Configure" and "Generate". To build the examples, enable BUILD_SAMPLES.

  3. Build with the IDE / compiler you selected from CMake (Visual Studio, GNU Make,...)

3.2. Further details (RECOMMENDED!)

Read the compiling instructions.

  1. License

MRPT is released under the new BSD license.

About

🔧 The Mobile Robot Programming Toolkit (MRPT)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.5%
  • C 27.2%
  • CMake 1.0%
  • Shell 0.7%
  • Makefile 0.6%
  • Python 0.0%