|
2 | 2 | Changelog for package libpointmatcher |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 5 | +1.2.3 (2015-05-15) |
| 6 | +------------------ |
| 7 | +* Support including other versions of YAML in compilation units that also include the YAML version packed with libpointmatcher (PR #80) |
| 8 | +* Changed immutability concept for SupportLabel to support MSVC 2012 (#78) |
| 9 | +* Fixed build system related bugs (#79, #70, ..). |
| 10 | +* updated build_map example, added better error message, added better information prints |
| 11 | +* cleaned CMakeList and added missing dependencies for external projetcs |
| 12 | +* avoid possibility of building dynamic library on MacOS |
| 13 | +* updated Mac build instructions |
| 14 | +* Tim3xx laser support on Simple Noise filter (#64) |
| 15 | +* Modified default covariance return in PointToPlaneWithCovErrorMinimizer (#59) |
| 16 | +* update usage text and retab |
| 17 | +* Removed compilation warnings |
| 18 | +* add unit test for ICPSequence |
| 19 | +* added application of reference data points filters for ICPSequence objects (#56) |
| 20 | +* Merge branch 'master' of github.com:ethz-asl/libpointmatcher |
| 21 | +* fix problem with libnabo linking (#54) |
| 22 | +* Adapted the code to handle 2D point clouds and decided to split the initial/icp/complete transformation matrices in 3 different files. It should be easier to post process the transformations. |
| 23 | +* Changed matrix for matrices as output suffix |
| 24 | +* Changed the ICP example (pmicp) to accept initial translation/rotation input and allow to output the transformation matrices |
| 25 | +* CutBelowLevelDataPointsFilter (PR #48) |
| 26 | +* split unit tests (PR #47) |
| 27 | +* Delete roadmap.txt |
| 28 | +* change year to 2014 |
| 29 | +* correct bug in DataPoints operator== |
| 30 | +* add a method to remove features or descriptors |
| 31 | +* add empty function for removing features and descriptors |
| 32 | +* add functions to DataPoints avoiding error on rows and cols |
| 33 | +* fill missing documentation |
| 34 | +* resolve warning from unsigned to int in IO.cpp |
| 35 | +* add extra empty line in utest |
| 36 | +* add extra unit tests and resolve remaining bugs |
| 37 | +* Refactored how to load PLY files |
| 38 | +* Allow 2D descriptors (##45) |
| 39 | +* Allow saving 2D descriptors coming from a 2Dmap, that are converted to 3D when writing to the file but needed after if we want to load the map as 2D. |
| 40 | +* Contributors: Francis Colas, Francisco J Perez Grau, François Pomerleau, HannesSommer, Philipp Kruesi, Renaud Dube, Simon Lynen, chipironcin, pomerlef, smichaud, v01d |
| 41 | + |
5 | 42 | 1.2.2 (2014-08-05) |
6 | 43 | ------------------ |
7 | 44 | * Yaml-cpp0.3 now built with libpointmatcher for compatibility with newer Ubuntu systems using yaml-cpp0.5 |
|
0 commit comments