Mrpt
제품 정보
오픈소스 사용 사례
공개 채팅
지원 계획
현재 사용할 수 있는 OSS 플랜이 없습니다.
저장소의 제공자 또는 기여자인 경우 OSS 플랜 추가를 시작할 수 있습니다.
OSS 플랜 추가이 오픈소스에 대한 플랜을 찾고 있다면 저희에게 문의해 주세요.
전문 공급자와 연락하실 수 있도록 도와드리겠습니다.
제품 세부 정보
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, 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
- Download the latest unstable code with:
git clone https://github.com/MRPT/mrpt.git --recursive
- Ask questions at stackoverflow (use the tag
mrpt
) - Main project website, including sources and Windows installer downloads
- C++ API reference
- ROS packages
- 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.
- MRPT is used in the MOLA modular SLAM framework.
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 (.exe
s and .dll
s) and development libraries (.h
s and .lib
s) 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