CHANGELOG.rst 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2. Changelog for package open_karto
  3. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4. 1.2.3 (2020-11-10)
  5. ------------------
  6. * update destructor to not use c11 feature (`#26 <https://github.com/ros-perception/open_karto/issues/26>`_)
  7. * fix parameter passing bug of first link to other robots (`#23 <https://github.com/ros-perception/open_karto/issues/23>`_)
  8. * Fix -Wdelete-non-virtual-dtor and -Wreorder warnings (`#24 <https://github.com/ros-perception/open_karto/issues/24>`_)
  9. * Contributors: Michael Ferguson, Survy Vaish, Zezhou.Sun
  10. 1.2.2 (2020-08-07)
  11. ------------------
  12. * Move the C++ classes and definitions of inline functions from the Mapper.cpp file to the Mapper.h file (`#22 <https://github.com/ros-perception/open_karto/issues/22>`_)
  13. * add Hokuyo configuration in `SetAngularResolution` function (`#20 <https://github.com/ros-perception/open_karto/issues/20>`_)
  14. Karto has five kinds of lidar parameter configurations (LMS100, LMS200, LMS291, UTM_30LX, URG_04LX), but there are only the first three configurations in the `SetAngularResolution` function, so I added the parameter configuration of UTM_30LX and URG_04LX.
  15. * Contributors: Jian Wen, Zezhou.Sun
  16. 1.2.1 (2020-04-24)
  17. ------------------
  18. * bump version to silence CMP0048
  19. * Merge pull request `#19 <https://github.com/ros-perception/open_karto/issues/19>`_ from moriarty/patch-1
  20. Melodic: build status badges Indigo is EOL.
  21. * Melodic: build status badges Indigo is EOL.
  22. * Merge pull request `#18 <https://github.com/ros-perception/open_karto/issues/18>`_ from ms-iot/windows_port
  23. [Windows][melodic] Fix Windows build break
  24. * Changing maintainer email
  25. * Fix windows build.
  26. * Contributors: Alex Moriarty, Luc Bettaieb, Michael Ferguson, Sean Yen
  27. 1.2.0 (2018-07-11)
  28. ------------------
  29. * Adds maintainer and branches for melodic
  30. * Merge pull request `#14 <https://github.com/ros-perception/open_karto/issues/14>`_ from ros-perception/maintainer-add
  31. Adding myself as a maintainer for open_karto
  32. * Adding myself as a maintainer for open_karto
  33. * Merge pull request `#11 <https://github.com/ros-perception/open_karto/issues/11>`_ from Maidbot/minimum_time_interval
  34. Process scan if enough time has elapsed since the previous one
  35. * Merge pull request `#10 <https://github.com/ros-perception/open_karto/issues/10>`_ from mikepurvis/fix-cpp11
  36. Use std::isnan/isinf, for C++11 compatibility.
  37. * [Mapper] Take time into account in HasMoveEnough
  38. The function HasMovedEnough now also returns true if more than MinimumTimeInterval time has elapsed since the previously processed laser scan
  39. * [Mapper] Add new parameter, MinimumTimeInterval
  40. * Use std::isnan/isinf, for C++11 compatibility.
  41. * Merge pull request `#8 <https://github.com/ros-perception/open_karto/issues/8>`_ from mig-em/feature/invalidScans1.1.4
  42. Add invalid scan detection for scanmatcher
  43. * Merge pull request `#9 <https://github.com/ros-perception/open_karto/issues/9>`_ from Maidbot/ignore_min_readings
  44. Ignore readings less than the sensor's minimum range
  45. * [Karto] Also ignore readings less than the minimum range
  46. * Add invalid scan detection for scanmatcher
  47. * Contributors: Luc Bettaieb, Michael Ferguson, Mike Purvis, Russell Toris, Spyros Maniatopoulos, mig-em
  48. 1.1.4 (2016-03-02)
  49. ------------------
  50. * update build status badges
  51. * Adds LocalizedRangeScanWithPoints range scan
  52. * Contributors: Michael Ferguson, Russell Toris
  53. 1.1.3 (2016-02-16)
  54. ------------------
  55. * Link against, and export depend on, boost
  56. * Contributors: Hai Nguyen, Michael Ferguson
  57. 1.1.2 (2015-07-13)
  58. ------------------
  59. * Added getters and setters for parameters inside Mapper so they can be changed via the ROS param server.
  60. * Contributors: Luc Bettaieb, Michael Ferguson
  61. 1.1.1 (2015-05-07)
  62. ------------------
  63. * Makes FindValidPoints robust to the first point in the scan being a NaN
  64. * Bump minimum cmake version requirement
  65. * Fix cppcheck warnings
  66. * Fix newlines (dos2unix) & superfluous whitespace
  67. * Protect functions that throw away const-ness (check dirty flag) with mutex
  68. * Don't modify scan during loop closure check - work on a copy of it
  69. * removed useless return to avoid cppcheck error
  70. * Add Mapper::SetUseScanMatching
  71. * Remove html entities from log output
  72. * Fix NANs cause raytracing to take forever
  73. * Contributors: Daniel Pinyol, Michael Ferguson, Paul Mathieu, Siegfried-A. Gevatter Pujals, liz-murphy
  74. 1.1.0 (2014-06-15)
  75. ------------------
  76. * Release as a pure catkin ROS package