Skip to content

MRPT/mrpt

This branch is up to date with develop.

Folders and files

NameName
Last commit message
Last commit date
May 15, 2024
Jun 7, 2024
Nov 4, 2024
Dec 5, 2024
Sep 11, 2024
Jul 19, 2016
Jan 8, 2025
Dec 9, 2024
May 15, 2024
Nov 24, 2021
Dec 5, 2024
Jul 27, 2024
Dec 10, 2024
Oct 12, 2024
Aug 23, 2024
Oct 22, 2024
Aug 23, 2024
May 15, 2024
Nov 19, 2019
Jul 26, 2017
Mar 14, 2020
Sep 3, 2024
Oct 18, 2021
Feb 9, 2021
Feb 9, 2021
Jun 14, 2023
Jun 23, 2022
Aug 7, 2024
Sep 11, 2024
Sep 26, 2021
Aug 7, 2024
Aug 7, 2024
Jan 5, 2024
Jul 27, 2024
Dec 9, 2024
Dec 9, 2024

Repository files navigation

The MRPT project

CI Check clang-format

DOI

1. Introduction

Mobile Robot Programming Toolkit (MRPT) provides C++ libraries aimed at researchers in mobile robotics and computer vision. Libraries include SLAM solutions, 2D and 3D spatial transformations, 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 camera calibration, dataset inspection, and much more.

2. Resources

3. Install

3.1. Ubuntu/Debian

Install simply with sudo apt install libmrpt-dev mrpt-apps, but check first what MRPT version exists in your Ubuntu or Debian (tracker) distribution.

If you want a more recent version, check out this PPA for nightly builds from the develop branch, or this one for stable releases.

    sudo add-apt-repository ppa:joseluisblancoc/mrpt   # develop branch
    #sudo add-apt-repository ppa:joseluisblancoc/mrpt-stable   # master (stable releases) branch
    sudo apt install libmrpt-dev mrpt-apps

Supported distributions:

  • Ubuntu 18.04 LTS (Bionic), Ubuntu 20.04 LTS (Focal), or newer.

3.2. Build from sources

See build documentation (source).

3.3. Windows precompiled versions

Executables (.exes and .dlls) and development libraries (.hs and .libs) included:

Nightly built Windows installer

3.4. As a ROS package

MRPT is also shipped as ROS packages.

For ROS 1:

# (ROS 1 only!)
sudo apt install ros-$ROS_DISTRO-mrpt2

For ROS 2, see instructions and available versions: https://github.com/MRPT/mrpt_ros

4. License

MRPT is released under the new BSD license.

Contributors

5. Versions in repositories

Repology