No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 1.5.9 |
License | BSD |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/mrpt/mrpt.git |
VCS Type | git |
VCS Version | mrpt-1.5 |
Last Updated | 2020-04-15 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Mobile Robot Programming Toolkit (MRPT) version 1.5.x
Additional Links
Maintainers
- Jose-Luis Blanco-Claraco
Authors
- Jose-Luis Blanco-Claraco
The MRPT project
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
- Download the latest unstable code with:
git clone https://github.com/MRPT/mrpt.git --depth 1
- Ask questions at: this Google group or at stackoverflow (please, use the tag
mrpt
!) - Main project website, including sources and Windows installer downloads
- C++ API reference
- ROS packages:
mrpt_navigation
,mrpt_slam
- Bindings documentation (Python, Matlab)
- Source code for dozens of examples
- Example configuration files for MRPT applications can be found at: MRPT/share/mrpt/config_files
- Some sample datasets are stored in: MRPT/share/mrpt/datasets. A more complete dataset repository is available online.
- How to contribute with your code for new feaures, bug fixes, etc.
3. Install
3.1. Ubuntu PPA
See PPA for branch 1.5:
sudo add-apt-repository ppa:joseluisblancoc/mrpt-1.5
sudo apt-get update
sudo apt-get install libmrpt-dev mrpt-apps
Supported distributions:
- Ubuntu 14.04LTS Trusty.
- Ubuntu 16.04LTS Xenial.
- For more recent versions of Ubuntu, it is recommended to use mrpt>=1.9.9.
3.2. Build from sources
Minimum compiler requisites:
- mrpt >=2.0 (
master
branch):- Ubuntu 16.04LTS Xenial: default gcc/clang versions
- Windows: Visual Studio 2015/2017.
- mrpt 1.5.* and maintenance
mrpt-1.5
branch:- Ubuntu 14.04LTS Trusty: default gcc/clang versions
- Windows: Visual Studio 2012
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.
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
arduino_daq | |
mrpt_bridge |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged mrpt1 at Robotics Stack Exchange
No version for distro melodic. Known supported distros are highlighted in the buttons above.