diff --git a/mapviz/CHANGELOG.rst b/mapviz/CHANGELOG.rst index 765648aa..3db502d5 100644 --- a/mapviz/CHANGELOG.rst +++ b/mapviz/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog for package mapviz ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Restore and refactor use_latest_transforms option for point drawing plugins like Odometry. (`#705 `_) +* Avoid deprecated GLUT_LIBRARY variable (`#755 `_) + GLUT_LIBRARY is deprecated, and, more importantly, is not normally set + since CMake 3.22. This looks like a CMake bug, but it is good to not use + deprecated things anyway. +* Contributors: Ben Wolsieffer, Marc Alban + 1.4.2 (2022-12-13) ------------------ * Merge pull request `#721 `_ from rjb0026/720-allow-building-with-c++14-for-version-greater-than-kinetic diff --git a/mapviz_plugins/CHANGELOG.rst b/mapviz_plugins/CHANGELOG.rst index 850c53d4..b6b4b608 100644 --- a/mapviz_plugins/CHANGELOG.rst +++ b/mapviz_plugins/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog for package mapviz_plugins ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Adding rotation to image_plugin (`#682 `_) + * Adding rotation to image_plugin + --------- + Co-authored-by: David Anthony +* fixed button connect (`#807 `_) +* Restore and refactor use_latest_transforms option for point drawing plugins like Odometry. (`#705 `_) +* Contributors: Anthony Jiang, Marc Alban, TobinHall + 1.4.2 (2022-12-13) ------------------ * Merge pull request `#716 `_ from swri-robotics/pose_publisher diff --git a/multires_image/CHANGELOG.rst b/multires_image/CHANGELOG.rst index a40ed9de..217dff17 100644 --- a/multires_image/CHANGELOG.rst +++ b/multires_image/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package multires_image ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 1.4.2 (2022-12-13) ------------------ * Merge pull request `#721 `_ from rjb0026/720-allow-building-with-c++14-for-version-greater-than-kinetic diff --git a/tile_map/CHANGELOG.rst b/tile_map/CHANGELOG.rst index 015ae0c7..81ecfa89 100644 --- a/tile_map/CHANGELOG.rst +++ b/tile_map/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package tile_map ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Fix unitialized bing source (`#799 `_) + Co-authored-by: Alex Youngs +* Contributors: agyoungs + 1.4.2 (2022-12-13) ------------------ * Merge pull request `#721 `_ from rjb0026/720-allow-building-with-c++14-for-version-greater-than-kinetic