Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tangwenming/mrpt

Repository files navigation

The MRPT project

Join the chat at https://gitter.im/jlblancoc/mrpt Build Status

  1. Introduction

Mobile Robot Programming Toolkit (MRPT) provides C++ libraries aimed at researchers in mobile robotics and computer vision. Libraries include 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.

  1. Resources

  1. Compiling

3.1 FIVE SECONDS INSTRUCTIONS

  1. Invoke cmake-gui and select:

    • Where source is --> MRPT source root directory
    • Where to build binaries --> Pick a new, empty directory.

    If your platform doesn't support cmake-gui, open a console, chdir to a new empty directory and execute:

    $ ccmake <PATH_TO_MRPT_SOURCES>
    
  2. Within cmake-gui (or ccmake), set all the build options as you desire, then press "Configure" and "Generate". To build the examples, enable "BUILD_SAMPLES".

  3. Build with the IDE / compiler you selected from CMake (Visual Studio, GNU Make,...)

3.2. Further details (RECOMMENDED!)

Read the compiling instructions.

  1. License

MRPT is released under the new BSD license.

About

The Mobile Robot Programming Toolkit (MRPT)

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

  • C++ 71.0%
  • C 26.9%
  • CMake 1.0%
  • Shell 0.7%
  • Diff 0.2%
  • Objective-C 0.2%

AltStyle によって変換されたページ (->オリジナル) /