-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
124 lines (96 loc) · 5.07 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
This file contains the list of people involved in the development
of MRPT along its history. If you feel someone is missing, please
email me at joseluisblancoc at gmail dot com
DEVELOPERS
==========================================================
The development of the MRPT project was started at the MAPIR lab of
the University of Malaga.
* Jose-Luis Blanco-Claraco. Main developer. http://www.ual.es/~jlblanco/
* Francisco-Angel Moreno-Dueñas. http://www.isa.uma.es/famoreno
- Maintainer of vision-related classes (mrpt::vision namespace in libmrpt-core).
- Visual odometry for stereo images.
- Work in CLandmarksMap for efficiency of visual SLAM.
- Many image-related functions.
- Many functions in mrpt::topography
- mrpt::hwdrivers::CCANBusReader and related classes
- mrpt::poses::CPose3DRotVec
* Antonio J. Ortiz de Galisteo, University of Malaga (2007).
- Addition of many mathematical functions.
- More matrix operations.
- Quaternion support.
- Mono SLAM classes and the MonoSLAM demo (the first version).
- Some classes for hardware interfaces (Sonars, robotic head)
- Additions to the graphics renderer CMRPTCanvas.
- The first version of the ro-localization application.
* Pablo Moreno Olalla, University of Malaga.
- Tons of new code and optimizations in mrpt::math
- Work on laser scanner simulation in 3D scenes.
- Tons of geometry-related functions and lightweight geometry data types.
- Many new classes in mrpt::opengl
* José Raul Ruiz Sarmiento, University of Malaga.
- Maintainer of the library mrpt-detectors.
- Generic "detector classes" (CDetectableObject, CObjectDetection, ...).
- Work on PTU unit integration with Hokuyo laser scanner and 3D point clouds.
- Some classes: mrpt::hwdrivers::CPtuDperception, mrpt::utils::md5, and more.
- Website documentation.
* Vicente Arevalo Espejo, University of Malaga.
- The application camera-calib.
- Some classes: mrpt::opengl::CSetOfTexturedTriangles, etc..
- Some minor changes in: 3DSceneViewer and RawlogViewer applications.
- Some image-related functions.
* Adrien Barral - Robopec (France).
- Driver for SICK LMS100 via ethernet (mrpt::hwdrivers::CLMS100eth)
- Driver for Phidget interface boards (see mrpt::hwdrivers::CPhidgetInterfaceKitProximitySensors)
- Driver for KVH DSP-3000 Laser Gyro (see mrpt::hwdrivers::CGyroKVHDSP3000)
* Paul Newman, Mobile Robotics Group, University of Oxford.
- The Levenberg-Marquardt algorithm implemented in slam::CICP.
* M.A. Amiri Atashgah (MAAA), University of Sharif Technology, Tehran, Iran.
- Rewrite of a very old version of "mono-slam" to adapt it to MRPT 0.7.0.
* Philipp Robbel, Massachusetts Institute of Technology, USA.
- New CRangeObservation for 3D point clouds.
- Many hacks and optimizations in different parts of MRPT.
* Eduardo Fernandez Moral , University of Malaga.
- The new library: mrpt-pbmap
- Driver for Rovio mobile robot with webcam.
- Some other functions.
* Javier G. Monroy, University of Malaga.
- Driver for Rovio mobile robot with webcam.
- New algorithms in gas maps.
* Cipriano Galindo Andrades. University of Malaga.
- New functionality in HMT maps.
- Website documentation.
* mrhemali
- SWIG wrappers (Python) for MRPT.
- Fixes to build without freeglut, some bug fixes, ...
* Cyril Gerber
- Support for Videre stereo camera class: mrpt::hwdrivers::CStereoGrabber_SVS
* Zoltan Gaal
- The RANSAC and genetic model fitter: mrpt::math::ModelSearch
- Different improvements and bug fixes.
* Jan Girlich, University of Hamburg.
- Added mrpt::hwdrivers::CIbeoLuxETH
* Emil Khatib, University of Malaga (2011-2012)
- A few new classes to handle WiFi-signal strength receivers and build
maps out of such observations: mrpt::slam::CObservationWirelessPower,
mrpt::hwdrivers::CWirelessPower and mrpt::slam::CWirelessPowerGridMap2D.
- Classes for RFID observations and sensors: mrpt::slam::CObservationRFID,
mrpt::hwdrivers::CImpinjRFID.
- Interface to PID sensor: mrpt::hwdrivers::CRaePID
* Kasra Khosoussi (K.N.Toosi University, Iran)
- Patches to improve the JCBB data association implementation.
* Mariano Jaimez Tarifa, University of Malaga (2012-)
- Several improvements and bug fixes in the mrpt-reactivenav library.
- Developemnt in octomap classes.
- Some improvements and bug fixes in the mrpt-opengl library.
- Visual Odometry based on depth images (mrpt::vision::CDifodo) and 2 applications to use it: DifOdometry-Camera and DifOdometry-Datasets
- Examples to manage an RGB-D camera with openNI2
* Robert Schattschneider, University of Canterbury (2012)
- Patches for bug fixes, serialization of templates.
* Emilio Sanjurjo Maroño, LIM, University of Coruña (2013)
- Fixed orientation of ENU axes for Geodetic coordinate conversions in mrpt::topography.
* Randolph Voorhies, University of Southern California (2014)
- Fixes for OS X.
* Yuya Ochiai, (Aichi, Japan) (2014)
- Fixes for OS X.
Several bug reports have been provided from MRPT users world-wide. We kindly thank all of
them for this valuable feedback, and they are usually mentioned in changelogs.