Skip to content
/ mrpt Public
forked from MRPT/mrpt

Official repository for Mobile Robot Programming Toolkit (MRPT)

License

Notifications You must be signed in to change notification settings

EduFdez/mrpt

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

Folders and files

NameName
Last commit message
Last commit date
May 23, 2017
Apr 28, 2018
Apr 29, 2018
Jul 19, 2016
Apr 25, 2018
May 2, 2018
Jan 12, 2018
Apr 9, 2018
Apr 29, 2018
May 1, 2018
Apr 28, 2018
May 1, 2018
Mar 11, 2018
Feb 2, 2018
Apr 22, 2018
Apr 29, 2018
Jul 9, 2017
Mar 16, 2018
Jul 26, 2017
Apr 9, 2018
Mar 27, 2018
Apr 26, 2018
Apr 29, 2018
Apr 16, 2018
Jan 12, 2018
Apr 29, 2018
Mar 31, 2018
Mar 11, 2014
May 1, 2018
Jan 11, 2018
Mar 21, 2017

Repository files navigation

The MRPT project

gcc/clang MSVC
GH SF(datasets) Stable

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.

2. Resources

3. Install

3.1. Ubuntu

See PPA for mrpt 2.0 branch (for mrpt 1.5.* read here).

    sudo add-apt-repository ppa:joseluisblancoc/mrpt
    sudo apt-get update
    sudo apt-get install libmrpt-dev mrpt-apps

Supported distributions:

  • Ubuntu 18.04 Bionic
  • Ubuntu 17.10 Artful (EOL: July 2018)
  • Ubuntu 16.04LTS Xenial (EOL: April 2021)
    • Using 16.04 requires installing gcc-7 due to some bugs in gcc-5:

      add-apt-repository ppa:ubuntu-toolchain-r/test apt-get update apt-get install -y g++-7

3.2. Build from sources

Minimum compiler requisites:

  • mrpt >=2.0 (master branch):
    • gcc-7 or newer.
      • Ubuntu 18.04LTS Bionic: Its default gcc version is ok.
      • Ubuntu 16.04LTS Xenial: Instructions for installing gcc-7 in this version of Ubuntu.
    • Windows: Visual Studio 2017 version 15.3 or newer.
    • cmake >= 3.3 required (>=3.4 for Windows).
  • mrpt 1.5.* and maintenance mrpt-1.5 branch:
    • Ubuntu 14.04LTS Trusty: default gcc/clang versions
    • Windows: Visual Studio 2012
    • cmake >= 3.1 required
    • EOL for mrpt-1.5.*: April 2019.

To build in Debian/Ubuntu follow the steps below. See full build docs online for Windows instructions or to learn all the details.

  • Install minimum recommended dependencies:
sudo apt install build-essential pkg-config cmake libwxgtk3.0-dev \
libopencv-dev libeigen3-dev libgtest-dev
  • Install additional dependencies to enable all MRPT features:
sudo apt install libftdi-dev freeglut3-dev zlib1g-dev libusb-1.0-0-dev \
libudev-dev libfreenect-dev libdc1394-22-dev libavformat-dev libswscale-dev \
libassimp-dev libjpeg-dev   libsuitesparse-dev libpcap-dev liboctomap-dev
  • Build with cmake as usual:
mkdir build && cd build
cmake ..
make

4. License

MRPT is released under the new BSD license.

About

Official repository for Mobile Robot Programming Toolkit (MRPT)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.6%
  • C 28.5%
  • Objective-C 3.6%
  • CMake 1.7%
  • Python 0.3%
  • Shell 0.1%
  • Other 0.2%