Mobile Robot Programming Toolkit

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Mobile Robot Programming Toolkit (MRPT)
150px
MRPT logo
Developer(s) The MAPIR group, José Luis Blanco
Stable release MRPT 1.3.2 / Nov 3, 2015
Written in C++
Operating system Linux, Windows
Type Robotics suite
License New BSD License
Website www.mrpt.org

The Mobile Robot Programming Toolkit (MRPT) is a cross-platform and open source C++ library aimed to help robotics researchers to design and implement algorithms related to Simultaneous Localization and Mapping (SLAM), computer vision and motion planning (obstacle avoidance). Different research groups have employed MRPT to implement projects reported in some of the major robotics journals and conferences.[1][2][3][4][5]

MRPT is open source and distributed under the New BSD License. Versions prior to 1.0.0 were released under the GPL.

Some features included in the project as user-applications:

Upon a selection of the individual libraries provided by MRPT,[6] users can develop new applications.

Representation of metric maps

Through polymorphism in the design of metric-map classes, observations (such as a laser scans) can be inserted into a grid-map or a map of points, or both simultaneously, transparently to the user.

The following representations of metric maps are implemented:

  • Occupancy grid maps.
  • Point maps.
  • Landmark maps: discrete elements are 3D points sensed through range and bearing. For example, visual landmarks.
  • Beacon maps: elements are also 3D points, but sensed by means of range-only devices.
  • Coloured point maps.
  • Gas concentration maps.
  • A "multi map", collections of any of the other maps, behaving as a single map.

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. A list of scientific papers in which MRPT has been used for producing the results.
  6. Lua error in package.lua at line 80: module 'strict' not found.

External links


<templatestyles src="Asbox/styles.css"></templatestyles>

<templatestyles src="Asbox/styles.css"></templatestyles>