8000 GitHub - yebo92/mrpt: :zap: The Mobile Robot Programming Toolkit (MRPT)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yebo92/mrpt

 
 

Repository files navigation

The MRPT project

Travis Shippable Coverage Badge Releases Gitter

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. Compiling

Minimum compiler requisites:

  • Ubuntu 16.04 default gcc/clang versions, or
  • Windows: Visual Studio 2015/2017.

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.

About

⚡ The Mobile Robot Programming Toolkit (MRPT)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 66.2%
  • C 31.7%
  • CMake 1.7%
  • Python 0.3%
  • Shell 0.1%
  • Batchfile 0.0%
0