Skip to content
/ mrpt Public
forked from MRPT/mrpt

⚡ The Mobile Robot Programming Toolkit (MRPT)

License

Notifications You must be signed in to change notification settings

jlblancoc/mrpt

This branch is 3 commits ahead of, 1204 commits behind MRPT/mrpt:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e059896 · Mar 9, 2022
Dec 10, 2021
Mar 9, 2022
Mar 9, 2022
Mar 9, 2022
Mar 9, 2022
Jul 19, 2016
Mar 6, 2022
Mar 9, 2022
Jan 26, 2021
Nov 24, 2021
Mar 7, 2022
Jan 4, 2022
Jan 27, 2022
Jan 2, 2022
Nov 26, 2021
Mar 8, 2022
Jan 26, 2021
Nov 19, 2019
Jul 26, 2017
Mar 14, 2020
Nov 26, 2021
Oct 18, 2021
Feb 9, 2021
Feb 9, 2021
Sep 26, 2021
Jul 1, 2021
Mar 8, 2022
Sep 26, 2021
Jan 2, 2022
Mar 6, 2022
Feb 23, 2022
Mar 9, 2022
Mar 6, 2022
Feb 23, 2022

Repository files navigation

The MRPT project

CI Check clang-format

Gitpod ready-to-code

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

Packaging status

3.1. Ubuntu

See 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 ROS1/ROS2 package

MRPT is also shipped as a ros1 & ros2 package named mrpt2, so it can be installed via:

sudo apt install ros-$ROS_DISTRO-mrpt2

mrpt2 status in ROS build farms:

Distro develop branch Stable release
ROS1 Noetic @ u20.04 Build Status Build Status
ROS2 Rolling @ u22.04 Build Status Build Status

4. License

MRPT is released under the new BSD license.

Stargazers over time

Stargazers over time

About

⚡ The Mobile Robot Programming Toolkit (MRPT)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.8%
  • C 31.1%
  • CMake 2.5%
  • Python 0.4%
  • Shell 0.1%
  • Batchfile 0.1%