MRPT  2.0.1
changeLog_doc.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | https://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6  | See: https://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See: https://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 
10 // clang-format off
11 
12 /** \page changelog Change Log
13  *
14 
15 # Version 2.0.1: Released April 3rd, 2020
16 - Changes in applications:
17  - RawLogViewer: new "-l xxx.so" flag to load datasets with types defined in external projects.
18 - Changes in libraries:
19  - mrpt_obs_grp
20  - mrpt::obs::CObservationRobotPose: Fixed missing serialization of sensorPose
21 
22 ------
23 # Version 2.0.0: Released March 29th, 2020
24 - **Most important changes:**
25  - MRPT now requires **C++17** to build and use. See this page for a guide to port existing code to MRPT 2.0: \ref porting_mrpt2
26  - Support for old namespaces `mrpt-scanmatching`, `mrpt-reactivenav` is over.
27  - Backwards compatible headers for "maps" and "observations" in mrpt::slam are removed. They moved to their own namespaces in MRPT v1.3.0 (Jan 2015).
28  - All pointer typedefs are now in their respective classes: FooPtr -> Foo::Ptr
29  - Add support for serialization with std::variant
30  - PbMap has been factored out into [its own repository](https://github.com/MRPT/pbmap)
31  - XML-based database C++ classes have been removed from MRPT.
32 - Changes in applications:
33  - RawLogViewer:
34  - The ICP module now supports Velodyne 3D scans.
35  - rawlog-edit:
36  - New operation: `--de-externalize`
37  - pf-localization:
38  - Odometry is now used also for observation-only rawlogs.
39 - Changes in libraries:
40  - All `otherlibs` subdirectories have been renamed to `3rdparty` since it is a widespread name used in most projects.
41  - \ref mrpt_base_grp => Refactored into several smaller libraries, one per namespace.
42  - Removed class std::vector<std::string>. Replace by STL containers of `std::string` and functions mrpt::system::stringListAsString() in \ref string_manage.
43  - \ref mrpt_core_grp [NEW IN MRPT 2.0.0]
44  - Memory alignment of aligned_allocator_cpp11<> is set to 16,32 or 64 depending on whether AVX optimizations are enabled, to be compatible with Eigen.
45  - mrpt::cpu::supports(): a new cross-OS CPU feature detection function.
46  - mrpt::Clock allows users to select between Realtime or Monotonic sources.
47  - Removed custom macro MRPT_UNUSED_PARAM (replaced by c++17 attribute).
48  - Add syntactic suggar mrpt::lockHelper()
49  - \ref mrpt_math_grp [NEW IN MRPT 2.0.0]
50  - Removed functions (replaced by C++11/14 standard library):
51  - mrpt::math::erf, mrpt::math::erfc, std::isfinite, mrpt::math::std::isnan
52  - `mrpt::math::make_vector<>` => `std::vector<>{...}` braced initializator
53  - Removed the include file: `<mrpt/math/jacobians.h>`. Replace by `<mrpt/math/num_jacobian.h>` or individual methods in \ref mrpt_poses_grp classes.
54  - \ref mrpt_config_grp [NEW IN MRPT 2.0.0]
55  - mrpt::config::CConfigFileBase::write() now supports enum types.
56  - \ref mrpt_gui_grp
57  - New class mrpt::gui::CDisplayWindowGUI exposing powerful GUI possibilities via the nanogui project.
58  - \ref mrpt_img_grp [NEW IN MRPT 2.0.0]
59  - mrpt::img::TCamera distortion parameters now also supports the extra K4,K5,K6 distortion parameters.
60  - \ref mrpt_serialization_grp [NEW IN MRPT 2.0.0]
61  - New method mrpt::serialization::CArchive::ReadPOD() and macro `MRPT_READ_POD()` for reading unaligned POD variables.-
62  - Add support for `$env{}` syntax to evaluate environment variables.
63  - \ref mrpt_slam_grp
64  - rbpf-slam: Add support for simplemap continuation.
65  - CICP: parameter `onlyClosestCorrespondences` deleted (always true now).
66  - mrpt::slam::CICP API: Simplified and modernized to use only one output parameter, using std::optional.
67  - \ref mrpt_system_grp
68  - functions to get timestamp as *local* time were removed, since they don't make sense. All timestamps in MRPT are UTC, and they can be formated as dates in either UTC or local time frames.
69  - Added: mrpt::system::WorkerThreadsPool
70  - \ref mrpt_rtti_grp [NEW IN MRPT 2.0.0]
71  - All classes are now registered (and de/serialized) with their full name including namespaces. A backwards-compatible flag has been added to mrpt::rtti::findRegisteredClass().
72  - CLASS_INIT() macro for automatic registration of classes has been removed, since it is not well-defined in which order global objects will be initialized.
73  Therefore, manual registration (as already done in registerAllClasses.cpp files) is left as the unique registration system.
74  This fixes warning messages "[mrpt::rtti::registerClass] Warning: Invoked with a nullptr".
75  - \ref mrpt_nav_grp
76  - Removed deprecated mrpt::nav::THolonomicMethod.
77  - mrpt::nav::CAbstractNavigator: callbacks in mrpt::nav::CRobot2NavInterface are now invoked *after* `navigationStep()` to avoid problems if user code invokes the navigator API to change its state.
78  - Added methods to load/save mrpt::nav::TWaypointSequence to configuration files.
79  - Waypoints now have a field `speed_ratio` which is directly forwarded to the low-level reactive navigator.
80  - \ref mrpt_comms_grp [NEW IN MRPT 2.0.0]
81  - This new module has been created to hold all serial devices & networking classes, with minimal dependencies.
82  - \ref mrpt_maps_grp
83  - mrpt::maps::CMultiMetricMap has been greatly simplified and now it is actually defined in the mrpt-maps library.
84  - New map type: mrpt::maps::CPointsMapXYZI for pointclouds with an intensity channel.
85  - New observation class: mrpt::obs::CObservationPointCloud
86  - Added optional "channel" attribute to CReflectivityGridMap2D and CObservationReflectivity to support different colors of light.
87  - \ref mrpt_hwdrivers_grp
88  - COpenNI2Generic: is safer in multithreading apps.
89  - CHokuyoURG:
90  - Rewrite driver to be safer and reduce mem allocs.
91  - New parameter `scan_interval` to decimate scans.
92  - VelodyneCalibration: Can now load YAML files, in addition to XML.
93  - New sensor state enum value: mrpt::hwdrivers::CGenericSensor::ssUninitialized
94  - NMEA GPS parser: now also recognizes all existing talker IDs (GP, GN, GA, etc.)
95  - \ref mrpt_opengl_grp
96  - Update Assimp lib version 4.0.1 -> 4.1.0 (when built as ExternalProject)
97  - Rendering engine rewritten to work using OpenGL Core (GLSL 3.3) instead of Legacy fixed functions.
98  - \ref mrpt_obs_grp
99  - mrpt::obs::CObservation2DRangeScan: Deprecated access to scan data via proxy objects `obs->scan[i]`, `obs->validRange[i]`, `obs->intensity[i]` has been deleted. Please use the alternative getters/setters: `obs->getScanRange(i)`, etc.
100  - mrpt::obs::T3DPointsProjectionParams and mrpt::obs::CObservation3DRangeScan::unprojectInto now together support organized PCL point clouds.
101  - New method: mrpt::obs::CObservation3DRangeScan::rangeImage_getAsImage()
102  - Support for multiple-return sensors in mrpt::obs::CObservation3DRangeScan.
103  - New NMEA frame class: Message_NMEA_GSA
104  - \ref mrpt_poses_grp [NEW IN MRPT 2.0.0]
105  - Reorganized all Lie Algebra methods into \ref mrpt_poses_lie_grp
106  - Removed CPose3DRotVec, since its conceptual design is identical to Lie tangent space vectors.
107  - \ref mrpt_vision_grp
108  - Removed FASTER methods, and the libCVD 3rd party dependency.
109 
110 - BUG FIXES:
111  - Fix reactive navigator inconsistent state if navigation API is called from within rnav callbacks.
112  - Fix incorrect evaluation of "ASSERT" formulas in mrpt::nav::CMultiObjectiveMotionOptimizerBase
113  - Fix aborting reading from LMS111 scanner on first error.
114  - Fix == operator on CPose3D: it now uses an epsilon for comparing the rotation matrices.
115  - Fix accessing unaligned POD variables deserializing CObservationGPS (via the new `MRPT_READ_POD()` macro).
116  - Fix segfault in CMetricMap::loadFromSimpleMap() if the provided CMetricMap has empty smart pointers.
117  - Fix crash in CGPSInterface when not setting an external mutex.
118  - Fix potential crashes in RawLogViewer while editing list of observations.
119  - Fix incorrect conversion from quaternion to CPose3D.
120 
121 <a name="1.5.7">
122 <h2>Version 1.5.7: Released 24/APR/2019 </h2></a>
123 - <b>Detailed list of changes:</b>
124  - \ref mrpt_base_grp
125  - The following features have been finally ported to C++11. User code now requires, at least, C++11 enabled:
126  - stlplus-based smart pointers replaced by std::shared_ptr. Backwards compatibility API is maintained.
127  - mrpt::system::TThreadHandle now is a wrapper around std::thread.
128  - Atomic counters now based on std::atomic. Custom implementation has been removed.
129  - stlplus source code has been removed.
130  - mrpt::utils::COutputLogger: change log str format from "[name|type|time]" to "[time|type|name]".
131  - \ref mrpt_graphslam_grp
132  - levenberg-Marquardt graphslam modified to use more stable SE(2) Jacobians.
133  - CNetworkOfPoses: read/write format made compatible with G2O EDGE_SE2 types.
134  - \ref mrpt_nav_grp
135  - Add virtual method CAbstractPTGBasedReactive::getHoloMethod()
136  - New method CAbstractPTGBasedReactive::enableRethrowNavExceptions() to rethrow exceptions during navigation.
137  - Waypoints now have a field `speed_ratio` which is directly forwarded to the low-level reactive navigator.
138  - BUG FIXES:
139  - Fix missing "-ldl" linker flag.
140  - Fix building against wxWidgets 3.1.1 in Windows (zlib link error).
141  - Fix potential segfault in 3D reactive navigator.
142 
143 <hr>
144 <a name="1.5.6">
145 <h2>Version 1.5.6: Released 24/APR/2018 </h2></a>
146  - Applications:
147  - pf-localization:
148  - Odometry is now used also for observation-only rawlogs.
149  - \ref mrpt_hwdrivers_grp
150  - mrpt::hwdrivers::COpenNI2Generic: added mutexes for safer
151 multi-threading operation.
152  - mrpt::hwdrivers::CHokuyoURG: Added a new parameter to skip scans.
153 Driver clean up to be safer and perform less memory allocs.
154  - \ref mrpt_maps_grp
155  - COccupancyGridMap2D: New LIDAR insertion parameters:
156 maxFreenessUpdateCertainty, maxFreenessInvalidRanges.
157  - \ref mrpt_reactivenav_grp
158  - CAbstractPTGBasedReactive: Added new score `holo_stage_eval`.
159  - BUG FIXES:
160  - circular_buffer: exception made state preserving
161 
162 <hr>
163 <a name="1.5.5">
164 <h2>Version 1.5.5: (Under development) </h2></a>
165 - <b>Detailed list of changes:</b>
166  - \ref mrpt_nav_grp
167  - mrpt::nav::CHolonomicFullEval now uses an internal sin/cos LUT cache
168 for improved performance.
169  - \ref mrpt_hwdrivers_grp
170  - A new class for SICK TIM561(TIM55x/TIM56x) lidar:
171  - A new source file named CSICKTim561Eth_2050101.cpp, which supports
172 SICK TIM series lidar including Tim55x, Tim56x
173  - mrpt::hwdrivers::CSICKTim561Eth
174  - A new test sample for SICK TIM561(TIM55x/TIM56x) lidar:
175  - sample/SICK_tim561eth_test/test.cpp
176  - BUG FIXES:
177  - Fix likelihood computation in mrpt::maps::CReflectivityGridMap2D
178 (which led to crash)
179  - Fixed regression in particle resampling affecting RBPF-SLAM methods.
180 Introduced in Dec. 2016 with [this
181 commit](https://github.com/MRPT/mrpt/commit/691973813bdc53d3faa7088b092eb041aa80d0ce).
182 
183 <hr>
184 <a name="1.5.4">
185 <h2>Version 1.5.4: Released 31/OCT/2017 </h2></a>
186 - <b>Detailed list of changes:</b>
187  - \ref mrpt_base_grp
188  - Fix potential uninitialized value in
189 CRobot2DPoseEstimator::getLatestRobotPose()
190  - MRPT_getCompilationDate() returns time as well
191  - \ref mrpt_gui_grp
192  - mrpt::gui::mrptEventMouseMove: Added new mrpt::gui windows event
193 type.
194  - Build system:
195  - Fix MRPTConfig.cmake for system octomap libraries.
196  - Fix package-contains-vcs-control-file (.gitingore) Lintian error.
197  - Fix compiling without liboctomap-dev in Ubuntu PPA.
198  - BUG FIXES:
199  - Fix waypoint reactive navigator edge case in which "end event" won't
200 be issued.
201  - Fix waypoint reactive navigator error while doing final aligning
202 (missing and dupplicated nav-end events).
203  - Fix aborting reading from LMS111 scanner on first error.
204  - Fix waypoint reactive navigator edge case in which "end event" won't
205 be issued.
206  - Fix corrupted pointers in CNetworkOfPoses after copy or move
207 operations.
208  - Fix invalid TP-targets generated during reactive navigation.
209  - Fix memory leak in reactivenav engine.
210  - Fix potential out-of-range access in
211 CObservation3DRangeScan::convertTo2DScan()
212 
213 <hr>
214 <a name="1.5.3">
215 <h2>Version 1.5.3: Released 13/AUG/2017 </h2></a>
216 - <b>Detailed list of changes:</b>
217  - CMake >=3.1 is now required for use of ExternalProjects.
218  - Scripts `scripts/prepare_{debian,release}.sh` have been refactored and
219 simplified.
220  - Removed embedded source code versions of Eigen, assimp and octomap.
221 Downloaded and built as ExternalProjects if not present in the system.
222  - Releases will be signed with PGP from now on and posted as binary
223 attachments to GitHub releases.
224 
225 <hr>
226 <a name="1.5.2">
227 <h2>Version 1.5.2: Released 6/AUG/2017 </h2></a>
228 - <b>Detailed list of changes:</b>
229  - Changes in libraries:
230  - \ref mrpt_base_grp
231  - Added methods:
232  - mrpt::synch::CCriticalSection::try_enter()
233  - mrpt::synch::CCriticalSectionRecursive::try_enter()
234  - \ref mrpt_nav_grp
235  - mrpt::nav::CAbstractNavigator: callbacks in
236 mrpt::nav::CRobot2NavInterface are now invoked *after* `navigationStep()` to
237 avoid problems if user code invokes the navigator API to change its state.
238  - Added methods to load/save mrpt::nav::TWaypointSequence to
239 configuration files.
240  - \ref mrpt_slam_grp
241  - rbpf-slam: Add support for simplemap continuation.
242  - BUG FIXES:
243  - Fix reactive navigator inconsistent state if navigation API is called
244 from within rnav callbacks.
245  - Fix incorrect evaluation of "ASSERT" formulas in
246 mrpt::nav::CMultiObjectiveMotionOptimizerBase
247 
248 <hr>
249 <a name="1.5.1">
250 <h2>Version 1.5.1: Released 21/JUN/2017 </h2></a>
251 - <b>Detailed list of changes:</b>
252  - Changes in libraries:
253  - \ref mrpt_nav_grp
254  - fix const-correctness:
255 [commit](https://github.com/MRPT/mrpt/commit/7e79003d2adeb7b170fa04e0bc34d42707e07306)
256  - More flexible callback behavior:
257 [commit](https://github.com/MRPT/mrpt/commit/5b054336a1ac75f6e4f8741e5049971917a2980a)
258 
259 
260 <hr>
261 <a name="1.5.0">
262 <h2>Version 1.5.0: Released 10-JUN-2018</h2></a>
263  - Changes in apps:
264  - New app
265 [PTG-configurator](http://www.mrpt.org/list-of-mrpt-apps/application-ptg-configurator/)
266  -
267 [ReactiveNavigationDemo](http://www.mrpt.org/list-of-mrpt-apps/application-reactivenavigationdemo/)
268 has been totally rebuilt as a 3D visualizer capable of testing different
269 navigation algorithms and robot kinematics.
270  - [RawLogViewer](http://www.mrpt.org/list-of-mrpt-apps/rawlogviewer/):
271  - Now displays a textual and graphical representation of all
272 observation timestamps, useful to quickly detect sensor "shortages" or temporary
273 failures.
274  - New menu operation: "Edit" -> "Rename selected observation"
275  - mrpt::obs::CObservation3DRangeScan pointclouds are now shown in
276 local coordinates wrt to the vehicle/robot, not to the sensor.
277  -
278 [rawlog-edit](http://www.mrpt.org/list-of-mrpt-apps/application-rawlog-edit/):
279 New flag: `--txt-externals`
280  - Changes in libraries:
281  - \ref mrpt_base_grp
282  - New API to interface ZeroMQ: \ref noncstream_serialization_zmq
283  - Deprecated function (since 1.3.0) deleted:
284 mrpt::system::registerFatalExceptionHandlers()
285  - New method mrpt::poses::CPosePDFParticles::resetAroundSetOfPoses()
286  - Class mrpt::utils::CRobotSimulator renamed ==>
287 mrpt::kinematics::CVehicleSimul_DiffDriven
288  - New twist (linear + angular velocity state) classes:
289 mrpt::math::TTwist2D, mrpt::math::TTwist3D
290  - New template method: mrpt::utils::CStream::ReadAsAndCastTo
291  - Added missing method mrpt::poses::CPose2D::inverseComposePoint()
292 for consistency with CPose3D
293  - New class std::recursive_mutex
294  - New class mrpt::system::COutputLogger replaces the classes
295 mrpt::utils::CDebugOutputCapable (deprecated) and mrpt::utils::CLog (removed).
296  - New macros for much more versatily logging:
297  - MRPT_LOG_DEBUG(), MRPT_LOG_INFO(), MRPT_LOG_WARN(),
298 MRPT_LOG_ERROR()
299  - MRPT_LOG_DEBUG_STREAM, MRPT_LOG_INFO_STREAM,
300 MRPT_LOG_WARN_STREAM, MRPT_LOG_ERROR_STREAM
301  - New functions for polynomial roots: see \ref polynomial_roots
302  - New functions for signal filtering: see \ref filtering_grp
303  - New functions for Fresnel integrals: see \fresnel_integrals_grp
304  - New classes mrpt::math::CAtan2LookUpTable,
305 mrpt::math::CAtan2LookUpTableMultiRes
306  - [API change] The following functions are no longer static methods:
307 (since their classes are now derived from the state-aware
308 mrpt::system::COutputLogger)
309  - mrpt::math::RANSAC_Template::execute()
310  - mrpt::math::CLevenbergMarquardtTempl::execute()
311  - Deleted methods in Eigen-extensions: leftDivideSquare(),
312 rightDivideSquare()
313  - Removed support for **named** semaphores in
314 mrpt::synch::CSemaphore
315  - new method mrpt::system::CTimeLogger::getLastTime()
316  - Removed mrpt::utils::CStartUpClassesRegister, replaced by the new
317 macro MRPT_INITIALIZER()
318  - New class mrpt::utils::CRateTimer
319  - mrpt::poses::CRobot2DPoseEstimator now uses a more generic
320 odometry-based velocity model (vx,vy,omega).
321  - New template mrpt::utils::ts_hash_map<> for thread-safe,
322 std::map-like containers based on hash functions.
323  - Included exprtk header-only library to runtime compile &
324 evaluation of mathematical expressions, under `<mrpt/3rdparty/exprtk.hpp>`
325  - New smart pointer templates: `mrpt::utils::copy_ptr<>`,
326 `mrpt::utils::poly_ptr<>`.
327  - New colormap: mrpt::utils::hot2rgb()
328  - New function mrpt::system::find_mrpt_shared_dir()
329  - New class mrpt::containers::CDynamicGrid3D<>
330  - New function mrpt::comms::net::http_request()
331  - New function mrpt::system::now_double()
332  - New function mrpt::rtti::getAllRegisteredClassesChildrenOf()
333  - Safer CClassRegistry: detect and warn on attempts to duplicated
334 class registration.
335  - New class mrpt::expr::CRuntimeCompiledExpression
336  - mrpt::config::CConfigFile and mrpt::config::CConfigFileMemory now
337 can parse config files with end-of-line backslash to split long strings into
338 several lines.
339  - New class mrpt::poses::FrameTransformer
340  - mrpt::poses classes now have all their constructors from
341 mrpt::math types marked as explicit, to avoid potential ambiguities and
342 unnoticed conversions.
343  - [Sophus](https://github.com/strasdat/Sophus/) is now used
344 internally for some Lie Algebra methods, and also exposed to the user as
345 `#include <mrpt/3rdparty/sophus/so3.hpp>`, etc. as part of mrpt-base
346  - \ref mrpt_bayes_grp
347  - [API change] `verbose` is no longer a field of
348 mrpt::bayes::CParticleFilter::TParticleFilterOptions. Use the
349 setVerbosityLevel() method of the CParticleFilter class itself.
350  - [API change] mrpt::bayes::CProbabilityParticle (which affects all
351 PF-based classes in MRPT) has been greatly simplified via usage of the new
352 mrpt::utils::copy_ptr<> pointee-copy-semantics smart pointer.
353  - \ref mrpt_graphs_grp
354  - New class mrpt::graphs::ScalarFactorGraph, a simple but extensible
355 linear GMRF solver. Refactored from mrpt::maps::CGasConcentrationGridMap2D, etc.
356  - \ref mrpt_gui_grp
357  - mrpt::gui::CWxGLCanvasBase is now derived from
358 mrpt::opengl::CTextMessageCapable so they can draw text labels
359  - New class mrpt::gui::CDisplayWindow3DLocker for exception-safe 3D
360 scene lock in 3D windows.
361  - \ref mrpt_hwdrivers_grp
362  - Using rplidar newest SDK 1.5.6 instead of 1.4.3, which support
363 rplidar A1 and rplidar A2
364  - mrpt::hwdrivers::CNTRIPEmitter can now also dump raw NTRIP data to
365 a file
366  - \ref mrpt_kinematics_grp
367  - New classes for 2D robot simulation:
368  - mrpt::kinematics::CVehicleSimul_DiffDriven
369  - mrpt::kinematics::CVehicleSimul_Holo
370  - New classes for 2D robot kinematic motion commands. See children
371 of mrpt::kinematics::CVehicleVelCmd
372  - \ref mrpt_maps_grp
373  - mrpt::maps::COccupancyGridMap2D::loadFromBitmapFile() correct
374 description of `yCentralPixel` parameter.
375  - mrpt::maps::CPointsMap `liblas` import/export methods are now in a
376 separate header. See \ref mrpt_maps_liblas_grp and \ref dep-liblas
377  - New class mrpt::maps::CRandomFieldGridMap3D
378  - New class mrpt::maps::CPointCloudFilterByDistance
379  - \ref mrpt_obs_grp
380  - [ABI change] mrpt::obs::CObservation2DRangeScan
381  - range scan vectors are now protected for safety.
382  - New getter/setter methods.
383  - backwards-compatible proxies added for read-only from range
384 scan members.
385  - [ABI change] mrpt::obs::CObservation3DRangeScan:
386  - Now uses more SSE2 optimized code
387  - Depth filters are now available for
388 mrpt::obs::CObservation3DRangeScan::unprojectInto() and
389 mrpt::obs::CObservation3DRangeScan::convertTo2DScan()
390  - New switch
391 mrpt::obs::CObservation3DRangeScan::EXTERNALS_AS_TEXT for runtime selection of
392 externals format.
393  - mrpt::obs::CObservation2DRangeScan now has an optional field for
394 intensity.
395  - mrpt::obs::CRawLog can now holds objects of arbitrary type, not
396 only actions/observations. This may be useful for richer logs aimed at
397 debugging.
398  - mrpt::obs::CObservationVelodyneScan::generatePointCloud() can now
399 generate the microseconds-precise timestamp for each individual point (new param
400 `generatePerPointTimestamp`).
401  - \ref mrpt_opengl_grp
402  - [ABI change] mrpt::opengl::CAxis now has many new options exposed
403 to configure its look.
404  - mrpt::opengl::CSetOfLines can now optionally show vertices as
405 dots.
406  - lib3DS is no longer shipped as an embedded version. A system
407 library in Linux is required to use mrpt::opengl::C3DSScene. Use
408 mrpt::opengl::CAssimpModel as a more powerful alternative.
409  - \ref mrpt_slam_grp
410  - [API change] mrpt::slam::CMetricMapBuilder::TOptions does not have
411 a `verbose` field anymore. It's supersedded now by the verbosity level of the
412 CMetricMapBuilder class itself.
413  - [API change] getCurrentMetricMapEstimation() renamed
414 mrpt::slam::CMultiMetricMapPDF::getAveragedMetricMapEstimation() to avoid
415 confusions.
416  - \ref mrpt_hwdrivers_grp
417  - mrpt::hwdrivers::CGenericSensor: external image format is now
418 `png` by default instead of `jpg` to avoid losses.
419  - [ABI change] mrpt::hwdrivers::COpenNI2Generic:
420  - refactored to expose more methods and allow changing
421 parameters via its constructor.
422  - Now supports reading from an IR, RGB and Depth channels
423 independenty.
424  - mrpt::hwdrivers::CHokuyoURG now can optionally return intensity
425 values.
426  - Deleted old, unused classes:
427  - mrpt::hwdrivers::CBoardIR
428  - mrpt::hwdrivers::CBoardDLMS
429  - mrpt::hwdrivers::CPtuHokuyo
430  - mrpt::hwdrivers::CHokuyoURG no longer as a "verbose" field. It's
431 superseded now by the COutputLogger interface.
432  - mrpt::hwdrivers::CActivMediaRobotBase and the embedded ARIA
433 library have been removed. Nowadays, one can access to ARIA robots via ROS
434 packages more easily than via MRPT.
435  - \ref mrpt_maps_grp
436  - mrpt::maps::CMultiMetricMapPDF added method
437 CMultiMetricMapPDF::prediction_and_update_pfAuxiliaryPFStandard().
438  - \ref mrpt_nav_grp
439  - New mrpt::nav::CWaypointsNavigator interface for waypoint
440 list-based navigation.
441  - [ABI & API change] PTG classes refactored (see new virtual base
442 class mrpt::nav::CParameterizedTrajectoryGenerator and its derived classes):
443  - Old classes `CPTG%d` have been renamed to describe each path
444 type. Old PTGs #6 and #7 have been removed for lack of practical use.
445  - New separate classes for PTGs based on numerically-integrated
446 paths and on closed-form formulations.
447  - Old deprecated method of PTGs `lambdaFunction()` removed.
448  - Parameters are no longer passed via a
449 mrpt::system::TParameters class, but via a mrpt::config::CConfigFileBase which
450 makes parameter passing to PTGs much more maintainable and consistent.
451  - PTGs now have a score_priority field to manually set hints
452 about preferences for path planning.
453  - PTGs are now mrpt::config::CLoadableOptions classes
454  - New classes:
455  - mrpt::nav::CMultiObjectiveMotionOptimizerBase
456  - \ref mrpt_graphslam_grp
457  - Extend mrpt-graphslam lib to execute simulated/real-time
458 graphSLAM. mrpt-graphslam supports 2D/3D execution of graphSLAM, utilizing
459  LaserScans, odometry information.
460  - Develop application `graphslam-engine` that executes graphSLAM via
461  the mrpt-graphslam lib
462  - mrpt::grpahslam::CGraphSlamEngine as the generic object that
463  manages graphSLAM, Node/Edge registration decider
464  classes under the mrpt::graphslam::deciders namesapce, optimizer
465  wrapper classes under mrpt::graphslam::optimizers
466  - Changes in build system:
467  - [Windows only] `DLL`s/`LIB`s now have the signature
468 `lib-${name}${2-digits-version}${compiler-name}_{x32|x64}.{dll/lib}`, allowing
469 several MRPT versions to coexist in the system PATH.
470  - [Visual Studio only] There are no longer `pragma comment(lib...)` in
471 any MRPT header, so it is the user responsibility to correctly tell user
472 projects to link against MRPT libraries. Normally, this is done with the
473 standard command `TARGET_LINK_LIBRARIES(MYTARGET ${MRPT_LIBS})`.
474  - Debian package: depends on libopenni-dev
475  - Optional dependency `liblas`: minimum required version is now 1.6.0
476 (Ubuntu Trusty or above).
477  - Update of embedded copy of nanoflann to version 1.2.0.
478  - New script for automated dumping stack traces on unit tests failures
479 (`tests/run_all_tests_gdb.sh`)
480  - Fix build against wxWidgets 3.1.*
481  - Embedded version of gtest upgraded to 1.8.0
482  - BUG FIXES:
483  - Fix inconsistent state after calling
484 mrpt::obs::CObservation3DRangeScan::swap()
485  - Fix SEGFAULT in mrpt::obs::CObservation3DRangeScan if trying to build
486 a pointcloud in an external container (mrpt::opengl, mrpt::maps)
487  - Fix mrpt::hwdrivers::CHokuyoURG can return invalid ray returns as
488 valid ranges.
489  - Fix PTG look-up-tables will always fail to load from cache files and
490 will re-generate (Closes [GitHub #243](https://github.com/MRPT/mrpt/issues/243))
491  - Fix mrpt::maps::COccupancyGridMap2D::simulateScanRay() fails to mark
492 out-of-range ranges as "invalid".
493  - Fix mrpt::io::CMemoryStream::Clear() after assigning read-only
494 memory blocks.
495  - Fix point into polygon checking not working for concave polygons. Now,
496 mrpt::math::TPolygon2D::contains() uses the winding number test which works for
497 any geometry.
498  - Fix inconsistent internal state after externalizing
499 mrpt::obs::CObservation3DRangeScan
500  - Fix a long outstanding bug regarding losing of keystroke events in
501 CDisplayWindow3D windows (Closes #13 again)
502  - Fix wrong units for negative numbers in mrpt::system::unitsFormat()
503  - Fix potential thread-unsafe conditions while inserting a
504 mrpt::obs::CObservation2DRangeScan into a pointmap with SSE2 optimizations
505 enabled.
506  - CStream: Fix memory leak if an exception (e.g. EOF) is found during
507 object deserialization.
508  - Fix a bug in the `onlyUniqueRobust` option for point cloud matching
509 (affecting CICP, etc.). Thanks [Shuo](https://github.com/ygzhangsoya)!
510 
511 <hr>
512 <a name="1.4.0">
513  <h2>Version 1.4.0: Released 22-APR-2016 </h2></a>
514  - <b>Most important changes:</b>
515  - Support for Velodyne LIDAR sensors.
516  - New minor version number due to changes in the API of these classes
517 (read details below): mrpt::obs::CObservationGPS, mrpt::hwdrivers::CGPSInterface
518  - [Python bindings](https://github.com/MRPT/mrpt/wiki/PythonBindings)
519 added for a subset of MRPT functionality (Thanks Peter Rudolph and Nikolaus
520 Demmel!)
521  - <b>Detailed list of changes:</b>
522  - New apps:
523  -
524 [gps2rawlog](http://www.mrpt.org/list-of-mrpt-apps/application-gps2rawlog/):
525 Application to parse raw dumps of a GPS (GNSS) receiver output.
526  -
527 [image2gridmap](http://www.mrpt.org/list-of-mrpt-apps/application-image2gridmap/):
528 Small tool to import any image as an MRPT gridmap object file (*.gridmap).
529  -
530 [velodyne-view](http://www.mrpt.org/list-of-mrpt-apps/application-velodyne-view/):
531 Application to test, visualize and grab data from a live Velodyne sensor or from
532 a PCAP record.
533  - Changes in apps:
534  -
535 [rawlog-grabber](http://www.mrpt.org/list-of-mrpt-apps/application-rawlog-grabber/):
536 Now does not show GPS and IMU debug data in console, unless
537 `MRPT_HWDRIVERS_VERBOSE` environment variable is set.
538  -
539 [rawlog-edit](http://www.mrpt.org/list-of-mrpt-apps/application-rawlog-edit/):
540 New operation: `--export-gps-all`
541  - Changes in libraries:
542  - \ref mrpt_base_grp
543  - [ABI change] mrpt::system::tokenize() new parameter
544 `skipBlankTokens`
545  - mrpt::utils::circular_buffer now has peek() methods
546  - Eigen::MatrixBase<Derived>::loadFromTextFile() now also
547 accepts `,` as column separator.
548  - New functions:
549  - mrpt::system::timestampAdd()
550  - mrpt::utils::compute_CRC32()
551  - mrpt::utils::saturate<>()
552  - mrpt::containers::CDynamicGrid<> now uses `double` instead of
553 `float` for all dimensions and coordinate computations.
554  - Priority with these functions now work properly in GNU/Linux;
555 though, see the notes in their documentation for required permissions:
556  - mrpt::system::changeCurrentProcessPriority()
557  - mrpt::system::changeThreadPriority()
558  - New classes/structures:
559  - mrpt::math::TPointXYZIu8, mrpt::math::TPointXYZRGBu8,
560 mrpt::math::TPointXYZfIu8, mrpt::math::TPointXYZfRGBu8
561  - \ref mrpt_hwdrivers_grp
562  - New class mrpt::hwdrivers::CVelodyneScanner
563  - mrpt::hwdrivers::CNTRIPEmitter now has a parameter to
564 enable/disable sending back the data from the serial port to the NTRIP caster.
565  - <b>[API changed]</b> mrpt::hwdrivers::CGPSInterface API
566 clean-up and made more generic so any stream can be used to parse GNSS messages,
567 not only serial ports.
568  - New class mrpt::hwdrivers::CStereoGrabber_Bumblebee_libdc1394
569 for capturing without PGR Flycapture but directly through libdc1394.
570  - Removed class mrpt::hwdrivers::CStereoGrabber_Bumblebee ,
571 superseded by mrpt::hwdrivers::CImageGrabber_FlyCapture2 which is capable of
572 both monocular and stereo grabbing.
573  - \ref mrpt_maps_grp
574  - New class mrpt::maps::CHeightGridMap2D_MRF
575  - New base class mrpt::maps::CHeightGridMap2D_Base
576  - mrpt::maps::COccupancyGridMap2D:
577  - New method
578 mrpt::maps::COccupancyGridMap2D::copyMapContentFrom()
579  - New likelihood parameter `LF_useSquareDist`
580  - New parameter
581 mrpt::maps::COccupancyGridMap2D::RAYTRACE_STEP_SIZE_IN_CELL_UNITS
582  - mrpt::maps::COccupancyGridMap2D::simulateScanRay() is now
583 ~40% (GCC) to ~250% (MSVC) faster by default.
584  - New method
585 mrpt::maps::COccupancyGridMap2D::laserScanSimulatorWithUncertainty()
586  - New method
587 mrpt::maps::CHeightGridMap2D::insertIndividualPoint()
588  - mrpt::maps::CMetricMap::compute3DMatchingRatio() has a
589 simplified API now
590  - \ref mrpt_obs_grp
591  - New class mrpt::obs::CObservationVelodyneScan
592  - mrpt::obs::CSinCosLookUpTableFor2DScans now can build a table
593 from a mrpt::obs::T2DScanProperties structure, which now also has its separate
594 header file for better modularity.
595  - <b>[API changed]</b> mrpt::obs::CObservationGPS now stores
596 only one message per objects. API clean-up and extended so the number of GNSS
597 message types is larger and more scalable.
598  - mrpt::obs::gnss: A new namespace with many new data structures
599 for GPS-related messages
600  - mrpt::obs::CObservation3DRangeScan: projection of RGBD images
601 to 3D points now correctly filters out invalid points, which were in previous
602 versions mapped as (0,0,0) points (relative to the sensor). In turn, this leads
603 to point clouds of a dynamic number of points. In case of needing the (u,v)
604 pixel coordinates of projected points, checkout the new fields `points3D_idxs_x`
605 & `points3D_idxs_y`.
606  - New class mrpt::obs::CObservation2DRangeScanWithUncertainty
607  - \ref mrpt_opengl_grp
608  - New class mrpt::opengl::CMesh3D to render 3D models/meshes
609  - New method
610 mrpt::opengl::CPointCloudColoured::recolorizeByCoordinate()
611  - \ref mrpt_slam_grp
612  - Small clean up of mrpt::slam::CICP API, add separate variable
613 to select covariance estimation method.
614  - \ref mrpt_topography_grp
615  - New function mrpt::topography::geocentricToENU_WGS84()
616  - \ref mrpt_vision_grp
617  - Removed the old GPL-licensed Hess SIFT implementation.
618  - mrpt::vision::CDifOdo has been refactored and now does faster
619 image pyramid computation (By Mariano Jaimez)
620  - mrpt::maps::CLandmarksMap changes:
621  - `beaconMaxRange` & `alphaRatio` parameters have been
622 removed since they were not used.
623  - New likelihood parameter `beaconRangesUseObservationStd`
624 to allow using different uncertainty values with each observation.
625  - Changes in build system:
626  - [Python
627 bindings](https://github.com/MRPT/mrpt/wiki/PythonBindings) added for a subset
628 of MRPT functionality (Thanks Peter Rudolph!)
629  - Code ported to support the new libftdi1-dev (Fixes Debian bug
630 #810368, GitHub issue #176)
631  - Fix building with gcc 6.0 (Closes Debian bug #811812)
632  - CMake new option: `DISABLE_MRPT_AUTO_CLASS_REGISTRATION` to reduce
633 the footprint of MRPT statically-linked programs.
634  - Fix building against wxWidgets 3.1
635  - BUG FIXES:
636  - mrpt::math::CQuaternion<> did not check for unit norm in Release
637 builds.
638  - Fix build errors against OpenCV 3.0.0+ without opencv_contrib
639 modules.
640  - mrpt::hwdrivers::CHokuyoURG now correctly handles opening both USB
641 and Ethernet Hokuyo devices (Closes Github issue #180)
642  - Fixed mrpt::comms::net::DNS_resolve_async() may SIGSEGV in slow
643 networks.
644  - mrpt::opengl::CMesh::updateColorsMatrix() did not ignore cells
645 masked out.
646  - Wrong weights used in mrpt::poses::CPosePDFSOG::getMean()
647  - Removed ad-hoc bias addition in range-only predictions in
648 landmarks maps.
649  - Error loading height map count in
650 mrpt::maps::TSetOfMetricMapInitializers (Closes GitHub issue <a
651 href="https://github.com/MRPT/mrpt/issues/205" >#205</a>.
652  - Fix "gray images" grabbed in Windows when capturing the render
653 output of 3D windows (Thanks Mariano J.T. & Christian Kerl from TUM!)
654  - Fix typos and wxWidgets align errors in RawLogViewer GUI (Closes
655 #219)
656  - mrpt::nav::CHolonomicND & mrpt::nav::CHolonomicVFF didn't use the
657 full range of output velocities.
658  - mrpt::img::CImage::loadFromFile() now does not leave the image in
659 undefined state if the load operation fails.
660  - mrpt::hwdrivers::CLMS100Eth failed to load "pose_yaw" parameter
661 from config file.
662  -
663 mrpt::obs::CObservation3DRangeScan::doDepthAndIntensityCamerasCoincide() did not
664 correctly return `false` for negative offsets between the camera poses.
665 
666 <hr>
667 <a name="1.3.2">
668  <h2>Version 1.3.2: Released 3-NOV-2015 </h2></a>
669  - Changes in Apps:
670  -
671 [rawlog-edit](http://www.mrpt.org/list-of-mrpt-apps/application-rawlog-edit/):
672  - New operation: `--list-poses`
673  - `--list-images` now also works with 3D range scans
674  - Changes in libraries:
675  - The library mrpt-srba has been moved out of MRPT and now is an
676 independent project: https://github.com/MRPT/srba
677  - \ref mrpt_base_grp
678  - mrpt::math::KDTreeCapable::TKDTreeSearchParams: Removed parameter
679 nChecks, which was ignored by nanoflann anyway.
680  - \ref mrpt_hwdrivers_grp
681  - mrpt::hwdrivers::CCameraSensor: Implemented OpenNI2 support for
682 CCameraSensor
683  - \ref mrpt_nav_grp
684  - mrpt::nav::CAbstractPTGBasedReactive: Maximum acceleration filter
685 (SPEEDFILTER_TAU) now follows paths better (Thanks to Steven Butner, UCSB/ECE)
686  - Changes in build system:
687  - `FIND_PACKAGE(MRPT)` will return libraries in the var
688 `MRPT_LIBRARIES`, following the CMake convention. The old variable name
689 `MRPT_LIBS` will be also returned for backward compatibility.
690  - BUG FIXES:
691  - Fix excessive width of paths drawn by
692 CMetricMapBuilderRBPF::drawCurrentEstimationToImage()
693  - Fix image distortion: k3 may be ignored. (Thanks to CBaiz)
694  - Fix Debian bugs.
695 
696 <hr>
697 <a name="1.3.1">
698  <h2>Version 1.3.1: Released 18-JUL-2015 </h2></a>
699  - Changes in apps:
700  -
701 [navlog-viewer](http://www.mrpt.org/list-of-mrpt-apps/application-navlog-viewer/):
702 Now shows more information on navigation logs.
703  - New app
704 [icp-slam-live](http://www.mrpt.org/list-of-mrpt-apps/application-icp-slam-live/):
705 Real-time ICP-SLAM with a LIDAR sensor.
706  - Changes in libraries:
707  - \ref mrpt_base_grp
708  - New helper templates: mrpt::utils::int_select_by_bytecount<>,
709 mrpt::uint_select_by_bytecount<>
710  - New methods to evaluate SO(2), SO(3), SE(2) and SE(3) averages and
711 weighted averages. See:
712  - Header <mrpt/poses/SO_SE_average.h>
713  - mrpt::poses::SO_average<2>, mrpt::poses::SO_average<3>
714  - mrpt::poses::SE_average<2>, mrpt::poses::SE_average<3>
715  - \ref mrpt_hwdrivers_grp
716  - New sensors supported:
717  - mrpt::hwdrivers::CIMUIntersense
718  - mrpt::hwdrivers::CSkeletonTracker
719  - New parameter
720 mrpt::hwdrivers::CHokuyoURG::m_disable_firmware_timestamp to override faulty
721 Hokuyo timestamps with PC time.
722  - mrpt::hwdrivers::CRoboPeakLidar::turnOn() and turnOff() now really
723 implement turning on/off the RPLidar motor.
724  - \ref mrpt_maps_grp
725  - New method mrpt::maps::COccupancyGridMap2D::getAsPointCloud()
726  - \ref mrpt_nav_grp
727  - Removed old base class CPathPlanningMethod
728  - CPathPlanningCircularRobot => mrpt::nav::PlannerSimple2D: Class
729 renamed (and better described) for consistency with other planners
730  - mrpt::nav::CReactiveNavigationSystem:
731  - Documentation has been added about all existing parameters,
732 and template config files provided as starting points.
733  - The loadConfigFile() method with 2 config files has been
734 deprecated favoring the newer, simpler single config file.
735  - The "ROBOT_NAME" parameter is no longer employed. A minor side
736 effect (probably affecting no one) is that PTG cache files are no longer named
737 differently for different robots.
738  - mrpt::nav::CParameterizedTrajectoryGenerator: New methods to save
739 and load trajectories to binary streams. Used to debug in navlog-viewer.
740  - \ref mrpt_obs_grp
741  - mrpt::obs::CObservation3DRangeScan now supports pixel labels
742 (semantic mapping, etc.)
743  - New class mrpt::obs::CObservationSkeleton to hold body tracking
744 information (by Francisco Angel Moreno)
745  - mrpt::obs::CObservationIMU has new data fields and fields are
746 better documented to reflect whether they refer to local/global coordinate
747 frames
748  - \ref mrpt_vision_grp
749  - mrpt::vision::CImageGrabber_dc1394: Changed default Bayer filter
750 from NEAREST to HQLINEAR
751  - BUG FIXES:
752  - Fix ocasional (false) failure of RANSAC unit tests due to their
753 non-deterministic nature.
754  - Fix build error with MSVC 2010 in mrpt-hmtslam (Closes #127).
755  - Fixed potential wrong bounding box results in
756 mrpt::maps::CPointsMap::boundingBox() when SSE2 optimization is enabled.
757  - mrpt::obs::CObservation6DFeatures: Fixed random crashes related to
758 non-aligned memory in 32bit builds (Fixes #141)
759  - Fix Debian bug
760 [#786349](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786349) on Eigen2
761 support.
762  - mrpt::hwdrivers::CIMUXSens_MT4: Fix crash in destructor of objects
763 not attached to a physical device.
764  - Fix wrong quaternion cross product when target variable is one of
765 the operands. Also affected the += operator of mrpt::poses::CPose3DQuat (Fixes
766 #148)
767  - mrpt::hwdrivers::CKinect with libfreenect driver: Fix potential
768 memory corruption.
769  - Fix a bug in mrpt::tfest::se3_l2_robust() that led to it returning
770 without trying to find a good consensus solution. It affected the demo app
771 kinect-3d-slam (Fixes #156)
772  - Fix wrong feature points in
773 CFeatureExtraction::extractFeaturesKLT() (Fixes #138)
774 
775 <hr>
776 <a name="1.3.0">
777  <h2>Version 1.3.0: Released 12-JAN-2015 </h2></a>
778  - <b>Most important changes:</b>
779  - Classes in libraries \ref mrpt_obs_grp and \ref mrpt_maps_grp now
780 belong to new namespaces (mrpt::obs, mrpt::maps) instead of the old mrpt::slam
781  - No more `using namespace`s polute MRPT headers. <b>Errors in user
782 projects</b> missing `using namespace XXX` that might be formerly masked will
783 now reveal. <b>This is a good thing</b>, though admitedly annoying...
784  - New library \ref mrpt_nav_grp, subsumming the old \ref
785 mrpt_reactivenav_grp.
786  - New library \ref mrpt_tfest_grp, a refactor of the old \ref
787 mrpt_scanmatching_grp.
788  - <b>Backwards compatible headers</b> have been provided to ease the
789 transition of user code for all those library changes. Warning messages will be
790 shown recommending deprecated replacements.
791  - <b>Detailed list of changes:</b>
792  - Lib changes:
793  - Clean up of the bad practice of `using namespace` in public scopes
794 of headers. May lead to user code failing for missing `using namespace`s which
795 were previously masked.
796  - Namespace "slam" deprecated in libraries mrpt-obs and mrpt-maps
797 (used for historical reasons):
798  - New namespaces \ref mrpt_obs_grp and \ref mrpt_maps_grp.
799  - #include files moved from old paths <mrpt/slam/...> =>
800 <mrpt/{obs,maps}/...>
801  - Backward compatible headers added in <mrpt/slam/...> until
802 mrpt 2.0.0
803  - New library \ref mrpt_nav_grp, subsumming the old mrpt-reactivenav
804 (\ref mrpt_reactivenav_grp).
805  - \ref mrpt_reactivenav_grp is now a meta-library, depending on \ref
806 mrpt_nav_grp.
807  - \ref mrpt_tfest_grp : Old library mrpt-scanmatching (\ref
808 mrpt_scanmatching_grp) has been refactored, its API clean-up, and renamed \ref
809 mrpt_tfest_grp
810  - \ref mrpt_scanmatching_grp is now a meta-library, depending on
811 \ref mrpt_tfest_grp.
812  - These classes have been moved between libs for a more sensible
813 organization:
814  - mrpt::slam::CDetectorDoorCrossing ==>
815 mrpt::detectors::CDetectorDoorCrossing
816  - mrpt::slam::CPathPlanningMethod & CPathPlanningCircularRobot:
817 \ref mrpt_slam_grp ==> \ref mrpt_nav_grp
818  - Build System / General changes:
819  - Many optimizations in function arguments (value vs ref). Forces
820 ABI incompatibility with previous versions, hence the change to a new minor
821 version number.
822  - Updated embedded version of Eigen to 3.2.3
823  - Kinect: Dropped support for the CL NUI API, which seems
824 discontinued. Alternatives in use are libfreenect and OpenNI2.
825  - libfreenect is now detected in the system and used instead of
826 compiling the embedded copy of it.
827  - Embedded copy of libfreenect has been updated to (23/oct/2014). It
828 now supports "Kinect for Windows".
829  - More selective linking of .so files to avoid useless dependencies
830 (Fixes #52).
831  - (Windows only) MRPT can now be safely built with libusb support
832 (Freenect, Kinect,...) and it will run on systems without libusb installed, by
833 means of /DELAYLOAD linking flags.
834  - More unit tests.
835  - Changes in classes:
836  - [mrpt-base]
837  - New function mrpt::math::angDistance()
838  - [mrpt-hwdrivers]
839  - mrpt::hwdrivers::CIMUXSens_MT4: (by Joe Burmeister for Suave
840 Aerial Software)
841  - Upgrade to latest XSens SDK 4.2.1. Requires libudev-dev in
842 Linux
843  - Add GPS observations to CIMUXSens_MT4 for Xsens devices
844 like GTi-G-700 which have GPS
845  - mrpt::hwdrivers::CImageGrabber_dc1394: Length of ring buffer
846 is now configurable via TCaptureOptions_dc1394::ring_buffer_size
847  - [mrpt-maps]
848  - Important refactor of internal code related to
849 mrpt::maps::CMultiMetricMap:
850  - All maps (derived from mrpt::maps::CMetricMap) now have a
851 more uniform interface.
852  - Each map now has a `MapDefinition` structure with all its
853 parameters. See docs for mrpt::maps::TMetricMapInitializer
854  - Introduced mrpt::maps::TMapGenericParams to hold
855 parameters shared in all maps.
856  - [mrpt-obs]
857  - CObservation::getDescriptionAsText(): New virtual method to
858 obstain a textual description of observations. Refactoring of messy code
859 previously in the RawLogViewer app.
860  - [mrpt-vision]
861  - mrpt::vision::CFeatureExtraction: Removed (unused) optional
862 ROI parameter in detectors.
863  - BUG FIXES:
864  - mrpt::poses::CRobot2DPoseEstimator could estimate wrong angular
865 velocities for orientations near +-180deg.
866  - mrpt::system::CDirectoryExplorer::sortByName() didn't sort in
867 descending order
868  - Fixed crashes from MATLAB .mex files:
869 mrpt::system::registerFatalExceptionHandlers() has no longer effect, and will be
870 removed in future releases. (Thanks to Jesús Briales García for all the
871 testing!)
872  - Fixed potential crash for Eigen unaligned memory access in 32bit
873 builds in mrpt::slam::CGridMapAligner and other places ([Closes
874 #94](https://github.com/MRPT/mrpt/issues/94))
875 
876 <hr>
877 <a name="1.2.2">
878  <h2>Version 1.2.2: Released 12-SEP-2014 </h2></a>
879  - Changes in apps:
880  - <a
881 href="http://www.mrpt.org/list-of-mrpt-apps/application-sceneviewer3d/"
882 >SceneViewer3D</a>:
883  - New menu "File" -> "Import" -> "3D model" which supports many
884 standard formats (via mrpt::opengl::CAssimpModel)
885  - New classes:
886  - [mrpt-hwdrivers]
887  - mrpt::hwdrivers::CRoboPeakLidar to interface Robo Peak LIDAR
888 scanners.
889  - [mrpt-opengl]
890  - mrpt::opengl::CAssimpModel for rendering complex 3D models (many
891 supported formats) in OpenGL scenes.
892  - Changes in classes:
893  - Consistency in all "laser scan" classes: angular increments between
894 rays are now FOV/(N-1) instead of FOV/N.
895  - [mrpt-base]
896  - New method mrpt::img::CImage::loadTGA()
897  - *IMPORTANT*: Changed behavior of CSerializable/CObject macros (see
898 bugfix below), introducing the new macros DEFINE_SERIALIZABLE_POST_*. May
899 require changes in user code if serializable classes are defined:
900  - Previous version:
901  \code
902  DEFINE_SERIALIZABLE_PRE_*(...)
903  class XXX {
904  DEFINE_SERIALIZABLE(XXX)
905  };
906  \endcode
907  - Must be changed in this version to:
908  \code
909  DEFINE_SERIALIZABLE_PRE_*(...)
910  class XXX {
911  DEFINE_SERIALIZABLE(XXX)
912  };
913  DEFINE_SERIALIZABLE_POST_*(...)
914  \endcode
915  - [mrpt-hwdrivers]
916  - Bumblebee2 Linux support in
917 mrpt::hwdrivers::CImageGrabber_FlyCapture2 via Triclops (by Jesus Briales)
918  - [mrpt-maps]
919  - New method mrpt::maps::COccupancyGridMap2D::getRawMap()
920  - New method
921 mrpt::maps::CColouredPointsMap::getPCLPointCloudXYZRGB()
922  - [mrpt-opengl]
923  - mrpt::opengl::CWxGLCanvasBase (affects all 3D rendering classes):
924 better handling of internal timers for smoother updates while rendering in
925 multithreading apps.
926  - [mrpt-srba]
927  - New method to recover the global coordinates graph-slam problem
928 for a RBA map: mrpt::srba::RbaEngine::get_global_graphslam_problem() (see
929 example
930 [MRPT]\samples\srba-examples\srba-tutorials\tutorial-srba-how-to-recover-global-map.cpp)
931  - BUG FIXES:
932  - mrpt::img::CImage constructor from a matrix crashed.
933  - Unit tests: Named semaphores are not tested anymore if it's detected
934 that the kernel version doesn't support them (Fix Debian 758725).
935  - mrpt::synch::CSemaphore [Linux]: didn't call sem_unlink().
936  - mrpt::gui::CDisplayWindow3D didn't implement get/set FOV.
937  - Valgrind: Fixed potential unaligned memory access warning in point
938 clouds.
939  - Fix build error with AppleClang 5.1 (Closes #71).
940  - mrpt::utils::CClientTCPSocket: Use a connection success check that
941 works on all platforms
942  - Important bug fixed regarding a missing dynamic_cast<> in smart
943 pointers casting. See above possible implications in user code. properly (Patch
944 by Joe Burmeister).
945 
946 <hr>
947 <a name="1.2.1">
948  <h2>Version 1.2.1: Released 10-JUL-2014 </h2></a>
949  - Changes in classes:
950  - [mrpt-base]
951  - All points and poses now have a method setToNaN(), e.g.
952 mrpt::poses::CPose3D::setToNaN()
953  - [mrpt-hwdrivers]
954  - mrpt::hwdrivers::COpenNI2Sensor now has better support for opening
955 several RGBD cameras (by Kenzaburo Miyawaki & Eduardo Fernandez)
956  - Build system:
957  - Fix compilation of SRBA with DEBUG_GARBAGE_FILL_ALL_NUMS=1
958  - Fix de-serialization error in mrpt::reactivenav::CLogFileRecord (and
959 new unit tests added to avoid regressions).
960  - Several Debian bugs closed (see packaging/debian/changelog), including
961 build errors in uncommon platforms (MIPS, kFreeBSD, etc.)
962 
963 <hr>
964 <a name="1.2.0">
965  <h2>Version 1.2.0: Released 25-JUN-2014 </h2></a>
966  - <b>Most important changes:</b>
967  - Public header files (.h) have undergone a serious refactoring to
968 minimize unnecesary dependencies and reduce compile time and memory as much as
969 possible. As a side effect, user code might need to add new #include<> lines.
970 This change justifies the new minor version series 1.2.X.
971  - MRPT now cleanly builds in clang and OSX.
972  - Support for new camera drivers (OpenNI2, DUO3D).
973  - Many bug fixes.
974  - <b>Detailed list of changes:</b>
975  - Changes in apps:
976  - [rawlog-edit](http://www.mrpt.org/Application%3Arawlog-edit):
977  - New operations: --export-odometry-txt, --recalc-odometry
978  - New flag: --rectify-centers-coincide
979  - New examples:
980  - kitti_dataset2rawlog
981  - New classes:
982  - [mrpt-base]
983  - mrpt::math::ContainerType<CONTAINER>::element_t to allow
984 handling either Eigen or STL containers seamlessly.
985  - mrpt::config::CConfigFilePrefixer
986  - [mrpt-hwdrivers]
987  - mrpt::hwdrivers::COpenNI2Sensor: Interface to OpenNI2 cameras,
988 capable of reading from an array of OpenNI2 RGBD cameras (By Eduardo Fernandez)
989  - mrpt::hwdrivers::CDUO3DCamera: Interface to DUO3D cameras (By
990 Francisco Angel Moreno)
991  - mrpt::hwdrivers::CGPS_NTRIP: A combination of GPS receiver +
992 NTRIP receiver capable of submitting GGA frames to enable RTCM 3.0
993  - [mrpt-obs]
994  - mrpt::obs::CObservation6DFeatures
995  - Changes in classes:
996  - [mrpt-base]
997  - Robust kernel templates moved from mrpt::vision to mrpt::math.
998 See mrpt::math::RobustKernel<>. Added unit tests for robust kernels.
999  - mrpt::poses::CPose3D has new SE(3) methods:
1000 mrpt::poses::CPose3D::jacob_dexpeD_de(),
1001 mrpt::poses::CPose3D::jacob_dAexpeD_de()
1002  - More efficient mrpt::utils::OctetVectorToObject() (avoid
1003 memory copy).
1004  - Fixed const-correctness of mrpt::img::CImage::forceLoad() and
1005 mrpt::img::CImage::unload()
1006  - [mrpt-hwdrivers]
1007  - mrpt::hwdrivers::CCameraSensor: Added a hook for user code to
1008 run before saving external image files:
1009 mrpt::hwdrivers::CCameraSensor::addPreSaveHook()
1010  - mrpt::hwdrivers::CNationalInstrumentsDAQ now supports analog
1011 and digital outputs.
1012  - New method mrpt::hwdrivers::CNTRIPClient::sendBackToServer()
1013  - [mrpt-srba]
1014  - Now also implements SE(3) relative graph-slam.
1015  - [mrpt-vision]
1016  - mrpt::vision::checkerBoardStereoCalibration: More robust
1017 handling of stereo calibration patterns. OpenCV sometimes detects corners in the
1018 wrong order between (left/right) images, so we detect the situation and fix it.
1019  - mrpt::vision::findMultipleChessboardsCorners():
1020  - Now enforces a consistent counterclockwise XYZ coordinate
1021 frame at each detected chessboard.
1022  - Much more robust in distingishing quads of different
1023 sizes.
1024  - Build system / public API:
1025  - Fixes to build in OS X -
1026 [Patch](https://gist.github.com/randvoorhies/9283072) by Randolph Voorhies.
1027  - Removed most "using namespace" from public headers, as good
1028 practice.
1029  - Refactoring of MRPT headers.
1030  - <mrpt/utils/stl_extensions.h> has been split into:
1031  - <mrpt/serialization/stl_serialization.h>
1032  - <mrpt/containers/circular_buffer.h>
1033  - <mrpt/utils/list_searchable.h>
1034  - <mrpt/containers/bimap.h>
1035  - <mrpt/utils/map_as_vector.h>
1036  - <mrpt/containers/traits_map.h>
1037  - <mrpt/serialization/stl_serialization.h>
1038  - <mrpt/containers/printf_vector.h>
1039  - <mrpt/containers/stl_containers_utils.h>
1040  - <mrpt/utils/ci_less.h>
1041  - Deleted methods and functions:
1042  - mrpt::system::breakpoint()
1043  - mrpt::vector_float is now mrpt::math::CVectorFloat,
1044 mrpt::vector_double is mrpt::math::CVectorDouble, for name consistency. Also,
1045 using Eigen::VectorXf is preferred for new code.
1046  - mrpt::CImage::rectifyImage() with parameters as separate
1047 vectors.
1048  - mrpt::maps::CPointsMap::getPoint() with mrpt::poses::CPoint3D
1049 arguments.
1050  - mrpt::vision::correctDistortion() -> use CImage method instead
1051  - All previous deprecated functions.
1052  - Embedded Eigen updated to version 3.2.1
1053 [(commit)](https://github.com/MRPT/mrpt/commit/47913da94a27e98a9115f85b2a530b6c14a10b8f)
1054 [(commit)](https://github.com/MRPT/mrpt/commit/33258761d3b75bf133d38aecb257c64e4d76b21e)
1055  - BUG FIXES:
1056  - RawlogViewer app: Fixed abort while converting SF->obs.only
1057 datasets when there is no odometry.
1058  - mrpt::obs::CSensoryFrame: The cached point map is now invalidated
1059 with any change to the list of observations so it's rebuild upon next call.
1060  - New implementation of mrpt::synch::CSemaphore avoids crashes in OS
1061 X - by Randolph Voorhies.
1062  - mrpt::opengl::CArrow was always drawn of normalized length.
1063  - FlyCapture2 monocular & stereo cameras could return an incorrect
1064 timestamp (only in Linux?).
1065  - mrpt::system::createDirectory() returned false (error) when the
1066 directory already existed.
1067  - mrpt::vision::CStereoRectifyMap::rectify() didn't update the left
1068 & right camera poses inside mrpt::obs::CObservationStereoImages objects while
1069 rectifying.
1070  - RawLogViewer: Operation "convert to SF format" didn't take into
1071 account odometry observations.
1072  - Fix build errors with GCC 4.9
1073  - Fix crash of mrpt::hwdrivers::CIMUXSens_MT4's destructor when it
1074 fails to scan and open a device.
1075  - Fix potential crash in
1076 mrpt::slam::data_association_full_covariance with JCBB when no individually
1077 compatible matching exists
1078 [(commit)](https://github.com/MRPT/mrpt/commit/482472ebd80a3484dce63d294b1ac4e8f001e1eb)
1079 
1080 <hr>
1081  <a name="1.1.0">
1082  <h2>Version 1.1.0: Released 22-FEB-2014 </h2></a>
1083  - New apps:
1084  -
1085 [DifOdometry-Camera](http://www.mrpt.org/list-of-mrpt-apps/application-difodometry-camera).
1086 (By Mariano Jaimez Tarifa)
1087  -
1088 [DifOdometry-Datasets](http://www.mrpt.org/list-of-mrpt-apps/application-difodometry-datasets).
1089 (By Mariano Jaimez Tarifa)
1090  - New classes:
1091  - [mrpt-base]
1092  - mrpt::synch::CPipe: OS-independent pipe support.
1093  - [mrpt-hwdrivers]
1094  - mrpt::hwdrivers::CIMUXSens_MT4 : Support for 4th generation xSens
1095 MT IMU devices.
1096  - mrpt::hwdrivers::CNationalInstrumentsDAQ: Support for acquisition
1097 boards compatible with National Instruments DAQmx Base -
1098 [(commit)](https://github.com/MRPT/mrpt/commit/a82a7e37997cfb77e7ee9e903bdb2a55e3040b35).
1099  - mrpt::hwdrivers::CImageGrabber_FlyCapture2: Support for Point Grey
1100 Research's cameras via the FlyCapture2 libray -
1101 [(commits)](https://github.com/MRPT/mrpt/pull/5/commits).
1102  - [mrpt-maps]
1103  - There are now two versions of octomaps (by Mariano Jaimez
1104 Tarifa/Jose Luis Blanco) -
1105 [(commit)](http://code.google.com/p/mrpt/source/detail?r=3443)
1106  - mrpt::maps::COctoMap (only occupancy)
1107  - mrpt::maps::CColouredOctoMap (occupancy + RGB color)
1108  - [mrpt-obs]
1109  - mrpt::obs::CObservationRawDAQ, a placeholder for raw and generic
1110 measurements from data acquisition devices. -
1111 [(commit)](http://code.google.com/p/mrpt/source/detail?r=3459)
1112  - [mrpt-opengl]
1113  - mrpt::opengl::CMeshFast, an open gl object that draws a "mesh" as
1114 a structured point cloud which is faster to render (by Mariano Jaimez Tarifa).
1115 -[(commit)](https://github.com/MRPT/mrpt/commit/9306bb4a585387d4c85b3f6e41dd2cbe5a354e80)
1116  - mrpt::opengl::CVectorField2D, an opengl object that shows a 2D
1117 Vector Field (by Mariano Jaimez Tarifa). -
1118 [(commit)](http://code.google.com/p/mrpt/source/detail?r=3461)
1119  - [mrpt-reactivenav]
1120  - mrpt::reactivenav::CAbstractPTGBasedReactive, as part of a large
1121 code refactoring of these classes:
1122 [(commit)](https://github.com/MRPT/mrpt/pull/4)
1123  - mrpt::reactivenav::CReactiveNavigationSystem
1124  - mrpt::reactivenav::CReactiveNavigationSystem3D
1125  - [mrpt-vision]
1126  - mrpt::vision::CDifodo, a class which implements visual odometry
1127 based on depth images and the "range flow constraint equation". (by Mariano
1128 Jaimez Tarifa) -
1129 [(commit)](https://github.com/MRPT/mrpt/commit/e6ab5595f70cb889d07658c0b540c27e495a1cfb)
1130  - Changes in classes:
1131  - Clean up and slight optimization of metric map matching API: -
1132 [(commit)](http://code.google.com/p/mrpt/source/detail?r=3446)
1133  - <b>Methods marked as deprecated: </b>
1134  - mrpt::maps::CMetricMap::computeMatchingWith2D() -->
1135 mrpt::maps::CMetricMap::determineMatching2D()
1136  - mrpt::maps::CMetricMap::computeMatchingWith3D() -->
1137 mrpt::maps::CMetricMap::determineMatching3D()
1138  - New structures:
1139  - mrpt::slam::TMatchingParams
1140  - mrpt::slam::TMatchingExtraResults
1141  - mrpt::maps::CPointsMap::TInsertionOptions now have methods to
1142 save/load from binary streams, making more maintainable the serialization of
1143 point maps -
1144 [(commit)](https://github.com/MRPT/mrpt/commit/544d439c3462228b07344142de68e5bc10c1a2e3)
1145  - New options in point maps:
1146 mrpt::maps::CPointsMap::TInsertionOptions::insertInvalidPoints -
1147 [(commit)](https://github.com/MRPT/mrpt/pull/8)
1148  - mrpt::obs::CObservationIMU now includes data fields for 3D
1149 magnetometers and altimeters. -
1150 [(commit)](http://code.google.com/p/mrpt/source/detail?r=3451)
1151  - Method renamed mrpt::utils::CEnhancedMetaFile::selectVectorTextFont()
1152 to avoid shadowing mrpt::CCanvas::selectTextFont()
1153  - mrpt::reactivenav::CParameterizedTrajectoryGenerator: New methods:
1154  -
1155 mrpt::reactivenav::CParameterizedTrajectoryGenerator::inverseMap_WS2TP() for
1156 inverse look-up of WS to TP space -
1157 [(commit)](https://github.com/MRPT/mrpt/commit/4d04ef50e3dea581bed6287d4ea6593034c47da3)
1158  -
1159 mrpt::reactivenav::CParameterizedTrajectoryGenerator::renderPathAsSimpleLine() -
1160 [(commit)](https://github.com/MRPT/mrpt/commit/a224fc2489ad00b3ab116c84e8d4a48532a005df)
1161  - Changed the signature of
1162 mrpt::reactivenav::build_PTG_collision_grids() to become more generic for 2D
1163 & 2.5D PTGs -
1164 [(commit)](https://github.com/MRPT/mrpt/commit/7bd68e49a4ba3bf08f194678787816c65de1d685)
1165  - Deleted classes:
1166  - mrpt::utils::CEvent, which was actually unimplemented (!)
1167  - mrpt::hwdrivers::CInterfaceNI845x has been deleted. It didn't offer
1168 features enough to justify a class.
1169  - New examples:
1170  - [MRPT]/samples/threadsPipe
1171  - [MRPT]/samples/NIDAQ_test
1172  - [MRPT]/openNI2_RGBD_demo (by Mariano Jaimez Tarifa)
1173  - [MRPT]/openNI2_proximity_demo (by Mariano Jaimez Tarifa)
1174  - Build system:
1175  - Fixed compilation with clang.
1176  - Fixed building against OpenCV 3.0.0 (GIT head)
1177  - Updated to the latest nanoflann 1.1.7.
1178  - Updated to Eigen 3.2.0 -
1179 [(commit)](http://code.google.com/p/mrpt/source/detail?r=3455)
1180  - Binary packages for Windows now include .pdb files to help debugging
1181 with Visual Studio.
1182  - BUG FIXES:
1183  - Fixed potential infinity loop in mrpt::math::make_vector<1,T>()
1184  - Fixed build error with GCC when experimental parallelization is
1185 enabled. [(commit)](http://code.google.com/p/mrpt/source/detail?r=3441)
1186  - mrpt::reactivenav::CReactiveNavigationSystem complained about missing
1187 config variables ROBOTMODEL_TAU & ROBOTMODEL_DELAY, which were removed in
1188 MRPT 1.0.2 - [(commit)](http://code.google.com/p/mrpt/source/detail?r=3452)
1189  - Fixed potential mem alignment errors (Eigen's UnalignedArrayAssert) in
1190 SRBA for 32bit builds.
1191 [(commit)](http://code.google.com/p/mrpt/source/detail?r=3457)
1192  - mrpt::topography::geodeticToENU_WGS84() and related functions used a
1193 local +Z axis aligned to the line towards the Earth center; now the Z axis
1194 points normally to the ellipsoid surface. The difference with the previous
1195 behavior is small but may be of a few millimeters for each meter from the
1196 reference point. [(commit)](http://code.google.com/p/mrpt/source/detail?r=3473)
1197  - Potential crash when setting mpPolygon::setPoints() with empty vectors
1198 - [(commit)](http://code.google.com/p/mrpt/source/detail?r=3478)
1199  - mrpt::reactivenav::CReactiveNavigationSystem and
1200 mrpt::reactivenav::CReactiveNavigationSystem3D didn't obey the
1201 "enableConsoleOutput" constructor flag -
1202 [(commit)](https://github.com/MRPT/mrpt/commit/db7b0e76506af2c24f119a28443a1e8f1a217861)
1203  - mrpt::synch::CSemaphore::waitForSignal() : Fixed error when thread got
1204 an external signal
1205 [(commit)](https://github.com/MRPT/mrpt/commit/511e95f03480537ff18ad2cad178c504b1cfbb53)
1206 
1207  <hr>
1208  <a name="1.0.2">
1209  <h2>Version 1.0.2: Released 2-AUG-2013 (SVN 3435) </h2></a>
1210  - New apps:
1211  -
1212 [ReactiveNav3D-Demo](http://www.mrpt.org/Application%3AReactiveNav3D-Demo) (By
1213 Mariano Jaimez Tarifa)
1214  - Changes in apps:
1215  - [rawlog-edit](http://www.mrpt.org/Application%3Arawlog-edit):
1216  - New operations: --list-timestamps, --remap-timestamps,
1217 --export-2d-scans-txt, --export-imu-txt
1218  - New classes:
1219  - [mrpt-base]
1220  - mrpt::poses::CPose3DRotVec is now fully implemented (By Francisco
1221 Angel Moreno).
1222  - [mrpt-opengl]
1223  - mrpt::opengl::CLight - OpenGL scenes now allow customization of
1224 OpenGL lighting. See also new lighting methods in mrpt::opengl::COpenGLViewport
1225 - <a href="http://code.google.com/p/mrpt/source/detail?r=3409" >r3409</a>
1226  - [mrpt-reactivenav]
1227  - mrpt::reactivenav::CReactiveNavigationSystem3D - By Mariano Jaimez
1228 Tarifa - <a href="http://code.google.com/p/mrpt/source/detail?r=3389" >r3389</a>
1229  - New functions:
1230  - [mrpt-opengl]
1231  - mrpt::opengl::stock_objects::RobotRhodon()
1232  - Changes in classes:
1233  - [mrpt-base]
1234  - Generic particle filter classes now allow directly resampling to a
1235 dynamic number of particles. Affected methods: - <a
1236 href="http://code.google.com/p/mrpt/source/detail?r=3381" >r3381</a>
1237  - mrpt::bayes::CParticleFilterCapable::performResampling()
1238  - mrpt::bayes::CParticleFilterCapable::computeResampling()
1239  - New method: CImage::loadFromXPM() - <a
1240 href="http://code.google.com/p/mrpt/source/detail?r=3397" >r3397</a>
1241  - [mrpt-maps]
1242  - mrpt::maps::COctoMap now exposes the inner octomap::OcTree object.
1243 See example samples/octomap_simple - <a
1244 href="http://code.google.com/p/mrpt/source/detail?r=4304" >r4304</a>
1245  - [mrpt-openg]
1246  - mrpt::opengl::CBox now be also rendered as a solid box + line
1247 borders. See mrpt::opengl::CBox::enableBoxBorder()
1248  - mrpt::opengl::COctoMapVoxels - <a
1249 href="http://code.google.com/p/mrpt/source/detail?r=4329" >r4329</a>
1250  - Fixed calculation of normals (fix shading)
1251  - Added new coloring scheme to
1252 mrpt::opengl::COctoMapVoxels::visualization_mode_t : "FIXED"
1253  - By default, light effects are disabled in this object, because
1254 shadows aren't computed anyway and the effect isn't pleasant.
1255  - Voxels cubes are sorted in ascending Z order so the visual
1256 effect is correct when rendering with transparency.
1257  - [mrpt-reactivenav]
1258  - mrpt::reactivenav::CParameterizedTrajectoryGenerator: The "low
1259 pass filter" has been removed since it wasn't practical and was never used;
1260 thus, parameters "TAU" and "DELAY" has been removed. - <a
1261 href="http://code.google.com/p/mrpt/source/detail?r=3395" >r3395</a>
1262  - Methods removed since they weren't implemented in any derived
1263 class and there are no plans for doing it.
1264  - mrpt::reactivenav::CReactiveNavigationSystem ::evaluate()
1265  - mrpt::reactivenav::CReactiveNavigationSystem ::setParams()
1266  - Build system:
1267  - Updated to nanoflann 1.1.7: ICP is ~5% faster.
1268  - More unit tests:
1269  - [mrpt-base] geometry module.
1270  - BUG FIXES:
1271  - CTimeLogger::registerUserMeasure() ignored the enable/disable state of
1272 the logger - <a href="http://code.google.com/p/mrpt/source/detail?r=3382"
1273 >r3382</a>
1274  - mrpt-srba: SEGFAULT in 32bit builds due to missing
1275  - <a
1276 href="http://code.google.com/p/mrpt/source/detail?r=3429" >r3429</a>
1277 
1278  <br/>
1279  <hr>
1280  <a name="1.0.1">
1281  <h2>Version 1.0.1: Released 12-MAY-2013 (SVN 3370) </h2></a>
1282  - Changes in apps:
1283  - <a href="http://www.mrpt.org/Application%3ARawLogViewer"
1284 >RawLogViewer</a>:
1285  - Better description of the "too much memory used" warning while
1286 loading large datasets.
1287  - <a href="http://www.mrpt.org/Application%3Arobotic-arm-kinematics"
1288 >robotic-arm-kinematics</a>:
1289  - Now allows changing the orientation of the first DOF (X,Y,Z).
1290  - New classes:
1291  - [mrpt-hwdrivers]
1292  - mrpt::hwdrivers::CInterfaceNI845x: An interface for this USB
1293 SPI/I2C data acquisition board.
1294  - mrpt::hwdrivers::CCANBusReader: A class to record CAN bus frames
1295 with a CAN232 converter.
1296  - [mrpt-obs]
1297  - mrpt::obs::CObservationCANBusJ1939
1298  - New functions:
1299  - New opengl_stock objects:
1300  - mrpt::opengl::stock_objects::Hokuyo_URG()
1301  - mrpt::opengl::stock_objects::Hokuyo_UTM()
1302  - mrpt::opengl::stock_objects::Househam_Sprayer()
1303  - mrpt::math::saveEigenSparseTripletsToFile() - <a
1304 href="http://code.google.com/p/mrpt/source/detail?r=3351" >r3351</a>
1305  - New examples:
1306  - gmrf_map_demo
1307  - Changes in classes:
1308  - [mrpt-maps]
1309  - mrpt::maps::COccupancyGridMap2D now also evalutes likelihoods for
1310 sonar-like observations (mrpt::obs::CObservationRange), allowing particle-filter
1311 localization with these sensors - <a
1312 href="http://code.google.com/p/mrpt/source/detail?r=3330" >r3330</a>
1313  - New method
1314 mrpt::slam::CRandomFieldGridMap2D::insertIndividualReading()
1315  - [mrpt-kinematics]
1316  - mrpt::kinematics::CKinematicChain: Now allows changing the
1317 orientation of the first DOF (X,Y,Z).
1318  - Removed stuff:
1319  - Backwards-compatibility typedef mrpt::vision::TKLTFeatureStatus has
1320 been removed. Replace with mrpt::vision::TFeatureTrackStatus
1321  - KLT-specific values for mrpt::vision::TFeatureTrackStatus has been
1322 removed, since they were not used in detected features anyway.
1323  - Build system:
1324  - Fixed a potential build error if including FFMPEG's <time.h> instead
1325 of the standard header - <a
1326 href="http://code.google.com/p/mrpt/source/detail?r=3316" >r3316</a>
1327  - Fixed determination of GCC version for all GCC builds - <a
1328 href="http://code.google.com/p/mrpt/source/detail?r=3324" >r3324</a>
1329  - Updated to Eigen 3.1.3 - <a
1330 href="http://code.google.com/p/mrpt/source/detail?r=3349" >r3349</a>
1331  - Updated to nanoflann 1.1.5
1332  - BUG FIXES:
1333  - Unit tests "SchurTests" for mrpt-srba incorrectly reported errors due
1334 to an improperly initialized reference to a local variable - <a
1335 href="http://code.google.com/p/mrpt/source/detail?r=3318" >r3318</a>
1336  - Debian packages: added missing binary deps for libmrpt-dev - <a
1337 href="http://code.google.com/p/mrpt/source/detail?r=3335" >r3335</a>
1338 
1339  <hr>
1340  <a name="1.0.0">
1341  <h2>Version 1.0.0: Released 1-MAR-2013 (SVN 3287) </h2></a>
1342  - <b>Most important changes:</b>
1343  - New library with a flexible implementation of Sparser Relative Bundle
1344 Adjustment (RBA), as presented in ICRA 2013: <a href="http://www.mrpt.org/srba"
1345 >mrpt-srba</a>.
1346  - New library for Plane-based Maps: <a
1347 href="group__mrpt__pbmap__grp.html" >mrpt-pbmap</a> (also presented in ICRA
1348 2013).
1349  - Some MRPT modules are now header-only libraries.
1350  - Support for a new Octomap metric map, via the octomap library. See
1351 mrpt::maps::COctoMap and detailed changes below.
1352  - Support for importing/exporting point clouds in the standard LAS
1353 format (Look for liblas below).
1354  - Better support for custom builds of MRPT (selective building of
1355 individual apps and libs, etc.)
1356  - Ready for Visual Studio 2012 and GCC 4.7
1357  - From now on, MRPT is released under the "New BSD" license.
1358  - Many bug fixes.
1359  - <b>Detailed list of changes:</b>
1360  - New apps:
1361  - <a
1362 href="http://www.mrpt.org/list-of-mrpt-apps/application-srba-slam"
1363 >srba-slam</a>: A command-line frontend for the Relative Bundle Adjustment
1364 engine in mrpt-srba.
1365  - <a
1366 href="http://www.mrpt.org/list-of-mrpt-apps/application-holonomic-navigator-demo"
1367 >holonomic-navigator-demo</a>
1368  - <a
1369 href="http://www.mrpt.org/list-of-mrpt-apps/application-robotic-arm-kinematics"
1370 >robotic-arm-kinematics</a>: A GUI for experimenting with Denavit-Hartenberg
1371 parameters.
1372  - Changes in apps:
1373  - <a href="http://www.mrpt.org/Application%3Anavlog-viewer"
1374 >navlog-viewer</a>:
1375  - Fixed some minor visualization errors.
1376  - <a href="http://www.mrpt.org/Application%3ARawLogViewer"
1377 >RawLogViewer</a>:
1378  - Import sequence of images as rawlog: Didn't detect "png" file
1379 extension as images - <a
1380 href="http://code.google.com/p/mrpt/source/detail?r=2940" >r2940</a> - Closes <a
1381 href="http://code.google.com/p/mrpt/issues/detail?id=34" >#34</a>
1382  - The GUI toolbar has been ported from wxWidget's ToolBar to
1383 sets of wxCustomButton's to avoid visualization problems in wx 2.9.X - <a
1384 href="http://code.google.com/p/mrpt/source/detail?r=2950" >r2950</a>
1385  - <a
1386 href="http://www.mrpt.org/list-of-mrpt-apps/application-ReactiveNavigationDemo"
1387 >ReactiveNavigationDemo</a>:
1388  - The default holonomic navigation method is now the VFF, since
1389 after the last bug fixes and tunes it seems to work quite well.
1390  - <a href="http://www.mrpt.org/Application%3ASceneViewer"
1391 >SceneViewer3D</a>:
1392  - The GUI toolbar has been ported from wxWidget's ToolBar to
1393 sets of wxCustomButton's to avoid visualization problems in wx 2.9.X - <a
1394 href="http://code.google.com/p/mrpt/source/detail?r=2952" >r2952</a>
1395  - Added a new menu: "File -> Import -> From LAS file..." - <a
1396 href="http://code.google.com/p/mrpt/source/detail?r=3244" >r3244</a>
1397  - <a href="http://www.mrpt.org/Application%3Agrid-matching"
1398 >grid-matching</a>: new argument "--aligner" to select aligner method - <a
1399 href="http://code.google.com/p/mrpt/source/detail?r=3021" >r3021</a>
1400  - New classes:
1401  - [mrpt-base]
1402  - mrpt::math::MatrixBlockSparseCols, a templated column-indexed
1403 efficient storage of block-sparse Jacobian or Hessian matrices, together with
1404 other arbitrary information - <a
1405 href="http://code.google.com/p/mrpt/source/detail?r=2995" >r2995</a>
1406  - mrpt::utils::ignored_copy_ptr<>
1407  - mrpt::system::CTimeLoggerEntry
1408  - [mrpt-obs]
1409  - mrpt::obs::CObservationWindSensor - <a
1410 href="http://code.google.com/p/mrpt/source/detail?r=3050" >r3050</a>
1411  - [mrpt-maps]
1412  - mrpt::maps::COctoMap
1413  - [mrpt-opengl]
1414  - mrpt::opengl::COctoMapVoxels
1415  - Deleted classes:
1416  - [mrpt-vision]
1417  - CFeatureTracker_FAST and CFeatureTracker_PatchMatch have been
1418 removed since they didn't work robustly. Replace with
1419 mrpt::vision::CFeatureTracker_KL
1420  - New libraries:
1421  - [mrpt-kinematics] See mrpt::kinematics
1422  - [mrpt-pbmap] See <a href="group__mrpt__pbmap__grp.html"
1423 >mrpt-pbmap</a>.
1424  - [mrpt-srba] See <a href="http://www.mrpt.org/srba" >mrpt-srba</a>.
1425  - Changes in libraries:
1426  - These libs are now header-only: <a
1427 href="http://code.google.com/p/mrpt/source/detail?r=3035" >r3035</a>, <a
1428 href="http://code.google.com/p/mrpt/source/detail?r=3045" >r3045</a>
1429  - [mrpt-bayes]
1430  - [mrpt-graphs]
1431  - [mrpt-graphslam]
1432  - Integration of the Octomap C++ library (new BSD License) by Kai M.
1433 Wurm et al.: <a href="http://code.google.com/p/mrpt/source/detail?r=3081"
1434 >r3081</a>, <a href="http://code.google.com/p/mrpt/source/detail?r=3083"
1435 >r3083</a>, <a href="http://code.google.com/p/mrpt/source/detail?r=3084"
1436 >r3084</a>, <a href="http://code.google.com/p/mrpt/source/detail?r=3086"
1437 >r3086</a>, <a href="http://code.google.com/p/mrpt/source/detail?r=3087"
1438 >r3087</a>, <a href="http://code.google.com/p/mrpt/source/detail?r=3088"
1439 >r3088</a>, <a href="http://code.google.com/p/mrpt/source/detail?r=3093"
1440 >r3093</a>
1441  - The main new classes are mrpt::maps::COctoMap &
1442 mrpt::opengl::COctoMapVoxels
1443  - mrpt::maps::CMultiMetricMap now allows the seamless
1444 integration of octomaps in many MRPT map building or localization algorithms.
1445  - New example: samples/octomap_simple
1446  - Changes in classes:
1447  - [mrpt-base]
1448  - Eigen::MatrixBase<Derived>::loadFromTextFile(), and all MRPT
1449 derived matrix classes, are now much faster loading huge matrices from text
1450 files - <a href="http://code.google.com/p/mrpt/source/detail?r=2997" >r2997</a>
1451  - The typedef Eigen::MatrixBase<Derived>::typename of MRPT's
1452 plugin to Eigen classes has been REMOVED, to avoid conflicts with some part of
1453 Eigen's sparse classes. Use Matrix::Scalar instead - <a
1454 href="http://code.google.com/p/mrpt/source/detail?r=3065" >r3065</a>
1455  - New method mrpt::poses::CPose3DQuat::inverse()
1456  - New methods mrpt::poses::SE_traits::pseudo_exp()
1457  - mrpt::system::CTimeLogger:
1458  - New method mrpt::system::CTimeLogger::getStats() for
1459 programatic execution time stats analysis - <a
1460 href="http://code.google.com/p/mrpt/source/detail?r=2998" >r2998</a>
1461  - New method
1462 mrpt::system::CTimeLogger::registerUserMeasure() for making stats of
1463 user-providen values - <a
1464 href="http://code.google.com/p/mrpt/source/detail?r=3005" >r3005</a>
1465  - mrpt::utils::map_as_vector<> can be now customized to use
1466 different underlying STL containers for storage - <a
1467 href="http://code.google.com/p/mrpt/source/detail?r=3001" >r3001</a>
1468  - mrpt::containers::CDynamicGrid::setSize() now also accepts a
1469 "fill_value" argument.
1470  - Added method mrpt::math::TPoint2D::norm() for consistency with
1471 mrpt::math::TPoint3D
1472  - Better support for saving (and not only loading) plain text
1473 configuration files, including commented files with default values of all
1474 existing parameters: - <a
1475 href="http://code.google.com/p/mrpt/source/detail?r=2954" >r2954</a>
1476  - All mrpt::config::CConfigFileBase::write() now have an
1477 extended signature for formatting.
1478  -
1479 mrpt::config::CLoadableOptions::dumpToTextStreamstd::ostream::Seek() now
1480 supports files larger than 2GB by using uint64_t instead of long (still see
1481 issue report for another patch required for MSVC2010) - (Closes <a
1482 href="http://code.google.com/p/mrpt/issues/detail?id=39" >issue 39</a>, thanks
1483 Robert Schattschneider) - <a
1484 href="http://code.google.com/p/mrpt/source/detail?r=3042" >r3042</a>
1485  - mrpt::typemeta::TTypeName<> moved to its own header
1486 <mrpt/typemeta/TTypeName.h> while refactoring
1487 <mrpt/serialization/CSerializable.h>
1488 - <a href="http://code.google.com/p/mrpt/source/detail?r=3044" >r3044</a>
1489  - mrpt::config::CConfigFileBase::write() now has signatures for
1490 "uint32_t" and "uint64_t" in both 32 and 64bit builds, instead of relying of the
1491 "size_t" type. This was done to fix build errors in some GCC versions under
1492 32bits.
1493  - mrpt::poses::CPose2D now caches the cos() and sin() of phi,
1494 with a huge performance improvement in most common operations.
1495  - [mrpt-bayes]
1496  - mrpt::bayes::CKalmanFilterCapable (and all EKF-SLAM methods
1497 based on it) are now much faster. The implementation now exploits the sparsity
1498 of the Jacobian (~25% faster in a test 6D EKF-SLAM dataset) - <a
1499 href="http://code.google.com/p/mrpt/source/detail?r=3059" >r3059</a>, <a
1500 href="http://code.google.com/p/mrpt/source/detail?r=3060" >r3060</a>, <a
1501 href="http://code.google.com/p/mrpt/source/detail?r=3061" >r3061</a>
1502  - mrpt::bayes::CParticleFilterCapable now makes use of the
1503 Curiously Recurring Template Pattern (CRTP) design instead of ugly #define
1504 macros - <a href="http://code.google.com/p/mrpt/source/detail?r=3182" >r3182</a>
1505  - [mrpt-graphs]
1506  - mrpt::graphs::CNetworkOfPoses2D,
1507 mrpt::graphs::CNetworkOfPoses3D,... and so on, are now all typedef's instead of
1508 classes, since serialization is now implemented as pure templatized code, thus
1509 avoiding the need to declare derived auxiliary classes - <a
1510 href="http://code.google.com/p/mrpt/source/detail?r=3044" >r3044</a>
1511  - [mrpt-gui]
1512  - mrpt::gui::CDisplayWindow3D::addTextMessage() (and other
1513 opengl text routines) now allows drawing text with a shadow effect - <a
1514 href="http://code.google.com/p/mrpt/source/detail?r=3007" >r3007</a>
1515  - [mrpt-hwdrivers]
1516  - New method
1517 mrpt::hwdrivers::CActivMediaRobotBase::areMotorsEnabled()
1518  - mrpt::hwdrivers::CGenericSensor (and all derived classes) now
1519 allocate objects aligned in memory with
1520  - New static method mrpt::hwdrivers::CGPSInterface::parse_NMEA()
1521  - [mrpt-maps]
1522  - Better integration of point cloud classes with PCL: - <a
1523 href="http://code.google.com/p/mrpt/source/detail?r=2943" >r2943</a>
1524  - mrpt::maps::CPointsMap::loadPCDFile()
1525  - mrpt::maps::CPointsMap::setFromPCLPointCloud()
1526  - mrpt::maps::CColouredPointsMap::setFromPCLPointCloudRGB()
1527  - Point cloud loading & saving in the standard ASPRS LiDAR LAS
1528 format (if liblas is installed in the system, see http://www.liblas.org/ ). See
1529 also the ready-to-use import menu in SceneViewer3D - <a
1530 href="http://code.google.com/p/mrpt/source/detail?r=3244" >r3244</a>
1531  - mrpt::maps::CPointsMap::loadLASFile()
1532  - mrpt::maps::CPointsMap::saveLASFile()
1533  - Integration of wind measurements in gas-concentration maps (by
1534 Javier G. Monroy) - <a href="http://code.google.com/p/mrpt/source/detail?r=3050"
1535 >r3050</a>
1536  - [mrpt-obs]
1537  - New method mrpt::obs::CObservationGPS::clear()
1538  - [mrpt-opengl]
1539  - Evaluation of bounding box of opengl objects. New methods: -
1540 <a href="http://code.google.com/p/mrpt/source/detail?r=3026" >r3026</a>
1541  - mrpt::opengl::CRenderizable::getBoundingBox()
1542  - mrpt::opengl::COpenGLScene::getBoundingBox()
1543  - mrpt::opengl::COpenGLViewport::getBoundingBox()
1544  -
1545 mrpt::opengl::COctreePointRenderer::octree_get_graphics_boundingboxes() has a
1546 new flag to draw solid boxes at each leaf node - <a
1547 href="http://code.google.com/p/mrpt/source/detail?r=3033" >r3033</a>
1548  - mrpt::opengl::COpenGLViewport has a new set of "global OpenGL
1549 switches" that affect the rendering of entire scenes - <a
1550 href="http://code.google.com/p/mrpt/source/detail?r=3185" >r3185</a>
1551  - Classes drawing lines now by default enable anti-aliasing (can
1552 be disabled by the programmer): - <a
1553 href="http://code.google.com/p/mrpt/source/detail?r=3185" >r3185</a>
1554  - mrpt::opengl::CGridPlaneXY, mrpt::opengl::CGridPlaneXZ
1555  - mrpt::opengl::CSimpleLine
1556  - mrpt::opengl::CSetOfLines
1557  - [mrpt-reactivenav]
1558  - Much code of mrpt::reactivenav classes have undergone a
1559 clean-up, slight optimizations and a translation of old Spanish names/comments
1560 to English - <a href="http://code.google.com/p/mrpt/source/detail?r=2939"
1561 >r2939</a>, <a href="http://code.google.com/p/mrpt/source/detail?r=2942"
1562 >r2942</a>, <a href="http://code.google.com/p/mrpt/source/detail?r=2958"
1563 >r2958</a>, <a href="http://code.google.com/p/mrpt/source/detail?r=3091"
1564 >r3091</a>
1565  -
1566 mrpt::reactivenav::CParameterizedTrajectoryGenerator::CCollisionGrid now has a
1567 more maintainable binary serialization format - <a
1568 href="http://code.google.com/p/mrpt/source/detail?r=2939" >r2939</a>
1569  -
1570 mrpt::reactivenav::CParameterizedTrajectoryGenerator::debugDumpInFiles() now
1571 also saves text files which can be used to visualize PTGs from MATLAB (see
1572 scripts/viewPTG.m) - <a
1573 href="http://code.google.com/p/mrpt/source/detail?r=3009" >r3009</a>
1574  - mrpt::reactivenav::CHolonomicVFF and
1575 mrpt::reactivenav::CHolonomicND now have more configurable parameters, loadable
1576 from config files. See their documentation.
1577  - Repulsive forces from obstacles in
1578 mrpt::reactivenav::CHolonomicVFF are now automatically normalized wrt the
1579 density of the 360deg view of obstacles and forces follow a "1/range" law
1580 instead of the old "exp(-range)".
1581  - Solved a stability issue in C-S paths, in
1582 mrpt::reactivenav::CPTG_DiffDrive_CS (By Mariano Jaimez Tarifa) - <a
1583 href="http://code.google.com/p/mrpt/source/detail?r=3085" >r3085</a>
1584  - [mrpt-scanmatching]
1585  - mrpt::scanmatching::robustRigidTransformation():
1586  - Changed behavior not to allow features to appear in
1587 duplicated pairings.
1588  - Added a consistency test to avoid seeding RANSAC with an
1589 inconsistent initial model.
1590  - [mrpt-slam]
1591  - mrpt::slam::CMetricMapBuilderICP now does not integrate the
1592 small pose changes due to odometry and/or relocalization when considering the
1593 distance and angle thresholds. This means that fewer map updates are now done
1594 for the same ICP-SLAM parameters, which should lead to "less noisy" maps.
1595  - New functions:
1596  - [mrpt-base]
1597  - mrpt::utils::abs_diff()
1598  - mrpt::system::getMRPTLicense()
1599  - mrpt::system::getFileModificationTime()
1600  - mrpt::math::noncentralChi2PDF_CDF() is now exposed (was
1601 private)
1602  - mrpt::utils::sprintf_container()
1603  - mrpt::poses::operator -(mrpt::poses::CPose3DQuat)
1604  - max3() and min3() moved from the global namespace to
1605 mrpt::utils::max3() and mrpt::utils::min3()
1606  - New examples:
1607  - octomap_simple
1608  - ransac-data-association
1609  - Build system:
1610  - Update to nanoflann 1.1.4 - <a
1611 href="http://code.google.com/p/mrpt/source/detail?r=2937" >r2937</a>, <a
1612 href="http://code.google.com/p/mrpt/source/detail?r=3017" >r3017</a>
1613  - Update to Eigen 3.1.2 - <a
1614 href="http://code.google.com/p/mrpt/source/detail?r=3064" >r3064</a>
1615  - MRPT's root "CMakeLists.txt" has undergone a big refactoring and
1616 cleanup - <a href="http://code.google.com/p/mrpt/source/detail?r=2961"
1617 >r2961</a>
1618  - Backward compatible "mrpt-core" has been removed as a fake lib for
1619 which to search with CMake from user programs - <a
1620 href="http://code.google.com/p/mrpt/source/detail?r=2961" >r2961</a>
1621  - More system libs are detected in Linux (libclang-dev, lib3ds-dev),
1622 discarding embedded versions then - <a
1623 href="http://code.google.com/p/mrpt/source/detail?r=2963" >r2963</a> - <a
1624 href="http://code.google.com/p/mrpt/issues/detail?id=17" >Closes #17</a>
1625  - Automatic detection of supported SIMD extensions (SSE*) from CMake
1626 (only for Linux OS) - <a
1627 href="http://code.google.com/p/mrpt/source/detail?r=3013" >r3013</a>
1628  - Fixed building with Visual Studio 2012 (MSVC11) - <a
1629 href="http://code.google.com/p/mrpt/source/detail?r=3017" >r3017</a>
1630  - MRPT now allows defining header-only libraries with the
1631 define_mrpt_lib_header_only() macro - <a
1632 href="http://code.google.com/p/mrpt/source/detail?r=3034" >r3034</a>, <a
1633 href="http://code.google.com/p/mrpt/source/detail?r=3035" >r3035</a>
1634  - More unit tests:
1635  - for all probability distribution functions in mrpt::math,
1636  - for the parser in mrpt::hwdrivers::CGPSInterface::parse_NMEA()
1637  - for the octomap map
1638  - for serialization/deserealization of many classes.
1639  - Added new documentation page: <a href="env-vars.html" >environment
1640 variables</a>.
1641  - Removed the build flag "MRPT_BACKCOMPATIB_08X".
1642  - Fixes for building under Mac OSX: <a
1643 href="http://code.google.com/p/mrpt/source/detail?r=3181" >r3181</a>
1644  - Enable some c++11 features if the compiler supports them - <a
1645 href="http://code.google.com/p/mrpt/source/detail?r=3273" >r3273</a>
1646  - BUG FIXES:
1647  - Build: Fixed detection of OpenCV 2.4.2+ installed in the system
1648 via CMake config file instead of pkg-config, which seems to be broken. - <a
1649 href="http://code.google.com/p/mrpt/source/detail?r=3019" >r3019</a>
1650  - [mrpt-base] The iterator returned by end() in all MRPT vectors and
1651 matrices (based on Eigen) pointed to the last element, not to the (now correct)
1652 next position after the last element - <a
1653 href="http://code.google.com/p/mrpt/source/detail?r=2941" >r2941</a>
1654  - [mrpt-base] mrpt::dynamicsize_vector::resize() performed a memory
1655 reallocation even if given the current size, due to an inherited behavior from
1656 Eigen. It is not the expected behavior, so it has been fixed. - <a
1657 href="http://code.google.com/p/mrpt/source/detail?r=3003" >r3003</a>
1658  - [mrpt-base] Wrong computation of normPDF() values for the
1659 multidimensional cases. Closes <a
1660 href="http://code.google.com/p/mrpt/issues/detail?id=46" >#46</a> - <a
1661 href="http://code.google.com/p/mrpt/source/detail?r=3068" >r3068</a>
1662  - [mrpt-base] mrpt::poses::CPoint::asString() confused the 2D and 3D
1663 cases (Thanks Cipri!)
1664  - [mrpt-base] Fixed errors in de-serialization of
1665 mrpt::utils::CPointPDFSOG and mrpt::maps::CReflectivityGridMap2D
1666  - [mrpt-base] mrpt::math::KDTreeCapable::kdTreeRadiusSearch2D()
1667 always returned 0 matched.
1668  - [mrpt-graphs] Fixed bug in RecursiveSpectralPartition (Thanks to
1669 Edu!) - <a href="http://code.google.com/p/mrpt/source/detail?r=3026" >r3026</a>
1670  - [mrpt-hwdrivers] Fixed potential SEGFAULT in
1671 mrpt::hwdrivers::CGPSInterface (Thanks K.Miyawaki for <a
1672 href="http://www.mrpt.org/node/2474" >reporting</a>)
1673  - [mrpt-hwdrivers] Fixed communications to LMS 1xx scanners (Thanks
1674 Henry! See http://code.google.com/p/mrpt/issues/detail?id=49 )
1675  - [mrpt-maps] mrpt::maps::COccupancyGridMap2D::getAs3DObject()
1676 returned cells with an occupancy of exactly "0" as transparent - <a
1677 href="http://code.google.com/p/mrpt/source/detail?r=2957" >r2957</a>
1678  - [mrpt-maps] Fixed saving the correct point colors in
1679 mrpt::maps::CColouredPointsMap::savePCDFile() (Thanks Mariano!) - <a
1680 href="http://code.google.com/p/mrpt/source/detail?r=3090" >r3090</a>
1681  - [mrpt-maps] In CPointsMap::computeMatchingWith3D. Fixed matching
1682 two 3D point clouds as each correspondence was inserted twice into the output
1683 vector. (By Paco) - <a href="http://code.google.com/p/mrpt/source/detail?r=3162"
1684 >r3162</a>
1685  - [mrpt-opengl] Fixed a potential bug: after deserializing an object
1686 based on a display-list (most of them), it won't update in the opengl view.
1687  - [mrpt-reactivenav] Class mrpt::reactivenav::CHolonomicVFF was not
1688 exported in Windows DLL's (Thanks Mariano for noticing!).
1689  - [mrpt-reactivenav] Fixed wrong computation of obstacles force
1690 fields in mrpt::reactivenav::CHolonomicVFF (Thanks Mariano for noticing!) - <a
1691 href="http://code.google.com/p/mrpt/source/detail?r=2953" >r2953</a>
1692  - [mrpt-reactivenav] Precomputed collision grids could be loaded in
1693 mrpt::reactivenav::CParameterizedTrajectoryGenerator even for different robot
1694 parameters/shape: now it correctly detects such situations and recompute when
1695 needed - <a href="http://code.google.com/p/mrpt/source/detail?r=2939" >r2939</a>
1696 - Closes <a href="http://code.google.com/p/mrpt/issues/detail?id=33" >#33</a>
1697  - [mrpt-reactivenav] ND algorithm: Fixed bugs of "last gap is never
1698 evaluated" and wrong composition of representative direction for some gaps (By
1699 Mariano) - <a href="http://code.google.com/p/mrpt/source/detail?r=3056"
1700 >r3056</a>
1701 
1702 
1703  <br>
1704  <hr>
1705  <a name="0.9.6">
1706  <h2>Version 0.9.6 - (Version 1.0.0-Release_Candidate_4): Released 30-MAY-2012
1707 (SVN 2930) </h2></a>
1708  - New applications:
1709  - <a
1710 href="http://www.mrpt.org/list-of-mrpt-apps/application-kinect-stereo-calibrate"
1711 >kinect-stereo-calibrate</a>: A GUI tool for calibrating RGB+D and/or stereo
1712 cameras, including live Kinect capturing.
1713  - Removed applications:
1714  - stereo-calib-gui: it's now superseded by kinect-stereo-gui. The old
1715 command line tool is still useful, so it's still there as the example
1716 "stereo-calib-opencv".
1717  - Changes in applications:
1718  - <a href="http://www.mrpt.org/list-of-mrpt-apps/application-icp-slam"
1719 >icp-slam</a>:
1720  - Added a new option (SHOW_LASER_SCANS_3D in config files) to draw
1721 laser scans in the live 3D view - <a
1722 href="http://code.google.com/p/mrpt/source/detail?r=2881" >r2881</a>
1723  - <a
1724 href="http://www.mrpt.org/list-of-mrpt-apps/application-rawlog-edit"
1725 >rawlog-edit</a>:
1726  - Operation "--camera-params" now also handles stereo observations.
1727  - New operation "--stereo-rectify" for batch rectifying datasets
1728 with stereo images.
1729  - New operation "--rename-externals".
1730  - <a
1731 href="http://www.mrpt.org/list-of-mrpt-apps/application-SceneViewer"
1732 >SceneViewer3D</a>:
1733  - New menu for generating high-resolution renders of any scene
1734 directly to imag files - <a
1735 href="http://code.google.com/p/mrpt/source/detail?r=2775" >r2775</a>
1736  - Many new menus for selective selecting objects and applying
1737 operations on them - <a
1738 href="http://code.google.com/p/mrpt/source/detail?r=2776" >r2776</a>
1739  - stereo-calib-gui: Now generates a report with detailed and clear
1740 results from stereo calibration and allows the user to change most parameters
1741 interactively - <a href="http://code.google.com/p/mrpt/source/detail?r=2801"
1742 >r2801</a>
1743  - <a
1744 href="http://www.mrpt.org/list-of-mrpt-apps/application-kinect-3d-view"
1745 >kinect-3d-view</a>: New key command: press '9' to grab selected snapshots to
1746 disk - <a href="http://code.google.com/p/mrpt/source/detail?r=2890" >r2890</a>
1747  - Kinect stuff:
1748  - [mrpt-hwdrivers]
1749  - mrpt::hwdrivers::CKinect now decodes Bayer color using OpenCV
1750 instead of default freenect - <a
1751 href="http://code.google.com/p/mrpt/source/detail?r=2721" >r2721</a>, <a
1752 href="http://code.google.com/p/mrpt/source/detail?r=2762" >r2762</a>
1753  - mrpt::hwdrivers::CKinect no longer forces a horizontal tilt at
1754 start up by default, what may be annoying (if required, set
1755 "initial_tilt_angle") - <a
1756 href="http://code.google.com/p/mrpt/source/detail?r=2722" >r2722</a>
1757  - mrpt::hwdrivers::CKinect now loads Kinect calibration files in a
1758 format compatible with stereo cameras. See
1759 http://www.mrpt.org/Kinect_calibration
1760  - [mrpt-obs]
1761  - New method mrpt::obs::CObservation3DRangeScan::convertTo2DScan()
1762 allows simulating a "fake 2D laser scanner" from a Kinect. See the example:
1763 http://www.mrpt.org/Example_Kinect_To_2D_laser_scan
1764  - [mrpt-vision]
1765  - New function mrpt::vision::checkerBoardStereoCalibration() to
1766 calibrate stereo and RGB+D cameras. See also the program <a
1767 href="http://www.mrpt.org/list-of-mrpt-apps/application-kinect-stereo-calibrate"
1768 >kinect-stereo-calibrate</a>:
1769  - New classes:
1770  - [mrpt-gui]
1771  - New event generated by GUI windows:
1772 mrpt::gui::mrptEventWindowClosed
1773  - [mrpt-hwdrivers]
1774  - mrpt::hwdrivers::CRaePID: A new interface to PID gas sensing
1775 devices (by Emil Khatib, University of Malaga) - <a
1776 href="http://code.google.com/p/mrpt/source/detail?r=2841" >r2841</a>
1777  - [mrpt-opengl]
1778  - New classes for representing confidence intervals (ellipsoids) in
1779 transformed spaces - <a
1780 href="http://code.google.com/p/mrpt/source/detail?r=2783" >r2783</a>
1781  - mrpt::opengl::CGeneralizedEllipsoidTemplate<>
1782  - mrpt::opengl::CEllipsoidRangeBearing2D
1783  - mrpt::opengl::CEllipsoidInverseDepth2D
1784  - mrpt::opengl::CEllipsoidInverseDepth3D
1785  - mrpt::opengl::CFrustum to easily render these geometric figures
1786  - New struct mrpt::opengl::TFontParams result of a code refactoring
1787  - [mrpt-vision]
1788  - mrpt::vision::TSIFTDescriptorsKDTreeIndex,
1789 TSURFDescriptorsKDTreeIndex - <a
1790 href="http://code.google.com/p/mrpt/source/detail?r=2799" >2799</a>
1791  - mrpt::vision::CStereoRectifyMap - See tutorial online:
1792 http://www.mrpt.org/Rectifying_stereo_
1793 
1794 */
1795 // clang-format on



Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020