CHANGELOG.rst 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2. Changelog for package move_base
  3. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4. 1.14.4 (2018-06-19)
  5. -------------------
  6. * Merge pull request `#711 <https://github.com/ros-planning/navigation/issues/711>`_ from SteveMacenski/costmap_clearing_thread_lock
  7. adding mutex locks to costmap clearing service
  8. * Contributors: Michael Ferguson, stevemacenski
  9. 1.14.3 (2018-03-16)
  10. -------------------
  11. * Merge pull request `#672 <https://github.com/ros-planning/navigation/issues/672>`_ from ros-planning/email_update_kinetic
  12. update maintainer email (kinetic)
  13. * Merge pull request `#648 <https://github.com/ros-planning/navigation/issues/648>`_ from aaronhoy/kinetic_add_ahoy
  14. Add myself as a maintainer.
  15. * Rebase PRs from Indigo (`#636
  16. <https://github.com/ros-planning/navigation/issues/636>`_)
  17. * Update gradient_path.cpp (`#576 <https://github.com/ros-planning/navigation/issues/576>`_)
  18. * Update gradient_path.cpp
  19. * Update navfn.cpp
  20. * Only do a getRobotPose when no start pose is given (`#628 <https://github.com/ros-planning/navigation/issues/628>`_)
  21. Omit the unnecessary call to getRobotPose when the start pose was
  22. already given, so that move_base can also generate a path in
  23. situations where getRobotPose would fail.
  24. This is actually to work around an issue of getRobotPose randomly
  25. failing.
  26. * Respect planner_frequency intended behavior (`#622 <https://github.com/ros-planning/navigation/issues/622>`_)
  27. * Contributors: Aaron Hoy, David V. Lu!!, Jorge Santos Simón, Michael Ferguson
  28. 1.14.2 (2017-08-14)
  29. -------------------
  30. 1.14.1 (2017-08-07)
  31. -------------------
  32. * Add a max_planning_retries parameter to move_base [kinetic] (`#539 <https://github.com/ros-planning/navigation/issues/539>`_)
  33. * Fixed deadlock when changing global planner
  34. * Fix CMakeLists + package.xmls (`#548 <https://github.com/ros-planning/navigation/issues/548>`_)
  35. * Added deps to amcl costmap_2d move_base (`#512 <https://github.com/ros-planning/navigation/issues/512>`_)
  36. * move_base: Add move_base_msgs to find_package.
  37. * Contributors: Jorge Santos Simón, Maarten de Vries, Martin Günther, Vincent Rabaud, mryellow, ne0
  38. 1.14.0 (2016-05-20)
  39. -------------------
  40. 1.13.1 (2015-10-29)
  41. -------------------
  42. * Removes installation of nonexistent directories
  43. * use correct size for clearing window
  44. * full name has been required for eons, this code just adds unneeded complexity
  45. * remove ancient conversion scripts from v0.2 to v0.3
  46. * proper locking during costmap update
  47. * Contributors: Michael Ferguson, Thiago de Freitas Oliveira Araujo
  48. 1.13.0 (2015-03-17)
  49. -------------------
  50. * Fixing various memory freeing operations
  51. * Contributors: Alex Bencz
  52. 1.12.0 (2015-02-04)
  53. -------------------
  54. * update maintainer email
  55. * Contributors: Michael Ferguson
  56. 1.11.15 (2015-02-03)
  57. --------------------
  58. * Disable global planner when resetting state.
  59. * Mark move_base headers for installation
  60. * Add ARCHIVE DESTINATION for move_base
  61. * Break infinite loop when tolerance 0 is used
  62. * remove partial usage of <tab> in the code
  63. * Contributors: Gary Servin, Michael Ferguson, ohendriks, v4hn
  64. 1.11.14 (2014-12-05)
  65. --------------------
  66. * use timer rather than rate for immediate wakeup
  67. * adding lock to planner makePlan fail case
  68. * Contributors: Michael Ferguson, phil0stine
  69. 1.11.13 (2014-10-02)
  70. --------------------
  71. 1.11.12 (2014-10-01)
  72. --------------------
  73. 1.11.11 (2014-07-23)
  74. --------------------
  75. * removes trailing spaces and empty lines
  76. * Contributors: Enrique Fernández Perdomo
  77. 1.11.10 (2014-06-25)
  78. --------------------
  79. * Remove unnecessary colons
  80. * move_base planService now searches out from desired goal
  81. * Contributors: David Lu!!, Kaijen Hsiao
  82. 1.11.9 (2014-06-10)
  83. -------------------
  84. * uses ::hypot(x, y) instead of sqrt(x*x, y*y)
  85. * Contributors: Enrique Fernández Perdomo
  86. 1.11.8 (2014-05-21)
  87. -------------------
  88. 1.11.7 (2014-05-21)
  89. -------------------
  90. * update build to find eigen using cmake_modules
  91. * Fix classloader warnings on exit of move_base
  92. * Contributors: Michael Ferguson
  93. 1.11.4 (2013-09-27)
  94. -------------------
  95. * Package URL Updates
  96. * Reintroduce ClearCostmaps Service
  97. * Add dependencies to recovery behaviors.