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.
git clone https://github.com/MRPT/mrpt.git --recursive
mrpt
)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:
See build documentation (source).
Executables (.exe
s and .dll
s) and development libraries (.h
s and .lib
s) included:
Nightly built Windows installer
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
MRPT is released under the new BSD license.
Contributors